[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gentoo-dev
Subject:    Re: [gentoo-dev] Re: [gentoo-user] Re: [gentoo-dev] Is there a BUG in Automake ?
From:       Stephane Wirtel <stephane.wirtel () belgacom ! net>
Date:       2003-01-04 21:00:51
[Download RAW message or body]

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


["Makefile.am" (text/plain)]

## 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@




--
gentoo-dev@gentoo.org mailing list

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic