Gentoo Archives: gentoo-dev

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

Replies

Subject Author
[gentoo-dev] Re: [gentoo-user] Re: [gentoo-dev] Is there a BUG in Automake ? "Richard Lärkäng" <richard@×××××××××××××××.se>