Re:Jim Pick's GTK+ snapshot



Gleef writes:
>I am trying to compile Jim Pick's latest GTK+ snapshot, and I've run into
>a snag.  When I run the autogen.sh script, I get the following:
>
>$ ./autogen.sh --with-x --prefix=/usr
>aclocal: configure.in: 140: macro `AM_PATH_GLIB' not found in library
>configure.in:124: warning: AC_TRY_RUN called without default to allow 
>cross compiling
>configure.in:125: warning: AC_TRY_RUN called without default to allow
>cross compiling
>configure.in:333: warning: AC_TRY_RUN called without default to allow
>cross compiling
>configure.in:351: warning: AC_TRY_RUN called without default to allow
>cross compiling
>loading cache ./config.cache
>./configure: syntax error near unexpected token 
>`AM_INIT_AUTOMAKE($PACKAGE,'
>./configure: ./configure: line 580: `AM_INIT_AUTOMAKE($PACKAGE, $VERSION,
>.no-define)'

glib has been split out of gtk+, it's now a separate package. Without glib installed,
you will get the above error.

So get and make glib first.

John

--
John Ellis <johne@bellatlantic.net>
http://www.geocities.com/SiliconValley/Haven/5235/



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