Problem building guile-gnome
Romel Sandoval <[email protected]> Wed, 02 Jun 2010 19:31:22 -0500
| Newsgroups | gmane.lisp.guile.gtk |
|---|---|
| Message-ID | <1275525082.3984.14.camel@romel-compaq> |
Hello, While building Guile-GNOME I got this: make[5]: se ingresa al directorio `/home/romel/src/guile-gnome-platform/gtk/gnome/gw' /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I/home/romel/usr/include -I/home/romel/usr/include/guile/2.0 -I../../../glib/gnome/gobject -I../../../glib/gnome/gobject -I. -I. -Wall -Werror -g -D_REENTRANT -I/home/romel/usr/include/guile-cairo -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/home/romel/usr/include/guile/2.0 -I/home/romel/usr/include -std=gnu99 -I/home/romel/usr/include -I/home/romel/usr/include/guile/2.0 -g -O2 -MT libgw_guile_gnome_gtk_la-guile-gtk-tree-model.lo -MD -MP -MF .deps/libgw_guile_gnome_gtk_la-guile-gtk-tree-model.Tpo -c -o libgw_guile_gnome_gtk_la-guile-gtk-tree-model.lo `test -f 'guile-gtk-tree-model.c' || echo './'`guile-gtk-tree-model.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I/home/romel/usr/include -I/home/romel/usr/include/guile/2.0 -I../../../glib/gnome/gobject -I../../../glib/gnome/gobject -I. -I. -Wall -Werror -g -D_REENTRANT -I/home/romel/usr/include/guile-cairo -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/home/romel/usr/include/guile/2.0 -I/home/romel/usr/include -std=gnu99 -I/home/romel/usr/include -I/home/romel/usr/include/guile/2.0 -g -O2 -MT libgw_guile_gnome_gtk_la-guile-gtk-tree-model.lo -MD -MP -MF .deps/libgw_guile_gnome_gtk_la-guile-gtk-tree-model.Tpo -c guile-gtk-tree-model.c -fPIC -DPIC -o .libs/libgw_guile_gnome_gtk_la-guile-gtk-tree-model.o In file included from guile-gtk-tree-model.c:33: gtk-support.h:120: error: conflicting types for ‘gtk_widget_get_allocation’ /usr/include/gtk-2.0/gtk/gtkwidget.h:621: note: previous declaration of ‘gtk_widget_get_allocation’ was here make[5]: *** [libgw_guile_gnome_gtk_la-guile-gtk-tree-model.lo] Error 1 make[5]: se sale del directorio `/home/romel/src/guile-gnome-platform/gtk/gnome/gw' make[4]: *** [all] Error 2 make[4]: se sale del directorio `/home/romel/src/guile-gnome-platform/gtk/gnome/gw' make[3]: *** [all-recursive] Error 1 make[3]: se sale del directorio `/home/romel/src/guile-gnome-platform/gtk/gnome' make[2]: *** [all-recursive] Error 1 make[2]: se sale del directorio `/home/romel/src/guile-gnome-platform/gtk' make[1]: *** [all-recursive] Error 1 make[1]: se sale del directorio `/home/romel/src/guile-gnome-platform' make: *** [all] Error 2 I'm using GTK 2.18.3 packaged for Trisquel 3.5 GNU/Linux (Ubuntu derivative). Is this a bug on guile-gnome? Anybody knows whats happening? Is there a recommended GTK version? Anybody has build guile-gnome under Ubuntu or Trisquel or gNewSense?