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]

guile-gtk-0.19 build error


Hello,  I want to evaluate guile-gtk-0.19 as a possible vehicle for porting a music composition system COmmon Music to Linux/Guile. I would like to use guile-gtk to implement the GUI that I have develped for my system in Common Lisp on the Mac.  (If you want to see the interface there are some example gifs at http://www-camil.music.uiuc.edu/software/cm/installed/cm-2.1/doc/plotter.html
)

When I try to build guile-gtk-0.19 (Red Hat 7, Guile 1.4) I get an error in the build that I havent been able to figure out. Its dying on an unresolved symbol 'scm_master_freelist':

[hkt@camil23 guile-gtk-0.19]$ make
/bin/sh ./libtool --mode=link gcc  -g -O2  -o guile-gtk-1.2 -export-dynamic main.o libguilegtk-1.2.la -L/usr/local/lib -lguile -lm -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lm 
gcc -g -O2 -o .libs/guile-gtk-1.2 main.o .libs/libguilegtk-1.2.so -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lm -L/usr/local/lib -lguile -lm -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lm -Wl,--export-dynamic -Wl,--rpath -Wl,/usr/local/lib
.libs/libguilegtk-1.2.so: undefined reference to `scm_master_freelist'
collect2: ld returned 1 exit status
make: *** [guile-gtk-1.2] Error 1
[hkt@camil23 guile-gtk-0.19]$ 


----
Thanks for any suggestions on how to resolve this problem

Rick Taube
Asst. Prof. Composition/Theory
University of Illinois
Urbana IL USA


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