From: Stephane Wirtel <stephane.wirtel@belgacom.net>
To: "Richard Lärkäng" <richard@goteborg.utfors.se>
Cc: Gentoo Developpement Mailing List <gentoo-dev@gentoo.org>,
Gentoo-Users <gentoo-user@gentoo.org>
Subject: Re: [gentoo-dev] Re: [gentoo-user] Re: [gentoo-dev] Is there a BUG in Automake ?
Date: Sat, 4 Jan 2003 22:00:51 +0100 [thread overview]
Message-ID: <20030104210051.GA3341@debian> (raw)
In-Reply-To: <200301041823.29642.richard@goteborg.utfors.se>
[-- 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
prev parent reply other threads:[~2003-01-04 21:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030104210051.GA3341@debian \
--to=stephane.wirtel@belgacom.net \
--cc=gentoo-dev@gentoo.org \
--cc=gentoo-user@gentoo.org \
--cc=richard@goteborg.utfors.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox