Gentoo Archives: gentoo-dev

From: "Richard Lärkäng" <richard@×××××××××××××××.se>
To: Gentoo Developpement Mailing List <gentoo-dev@g.o>, Gentoo-Users <gentoo-user@g.o>
Subject: [gentoo-dev] Re: [gentoo-user] Re: [gentoo-dev] Is there a BUG in Automake ?
Date: Sat, 04 Jan 2003 17:12:41
Message-Id: 200301041823.29642.richard@goteborg.utfors.se
In Reply to: Re: [gentoo-dev] Is there a BUG in Automake ? by Stephane Wirtel
1 On Saturday 04 January 2003 14.25, Stephane Wirtel wrote:
2 > Here is the error :
3 >
4 > sh-2.05b$ make
5 > cd . && autoheader
6 > WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
7 > WARNING: and `config.h.top', to define templates for `config.h.in'
8 > WARNING: is deprecated and discouraged.
9 >
10 > WARNING: Using the third argument of `AC_DEFINE' and
11 > WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
12 > WARNING: `acconfig.h':
13 >
14 > WARNING: AC_DEFINE([NEED_MAIN], 1,
15 > WARNING: [Define if a function `main' is needed.])
16 >
17 > WARNING: More sophisticated templates can also be produced, see the
18 > WARNING: documentation.
19
20 Automake is a real mess, and it's changing a bit between versions, but I don't
21 think this warning does any harm
22
23 > autoheader-2.54: `config.h.in' is unchanged
24 > make all-recursive
25 > make[1]: Entering directory `/home/stef/Projets/gContacts'
26 > Making all in src
27 > make[2]: Entering directory `/home/stef/Projets/gContacts/src'
28 > Makefile:172: *** missing separator. Stop.
29
30 I think this is the problem, can you send the Makefile.am in gContacts/src ?
31
32 > make[2]: Leaving directory `/home/stef/Projets/gContacts/src'
33 > make[1]: *** [all-recursive] Error 1
34 > make[1]: Leaving directory `/home/stef/Projets/gContacts'
35 > make: *** [all] Error 2
36 > sh-2.05b$
37 >
38 > thus, this project realised with glade, normally, i should be to work, but
39 > no.
40 >
41 > do you want a tar.bz2 of my sources ?
42 >
43 > On Sat, Jan 04, 2003 at 01:51:44PM +0100, Maik Schreiber wrote:
44 > >> > this error comes from the Makefile products by automake.
45 > >>
46 > >> Perhaps you should post the error, too, otherwise nobody can help you.
47 > >>
48 > >> --
49 > >> Maik Schreiber, Gentoo Linux Developer * http://www.gentoo.org
50 > >> mailto:blizzy@g.o
51 > >>
52 > >> GPG public key:
53 > >> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1F11D713 Key
54 > >> fingerprint: CF19 AFCE 6E3D 5443 9599 18B5 5640 1F11 D713
55
56 Richard Lärkäng
57
58 --
59 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Re: [gentoo-user] Re: [gentoo-dev] Is there a BUG in Automake ? Stephane Wirtel <stephane.wirtel@××××××××.net>