* [gentoo-dev] Is there a BUG in Automake ? @ 2003-01-04 11:43 Stephane Wirtel 2003-01-04 12:51 ` Maik Schreiber 0 siblings, 1 reply; 5+ messages in thread From: Stephane Wirtel @ 2003-01-04 11:43 UTC (permalink / raw To: Gentoo-Users, Gentoo Developpement Mailing List Hi ! I have a small question about AutoMake. I'm beginner in GTK+, and i would like to develop a small application, with glade(0.6.4 and 1.1.3), anjuta( all version), and i have ever the same error. this error comes from the Makefile products by automake. It's possible that is there a big bug in automake ? Thanks Stef I'm using the last version of automake -- Stephane Wirtel <stephane.wirtel@belgacom.net> GPG ID : 1024D/C9C16DA7 | 5331 0B5B 21F0 0363 EACD B73E 3D11 E5BC C9C1 6DA7 -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Is there a BUG in Automake ? 2003-01-04 11:43 [gentoo-dev] Is there a BUG in Automake ? Stephane Wirtel @ 2003-01-04 12:51 ` Maik Schreiber 2003-01-04 13:25 ` Stephane Wirtel 0 siblings, 1 reply; 5+ messages in thread From: Maik Schreiber @ 2003-01-04 12:51 UTC (permalink / raw To: Gentoo Developpement Mailing List; +Cc: Gentoo-Users [-- Attachment #1: Type: text/plain, Size: 386 bytes --] > this error comes from the Makefile products by automake. Perhaps you should post the error, too, otherwise nobody can help you. -- Maik Schreiber, Gentoo Linux Developer * http://www.gentoo.org mailto:blizzy@gentoo.org GPG public key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1F11D713 Key fingerprint: CF19 AFCE 6E3D 5443 9599 18B5 5640 1F11 D713 [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Is there a BUG in Automake ? 2003-01-04 12:51 ` Maik Schreiber @ 2003-01-04 13:25 ` Stephane Wirtel 2003-01-04 17:30 ` [gentoo-dev] Re: [gentoo-user] " Richard Lärkäng 0 siblings, 1 reply; 5+ messages in thread From: Stephane Wirtel @ 2003-01-04 13:25 UTC (permalink / raw To: Gentoo Developpement Mailing List, Gentoo-Users Here is the error : sh-2.05b$ make cd . && autoheader WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' WARNING: and `config.h.top', to define templates for `config.h.in' WARNING: is deprecated and discouraged. WARNING: Using the third argument of `AC_DEFINE' and WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without WARNING: `acconfig.h': WARNING: AC_DEFINE([NEED_MAIN], 1, WARNING: [Define if a function `main' is needed.]) WARNING: More sophisticated templates can also be produced, see the WARNING: documentation. autoheader-2.54: `config.h.in' is unchanged make all-recursive make[1]: Entering directory `/home/stef/Projets/gContacts' Making all in src make[2]: Entering directory `/home/stef/Projets/gContacts/src' Makefile:172: *** missing separator. Stop. make[2]: Leaving directory `/home/stef/Projets/gContacts/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/stef/Projets/gContacts' make: *** [all] Error 2 sh-2.05b$ thus, this project realised with glade, normally, i should be to work, but no. do you want a tar.bz2 of my sources ? On Sat, Jan 04, 2003 at 01:51:44PM +0100, Maik Schreiber wrote: >> > this error comes from the Makefile products by automake. >> >> Perhaps you should post the error, too, otherwise nobody can help you. >> >> -- >> Maik Schreiber, Gentoo Linux Developer * http://www.gentoo.org >> mailto:blizzy@gentoo.org >> >> GPG public key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1F11D713 >> Key fingerprint: CF19 AFCE 6E3D 5443 9599 18B5 5640 1F11 D713 -- Stephane Wirtel <stephane.wirtel@belgacom.net> GPG ID : 1024D/C9C16DA7 | 5331 0B5B 21F0 0363 EACD B73E 3D11 E5BC C9C1 6DA7 -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-dev] Re: [gentoo-user] Re: [gentoo-dev] Is there a BUG in Automake ? 2003-01-04 13:25 ` Stephane Wirtel @ 2003-01-04 17:30 ` Richard Lärkäng 2003-01-04 21:00 ` Stephane Wirtel 0 siblings, 1 reply; 5+ messages in thread From: Richard Lärkäng @ 2003-01-04 17:30 UTC (permalink / raw To: Gentoo Developpement Mailing List, Gentoo-Users On Saturday 04 January 2003 14.25, Stephane Wirtel wrote: > Here is the error : > > sh-2.05b$ make > cd . && autoheader > WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' > WARNING: and `config.h.top', to define templates for `config.h.in' > WARNING: is deprecated and discouraged. > > WARNING: Using the third argument of `AC_DEFINE' and > WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without > WARNING: `acconfig.h': > > WARNING: AC_DEFINE([NEED_MAIN], 1, > WARNING: [Define if a function `main' is needed.]) > > WARNING: More sophisticated templates can also be produced, see the > WARNING: documentation. Automake is a real mess, and it's changing a bit between versions, but I don't think this warning does any harm > autoheader-2.54: `config.h.in' is unchanged > make all-recursive > make[1]: Entering directory `/home/stef/Projets/gContacts' > Making all in src > make[2]: Entering directory `/home/stef/Projets/gContacts/src' > Makefile:172: *** missing separator. Stop. I think this is the problem, can you send the Makefile.am in gContacts/src ? > make[2]: Leaving directory `/home/stef/Projets/gContacts/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/stef/Projets/gContacts' > make: *** [all] Error 2 > sh-2.05b$ > > thus, this project realised with glade, normally, i should be to work, but > no. > > do you want a tar.bz2 of my sources ? > > On Sat, Jan 04, 2003 at 01:51:44PM +0100, Maik Schreiber wrote: > >> > this error comes from the Makefile products by automake. > >> > >> Perhaps you should post the error, too, otherwise nobody can help you. > >> > >> -- > >> Maik Schreiber, Gentoo Linux Developer * http://www.gentoo.org > >> mailto:blizzy@gentoo.org > >> > >> GPG public key: > >> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1F11D713 Key > >> fingerprint: CF19 AFCE 6E3D 5443 9599 18B5 5640 1F11 D713 Richard Lärkäng -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-user] Re: [gentoo-dev] Is there a BUG in Automake ? 2003-01-04 17:30 ` [gentoo-dev] Re: [gentoo-user] " Richard Lärkäng @ 2003-01-04 21:00 ` Stephane Wirtel 0 siblings, 0 replies; 5+ messages in thread From: Stephane Wirtel @ 2003-01-04 21:00 UTC (permalink / raw To: Richard Lärkäng; +Cc: Gentoo Developpement Mailing List, Gentoo-Users [-- Attachment #1: Type: text/plain, Size: 2397 bytes --] Here is my Makefile.am in attachment On Sat, Jan 04, 2003 at 06:30:41PM +0100, Richard Lärkäng wrote: >> On Saturday 04 January 2003 14.25, Stephane Wirtel wrote: >> > Here is the error : >> > >> > sh-2.05b$ make >> > cd . && autoheader >> > WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' >> > WARNING: and `config.h.top', to define templates for `config.h.in' >> > WARNING: is deprecated and discouraged. >> > >> > WARNING: Using the third argument of `AC_DEFINE' and >> > WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without >> > WARNING: `acconfig.h': >> > >> > WARNING: AC_DEFINE([NEED_MAIN], 1, >> > WARNING: [Define if a function `main' is needed.]) >> > >> > WARNING: More sophisticated templates can also be produced, see the >> > WARNING: documentation. >> >> Automake is a real mess, and it's changing a bit between versions, but I don't >> think this warning does any harm >> >> > autoheader-2.54: `config.h.in' is unchanged >> > make all-recursive >> > make[1]: Entering directory `/home/stef/Projets/gContacts' >> > Making all in src >> > make[2]: Entering directory `/home/stef/Projets/gContacts/src' >> > Makefile:172: *** missing separator. Stop. >> >> I think this is the problem, can you send the Makefile.am in gContacts/src ? >> >> > make[2]: Leaving directory `/home/stef/Projets/gContacts/src' >> > make[1]: *** [all-recursive] Error 1 >> > make[1]: Leaving directory `/home/stef/Projets/gContacts' >> > make: *** [all] Error 2 >> > sh-2.05b$ >> > >> > thus, this project realised with glade, normally, i should be to work, but >> > no. >> > >> > do you want a tar.bz2 of my sources ? >> > >> > On Sat, Jan 04, 2003 at 01:51:44PM +0100, Maik Schreiber wrote: >> > >> > this error comes from the Makefile products by automake. >> > >> >> > >> Perhaps you should post the error, too, otherwise nobody can help you. >> > >> >> > >> -- >> > >> Maik Schreiber, Gentoo Linux Developer * http://www.gentoo.org >> > >> mailto:blizzy@gentoo.org >> > >> >> > >> GPG public key: >> > >> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1F11D713 Key >> > >> fingerprint: CF19 AFCE 6E3D 5443 9599 18B5 5640 1F11 D713 >> >> Richard Lärkäng >> >> -- >> gentoo-dev@gentoo.org mailing list >> -- Stephane Wirtel <stephane.wirtel@belgacom.net> GPG ID : 1024D/C9C16DA7 | 5331 0B5B 21F0 0363 EACD B73E 3D11 E5BC C9C1 6DA7 [-- Attachment #2: Makefile.am --] [-- Type: text/plain, Size: 347 bytes --] ## Process this file with automake to produce Makefile.in INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(datadir)/locale"\" \ @PACKAGE_CFLAGS@ bin_PROGRAMS = gcontacts gcontacts_SOURCES = \ main.c \ support.c support.h \ interface.c interface.h \ callbacks.c callbacks.h gcontacts_LDADD = @PACKAGE_LIBS@ [-- Attachment #3: Type: text/plain, Size: 37 bytes --] -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-01-04 21:03 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2003-01-04 11:43 [gentoo-dev] Is there a BUG in Automake ? Stephane Wirtel 2003-01-04 12:51 ` Maik Schreiber 2003-01-04 13:25 ` Stephane Wirtel 2003-01-04 17:30 ` [gentoo-dev] Re: [gentoo-user] " Richard Lärkäng 2003-01-04 21:00 ` Stephane Wirtel
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox