[cells-gtk-devel] Lispworks Linux / SuSE 9.2
Peter Denno
peter.denno at nist.gov
Sat Jan 29 02:26:50 UTC 2005
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.)
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/"
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
Cells-gtk looks REALLY NICE!
--
Best Regards,
- Peter
Peter Denno
National Institute of Standards and Technology,
Manufacturing System Integration Division,
100 Bureau Drive, Mail Stop 8264 Tel: +1 301-975-3595
Gaithersburg, MD, USA 20899-8264 FAX: +1 301-975-4694
More information about the cells-gtk-devel
mailing list