I'm trying to use cells-gtk-2006-06-30 with SBCL 0.9.14. cells-gtk loads fine with (load "load"), but when I go to run the demo with (test-gtk:gtk-demo t), I get the error:
Unable to load foreign library: libgobject-2.0 [Condition of type CFFI:LOAD-FOREIGN-LIBRARY-ERROR] I'm running Debian testing, and libgobject-2.0.so.0 is in /usr/lib. I've tried: symlinking libgobject-2.0.so.0 to libgobject-2.0.so, adding /usr/lib to /etc/ld.so.conf and running ldconfig, applying the fix listed at http://common-lisp.net/pipermail/cells-gtk-devel/2006-July/000214.html, and using CVS version of cells-gtk, but I still get the error. After each attempt, I've removed all fasls and reloaded slime. Any other ideas? Thanks, Jason Dunsmore _______________________________________________ cells-gtk-devel site list [email protected] http://common-lisp.net/mailman/listinfo/cells-gtk-devel
