automake 1.5 & gtk 2.0?
- From: Skip Montanaro <skip pobox com>
- To: gtk-list gnome org
- Subject: automake 1.5 & gtk 2.0?
- Date: Mon, 27 Aug 2001 21:25:03 -0500
James Henstridge posted on the pygtk list a day or two ago that we should
upgrade to automake 1.5, I think because it contains the stuff he used to
have to patch into place. I went ahead and installed it. Now running
autogen.sh in my gtk+.cvs directory (tracking the latest changes to gtk+)
spews tons of messages like
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
configure.in:25: /usr/bin/m4: Non-numeric argument to built-in `divert'
configure.in:101: /usr/bin/m4: Non-numeric argument to built-in `divert'
demos/gtk-demo/Makefile.am:59: gtk_demo_SOURCES includes configure substitution ` STRIP_BEGIN@'
demos/gtk-demo/Makefile.am:59: gtk_demo_SOURCES includes configure substitution ` STRIP_END@'
docs/Makefile.am: EXTRA_DIST must be set with `=' before using `+='
docs/faq/Makefile.am: EXTRA_DIST must be set with `=' before using `+='
docs/tutorial/Makefile.am: EXTRA_DIST must be set with `=' before using `+='
gdk-pixbuf/Makefile.am:94: libpixbufloader_xbm_la_LDFLAGS multiply defined in condition TRUE
libpixbufloader_xbm_la_LDFLAGS (User, where = 94) =
{
TRUE => -version-info 1:0:0 -module
}
gdk-pixbuf/Makefile.am:102: libpixbufloader_tga_la_LDFLAGS multiply defined in condition TRUE
libpixbufloader_tga_la_LDFLAGS (User, where = 102) =
{
TRUE => -version-info 1:0:0 -module
}
gdk-pixbuf/Makefile.am:234: libgdk_pixbuf_1_3_la_DEPENDENCIES was already defined in condition TRUE, which implies condition BUILD_DYNAMIC_MODULES_TRUE
libgdk_pixbuf_1_3_la_DEPENDENCIES (User, where = 234) =
{
TRUE => $(builtin_objs)
}
gdk-pixbuf/Makefile.am:234: libgdk_pixbuf_1_3_la_DEPENDENCIES was already defined in condition TRUE, which implies condition BUILD_DYNAMIC_MODULES_FALSE
libgdk_pixbuf_1_3_la_DEPENDENCIES (User, where = 234) =
{
TRUE => $(builtin_objs)
BUILD_DYNAMIC_MODULES_TRUE => pixops/libpixops.la
}
gdk-pixbuf/Makefile.am:223: libgdk_pixbuf_1_3_la_SOURCES includes configure substitution ` STRIP_BEGIN@'
gdk-pixbuf/Makefile.am:223: libgdk_pixbuf_1_3_la_SOURCES includes configure substitution ` STRIP_END@'
automake: gdk-pixbuf/pixops/Makefile.am: Assembler source seen but `ASFLAGS' not defined in `configure.in'
gdk/Makefile.am: MAINTAINERCLEANFILES must be set with `=' before using `+='
gdk/Makefile.am: EXTRA_HEADERS must be set with `=' before using `+='
gdk/Makefile.am:137: libgdk_linux_fb_1_3_la_SOURCES includes configure substitution ` STRIP_BEGIN@'
gdk/Makefile.am:137: libgdk_linux_fb_1_3_la_SOURCES includes configure substitution ` STRIP_END@'
gdk/Makefile.am:127: libgdk_nanox_1_3_la_SOURCES includes configure substitution ` STRIP_BEGIN@'
gdk/Makefile.am:127: libgdk_nanox_1_3_la_SOURCES includes configure substitution ` STRIP_END@'
gdk/Makefile.am:117: libgdk_x11_1_3_la_SOURCES includes configure substitution ` STRIP_BEGIN@'
gdk/Makefile.am:117: libgdk_x11_1_3_la_SOURCES includes configure substitution ` STRIP_END@'
gtk/Makefile.am: MAINTAINERCLEANFILES must be set with `=' before using `+='
gtk/Makefile.am: EXTRA_HEADERS must be set with `=' before using `+='
gtk/Makefile.am: EXTRA_DIST must be set with `=' before using `+='
gtk/Makefile.am: CLEANFILES must be set with `=' before using `+='
gtk/Makefile.am:510: libgtk_linux_fb_1_3_la_SOURCES includes configure substitution ` STRIP_BEGIN@'
gtk/Makefile.am:510: libgtk_linux_fb_1_3_la_SOURCES includes configure substitution ` STRIP_END@'
gtk/Makefile.am:510: libgtk_linux_fb_1_3_la_SOURCES includes configure substitution ` STRIP_BEGIN@'
gtk/Makefile.am:510: libgtk_linux_fb_1_3_la_SOURCES includes configure substitution ` STRIP_END@'
gtk/Makefile.am:510: libgtk_linux_fb_1_3_la_SOURCES includes configure substitution ` STRIP_BEGIN@'
gtk/Makefile.am:510: libgtk_linux_fb_1_3_la_SOURCES includes configure substitution ` STRIP_END@'
gtk/Makefile.am:505: libgtk_nanox_1_3_la_SOURCES includes configure substitution ` STRIP_BEGIN@'
gtk/Makefile.am:505: libgtk_nanox_1_3_la_SOURCES includes configure substitution ` STRIP_END@'
gtk/Makefile.am:505: libgtk_nanox_1_3_la_SOURCES includes configure substitution ` STRIP_BEGIN@'
gtk/Makefile.am:505: libgtk_nanox_1_3_la_SOURCES includes configure substitution ` STRIP_END@'
gtk/Makefile.am:505: libgtk_nanox_1_3_la_SOURCES includes configure substitution ` STRIP_BEGIN@'
gtk/Makefile.am:505: libgtk_nanox_1_3_la_SOURCES includes configure substitution ` STRIP_END@'
gtk/Makefile.am:500: libgtk_x11_1_3_la_SOURCES includes configure substitution ` STRIP_BEGIN@'
gtk/Makefile.am:500: libgtk_x11_1_3_la_SOURCES includes configure substitution ` STRIP_END@'
gtk/Makefile.am:500: libgtk_x11_1_3_la_SOURCES includes configure substitution ` STRIP_BEGIN@'
gtk/Makefile.am:500: libgtk_x11_1_3_la_SOURCES includes configure substitution ` STRIP_END@'
gtk/stock-icons/Makefile.am: CLEANFILES must be set with `=' before using `+='
tests/Makefile.am: EXTRA_DIST must be set with `=' before using `+='
configure.in:25: /usr/bin/m4: Non-numeric argument to built-in `divert'
configure.in:97: warning: AC_CANONICAL_HOST invoked multiple times
configure.in:101: /usr/bin/m4: Non-numeric argument to built-in `divert'
configure.in:160: warning: AC_COMPILE_IFELSE was called before AC_ISC_POSIX
and ends with
checking for XOpenDisplay in -lX11... no
configure: error: *** libX11 not found. Check 'config.log' for more details.
Now type 'make' to compile Gtk+.
Typing 'make' yields:
make: *** No targets specified and no makefile found. Stop.
Something is clearly hosed (libX11 is in the usual place, make worked a few
days ago). Any feedback appreciated...
Thx,
--
Skip Montanaro (skip pobox com)
http://www.mojam.com/
http://www.musi-cal.com/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]