14 Dec 2006 15:08
problems with sbcl + cells-gtk
Albert Cardona <cardona <at> ucla.edu>
2006-12-14 14:08:50 GMT
2006-12-14 14:08:50 GMT
Dear all, I can't get cells-gtk to work with SBCL 0.9.13. Below is the steps I've gone through, all the way to getting the splash for the demo, but that is as far as I could go. I'd appreciate some advice. Albert Cardona $ cd ~/Programming/lisp/cells-gtk-2006-06-30 CL-USER> (load "load") [...] CL-USER> (test-gtk:gtk-demo) Fails because it can't find libgtk-x11-2.0.so So I add a symlink: $ cd /usr/lib $ ln -s libgtk-x11-2.0.so.0 libgtk-x11-2.0.so Then I run again: CL-USER> (test-gtk:gtk-demo) Fails because it can't find the libcellsgtk shared object So I follow the instructions in INSTALL.txt to create the libcellsgtk.so and then I add a symlink to it under /usr/X11/lib/(Continue reading)
RSS Feed