From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Pirotte To: guile-gtk@sourceware.cygnus.com Subject: gnome-guile compilation bug Date: Thu, 22 Mar 2001 02:51:00 -0000 Message-id: <3AB9EA38.ED226190@altosw.be> X-SW-Source: 2001-q1/msg00014.html Hello, I use guile 1.4 guile-gtk-0.19 and can not compile gnome-guile thanks for some hints david ;; session report david@faust:/usr/local/src/guile/gnome-guile-0.10 61 $ make make all-recursive make[1]: Entering directory `/usr/local/src/guile/gnome-guile-0.10' Making all in macros make[2]: Entering directory `/usr/local/src/guile/gnome-guile-0.10/macros' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/local/src/guile/gnome-guile-0.10/macros' Making all in guile-gtk make[2]: Entering directory `/usr/local/src/guile/gnome-guile-0.10/guile-gtk' /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include -g -O2 -c guile-gtk.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include -g -O2 -c guile-gtk.c -fPIC -DPIC -o .libs/guile-gtk.lo guile-gtk.c:561: variable `gtkobj_smob' has initializer but incomplete type guile-gtk.c:562: warning: excess elements in struct initializer after `gtkobj_smob' guile-gtk.c:563: warning: excess elements in struct initializer after `gtkobj_smob' guile-gtk.c:564: warning: excess elements in struct initializer after `gtkobj_smob' guile-gtk.c:566: warning: excess elements in struct initializer after `gtkobj_smob' guile-gtk.c:651: variable `gtkobj_marker_hook_smob' has initializer but incomplete type guile-gtk.c:652: warning: excess elements in struct initializer after `gtkobj_marker_hook_smob' guile-gtk.c:653: warning: excess elements in struct initializer after `gtkobj_marker_hook_smob' guile-gtk.c:654: warning: excess elements in struct initializer after `gtkobj_marker_hook_smob' guile-gtk.c:656: warning: excess elements in struct initializer after `gtkobj_marker_hook_smob' guile-gtk.c:1036: variable `boxed_smob' has initializer but incomplete type guile-gtk.c:1037: warning: excess elements in struct initializer after `boxed_smob' guile-gtk.c:1038: warning: excess elements in struct initializer after `boxed_smob' guile-gtk.c:1039: warning: excess elements in struct initializer after `boxed_smob' guile-gtk.c:1041: warning: excess elements in struct initializer after `boxed_smob' guile-gtk.c:1278: variable `gtktype_smob' has initializer but incomplete type guile-gtk.c:1279: warning: excess elements in struct initializer after `gtktype_smob' guile-gtk.c:1280: warning: excess elements in struct initializer after `gtktype_smob' guile-gtk.c:1281: warning: excess elements in struct initializer after `gtktype_smob' guile-gtk.c:1283: warning: excess elements in struct initializer after `gtktype_smob' guile-gtk.c:1354: variable `illobj_smob' has initializer but incomplete type guile-gtk.c:1355: warning: excess elements in struct initializer after `illobj_smob' guile-gtk.c:1356: warning: excess elements in struct initializer after `illobj_smob' guile-gtk.c:1357: warning: excess elements in struct initializer after `illobj_smob' guile-gtk.c:1359: warning: excess elements in struct initializer after `illobj_smob' make[2]: *** [guile-gtk.lo] Error 1 make[2]: Leaving directory `/usr/local/src/guile/gnome-guile-0.10/guile-gtk' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/guile/gnome-guile-0.10' make: *** [all-recursive-am] Error 2 david@faust:/usr/local/src/guile/gnome-guile-0.10 62 $ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:585: checking for a BSD compatible install configure:638: checking whether build environment is sane configure:695: checking whether make sets ${MAKE} configure:741: checking for working aclocal configure:754: checking for working autoconf configure:767: checking for working automake configure:780: checking for working autoheader configure:793: checking for working makeinfo configure:808: checking whether to enable maintainer-specific portions of Makefiles configure:850: checking for gcc configure:963: checking whether the C compiler (gcc ) works configure:979: gcc -o conftest conftest.c 1>&5 configure:1005: checking whether the C compiler (gcc ) is a cross-compiler configure:1010: checking whether we are using GNU C configure:1038: checking whether gcc accepts -g configure:1070: checking for POSIXized ISC configure:1093: checking for gcc configure:1206: checking whether the C compiler (gcc -g -O2 ) works configure:1222: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1248: checking whether the C compiler (gcc -g -O2 ) is a cross-compiler configure:1253: checking whether we are using GNU C configure:1281: checking whether gcc accepts -g configure:1313: checking how to run the C preprocessor configure:1393: checking for ANSI C header files configure:1591: checking host system type configure:1612: checking build system type configure:1632: checking for ranlib configure:1671: checking for ld used by GCC configure:1733: checking if the linker (/usr/i486-linux/bin/ld) is GNU ld configure:1749: checking for BSD-compatible nm configure:1785: checking whether ln -s works ltconfig:603: checking for object suffix ltconfig:604: gcc -c -g -O2 conftest.c 1>&5 ltconfig:776: checking if gcc PIC flag -fPIC works ltconfig:777: gcc -c -g -O2 -fPIC -DPIC conftest.c 1>&5 ltconfig:829: checking if gcc supports -c -o file.o ltconfig:830: gcc -c -g -O2 -o out/conftest2.o conftest.c 1>&5 ltconfig:862: checking if gcc supports -c -o file.lo ltconfig:863: gcc -c -g -O2 -c -o conftest.lo conftest.c 1>&5 ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions ltconfig:915: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 ltconfig:958: checking if gcc static flag -static works ltconfig:959: gcc -o conftest -g -O2 -static conftest.c 1>&5 GNU ld version 2.9.1 (with BFD 2.9.1.0.22) ltconfig:1635: checking if global_symbol_pipe works ltconfig:1636: gcc -c -g -O2 conftest.c 1>&5 ltconfig:1639: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1691: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions conftest.c conftstm.o 1>&5 configure:2025: checking for gnome-config configure:2062: checking if /usr/local/bin/gnome-config works configure:2070: checking for orbit-config configure:2106: checking for orbit-idl configure:2140: checking for working ORBit environment configure:2176: checking for gnorba libraries configure:2283: checking for gettext in -lintl configure:2336: checking for qt_null in -lqthreads configure:2377: checking for qt_null in -lqt configure:2422: checking for main in -ltermcap configure:2458: checking for main in -lreadline configure:2506: checking for guile-config configure:2536: checking whether guile-config works configure:2593: checking for sin in -lm configure:2642: checking for guile libraries configure:2646: checking for guile headers configure:2859: checking whether guile works configure:2874: gcc -o conftest -g -O2 -I/usr/local/include -rdynamic -L/usr/local/lib -L/usr/X11R6/lib conftest.c -lm -lintl -L/usr/local/lib -lguile -lm 1>&5 configure:2926: checking for gnome_canvas_points_ref configure:2985: checking whether GtkCauldron accepts parent widget configure:2998: gcc -c -g -O2 -I/usr/local/include -DNEED_GNOMESUPPORT_H -I/usr/local/lib/gnome-libs/include -I/usr/local/lib/glib/include -I/usr/X11R6/include conftest.c 1>&5 configure:3029: checking for Bonobo >= 0.13 configure:3036: checking if Bonobo uses OAF configure:3074: checking for Gtkhtml >= 0.20 configure:3110: checking for Libglade >= 0.11