Re: [gtk-list] New release of gtk: problems compiling.



On Sun, Mar 15, 1998 at 05:53:24PM +0000, Christopher Blizzard wrote:
> With my daily checkout of the gnome code, I discovered that imlib
> doesn't build anymore.  This is because glib.h ( installed in
> /usr/include ) requires glibconfig.h which is not installed.  This may
> be in error, I'm not sure.  Just FYI anything that does an #include
> <glib.h> will fail.  I just checked this version of gtk out of CVS.

automake/autoconf has some problems whith dependency checking. Here is what
works for me:

make distclean ; find . -name ".deps" -exec rm {} \; ; ./autogen.sh ; make

glib.h doesn't need glibconfig.h any more, but the .deps dir still holds the
info about that file.

-- 
Eckehard Berns



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]