From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25155 invoked by uid 1002); 4 Jan 2003 21:03:18 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 29638 invoked from network); 4 Jan 2003 21:03:16 -0000 Date: Sat, 4 Jan 2003 22:00:51 +0100 From: Stephane Wirtel To: Richard =?iso-8859-15?Q?L=E4rk=E4ng?= Cc: Gentoo Developpement Mailing List , Gentoo-Users Message-ID: <20030104210051.GA3341@debian> Mail-Followup-To: Richard =?iso-8859-15?Q?L=E4rk=E4ng?= , Gentoo Developpement Mailing List , Gentoo-Users References: <20030104114339.GC13928@debian> <20030104125144.GA20984@wolverine.hh.iq-computing.de> <20030104132519.GA15035@debian> <200301041823.29642.richard@goteborg.utfors.se> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200301041823.29642.richard@goteborg.utfors.se> User-Agent: Mutt/1.3.28i X-Operating-System: GNU/Linux X-LUG: Linux Users Group Mons ( Linux-Mons ) X-URL: http://www.linux-mons.be Subject: Re: [gentoo-dev] Re: [gentoo-user] Re: [gentoo-dev] Is there a BUG in Automake ? X-Archives-Salt: 67c53798-1b82-4ac8-9709-7dc0c91c0006 X-Archives-Hash: c2e6455adf87ecf9253e46284864e22c --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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 GPG ID : 1024D/C9C16DA7 | 5331 0B5B 21F0 0363 EACD B73E 3D11 E5BC C9C1 6DA7 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: attachment; filename="Makefile.am" ## 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@ --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii -- gentoo-dev@gentoo.org mailing list --7JfCtLOvnd9MIVvH--