Seems that "autogen.sh" did not find the AM_PATH_GTK_2_0 macro. I found that
the CygWin GTK2 gtk-2.0.m4 file was located in /usr/X11R6/share/aclocal/
instead of /usr/share/aclocal/ after what I copied it from the X11 dir to
the latter. Now it compiles again :)
Regards,
Olivier
-----Original Message-----
From: Biot Olivier
Subject: [Ethereal-dev] Struggling with autotools: CC_TRUE/CC_FALSE
Hi all,
It looks like there is a problem with the more recent CVS snapshots on my
cygwin. The generated Makefile still contains AutoMake definitions
(am__fastdepCC_(TRUE|FALSE)) that are unresolved. However, they are never
defined either :(
In aclocal.m4 I see an AM_CONDITIONAL where am__fastdep is used, but in
Makefile.in and Makefile the @am__fastdepCC_TRUE@ and @am__fastdepCC_FALSE@
still appear unresolved. Nowhere in the top level "CC_TRUE" or "CC_FALSE"
are defined. As a result, make complains about incorrect rule format.
I'm using gcc 3.3.1, libtool 1.4.3, automake 1.4-p5 and autoconf 2.13.
How can this be fixed?
Regards,
Olivier