[cl-gtk2-devel] Issue with cl-gtk2 and iolib
ulric wilfred
shaman.sir at gmail.com
Wed Jun 23 20:26:16 UTC 2010
When I use a package that requires cl-gtk2-gtk, sbcl tries to compile it and
fails on:
debugger invoked on a SB-KERNEL:SIMPLE-PACKAGE-ERROR in thread #<THREAD
"initial thread" RUNNING {AA5E799}>:
no symbol named "%SYS-OPEN" in "IOLIB.SYSCALLS"
(SB-IMPL::FIND-OR-MAKE-SYMBOL "%SYS-OPEN" #<PACKAGE "IOLIB.SYSCALLS">)
I have Ubuntu 9.10 and I've installed libgtkext manually through:
wget
http://mirrors.kernel.org/ubuntu/pool/universe/g/gtkglext/libgtkglext1_1.2.0-1ubuntu1_i386.deb
sudo dpkg -i libgtkglext*
I've got cl-gtk2-gtk with: git clone git://repo.or.cz/cl-gtk2.git cl-gtk2
and iolib with: git clone git://gitorious.org/iolib/iolib.git cl-iolib
In my ~/.sbclrc there are these lines:
(require 'asdf)
(require 'asdf-install)
(push #p"/path-to/cl-iolib/src/" asdf:*central-registry*)
...
(push #p"/path-to/cl-gtk2/glib/" asdf:*central-registry*)
(push #p"/path-to/cl-gtk2/pango/" asdf:*central-registry*)
(push #p"/path-to/cl-gtk2/gdk/" asdf:*central-registry*)
(push #p"/path-to/cl-gtk2/gtk/" asdf:*central-registry*)
(push #p"/path-to/cl-gtk2/gtk-glext/" asdf:*central-registry*)
(push #p"/path-to/cl-gtk2/cairo/" asdf:*central-registry*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cl-gtk2-devel/attachments/20100623/c7a3059b/attachment.html>
More information about the cl-gtk2-devel
mailing list