This is the mail archive of the guile-gtk@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

problems compiling guile-gtk with guile-1.4



Hi!

After upgrading to guile-1.4 I am having trouble compiling guile-gtk-0.18.
Does anybody have the same problems? I attach the detailed error output as
a separate file to this message.

Thanks for any help!

Best,
       Mike

-------------------------------------------------------------------------------
  Michael M. Tung                       Email: michael.tung@uv.es    
  Departamento de Fisica Teorica               michael.tung@uni-mainz.de
  Universidad de Valencia               Pager: tung@higgs.physik.uni-mainz.de
  C/ Dr. Moliner, 50                    Phone: +34 (96) 386-4550
  46100 Burjassot (Valencia)            Fax:   +34 (96) 364-2345
  SPAIN                                 http://insti.physics.sunysb.edu/~tung
-------------------------------------------------------------------------------
/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
rm -f .libs/guile-gtk.lo
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: *** [guile-gtk.lo] Error 1

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]