This is the mail archive of the guile-gtk@sources.redhat.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]
Other format: [Raw text]

Re: ERROR: In procedure dynamic-link:


I think it is guile that is failing. I tried guile-1.5.4 and it loads the
libs with libname without ".so". I tested it with the hello-world.scm
example. guile-gtk doesn't compile with guile-1.5.4 so I tested with
guile-gtk compiled with the guile-1.4 headers. It brings up the gtk GUI
with error messages about "some deprecated features have been used".



guile-gtk 0.19 doesn't compile with guie-1.5.4. It gives this messages


[bo@li guile-gtk-0.19]$ make
guile-snarf -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/include
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include  -g -O2 guile-gtk.c >guile-gtk.c.tmp && mv
guile-gtk.c.tmp guile-gtk.x
guile-snarf -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/include
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include  -g -O2 gtk-support.c >gtk-support.c.tmp && mv
gtk-support.c.tmp gtk-support.x
gtk-support.c:622:25: gtk-support.x: No such file or directory
make: *** [gtk-support.x] Error 1
make: *** Waiting for unfinished jobs....
guile-gtk.c:2715:23: guile-gtk.x: No such file or directory
make: *** [guile-gtk.x] Error 1



So until guile handle dynamic linking as it is supposed one have to
either so "ln -s libguilegtk-1.2.so libguilegtk-1.2" or explicitly tell
guile-gtk to look for libguilegtk-1.2.so.

Any ideas how to get guile-gtk to compile with guile-1.5.4?

Regards
Bo


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