[cells-gtk-devel] Lispworks Linux / SuSE 9.2
Kenny Tilton
ktilton at nyc.rr.com
Sun Jan 30 05:07:02 UTC 2005
Peter Denno wrote:
>Hi,
>
>FWIW, the demo seems to work on LWL 4.4. (I have only started investigating
>cells-gtk an hour ago, so maybe this is common knowledge, but I don't see it
>in the mail list archive.)
>
Yeah, that might be a first. Thx.
>
>On my SuSE 9.2 machine I did a little adjusting to find the libraries.
>
>1) In gtk-ffi/gtk-ffi.lisp defun libname drop the ".so" in the names:
>
> #-(or macosx win32 mswindows)
> (ecase lib
> (:gobject "libgobject-2.0") ; was "libgobject-2.0.so" etc.
> (:glib "libglib-2.0")
> (:gthread "libgthread-2.0")
> (:gdk "libgdk-x11-2.0")
> (:gtk "libgtk-x11-2.0")))
>
>
>2) in cells-gtk/gtk-app.lisp defun cells-gtk-init change "/usr/lib/" to
>"/opt/gnome/lib/"
>
OK, I will give these a try. I think the find library function takes a
list, I might change the code to try both.
>
>3)
>
>
>>cd /opt/gnome/lib
>>ln -s libgthread-2.0.so.0 libgthread-2.0.so
>>ln -s libglib-2.0.so.0 libglib-2.0.so
>>ln -s libgobject-2.0.so.0 libgobject-2.0.so
>>ln -s libgdk-x11-2.0.so.0 libgdk-x11-2.0.so
>>ln -s libgtk-x11-2.0.so.0 libgtk-x11-2.0.so
>>
>>
How is this a third change?
>Cells-gtk looks REALLY NICE!
>
Cool. Plz do not hesitate to ask if you get stuck on a Cells issue. For
now, I am afraid I am the doc on that. :)
kenny
More information about the cells-gtk-devel
mailing list