On Friday 07 July 2006 11:56, Jeff Cunningham wrote: > That did it. Although I found I still needed the softlink in > /usr/local/lib to libcellsgtk.so.
It is probably the case that /usr/local/lib is not in /etc/ld.so.conf .. Oh wait, you are saying only libcellsgtk had this problem. hmmm. In cells-gtk/root/gtk-ffi/gtk-ffi.lisp you might try: #+libcellsgtk (cffi:define-foreign-library :cgtk (cffi-features:unix (merge-pathnames "libcellsgtk.so" #.*compile-file-pathname*)) ; <---- The m-p here is new. (cffi-features:windows "libcellsgtk.dll") (cffi-features:darwin "libcellsgtk.dylib")) I haven't tried it myself, but it might work. Andras had this working. I might have broken it. > > The demo looks great. > > Thanks! -- - Best regards, Peter _______________________________________________ cells-gtk-devel site list [email protected] http://common-lisp.net/mailman/listinfo/cells-gtk-devel
