hi, i tried to install cells-gtk following the instructions from http://www.washbear-network.de/peterblog/getting-started-with-cells-gtk
and http://www.washbear-network.de/peterblog/2008/04/13/cells-gtk3/ But I can't even run the examples. There seems to be an error in how strings are handled. sh-3.1$ cat test.lisp (require :asdf) (require :test-gtk) (in-package :test-gtk) (gtk-demo) sh-3.1$ sbcl --load test.lisp This is SBCL 1.0.20, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. ; loading system definition from /home/martin/.sbcl/systems/cells-gtk.asd into ; #<PACKAGE "ASDF0"> ; registering #<SYSTEM :CELLS-GTK {AD50F59}> as CELLS-GTK [...] ; registering #<SYSTEM :CELLS {AF26A51}> as CELLS "----------UTILSRESET----------------------------------" "----------UTILSRESET----------------------------------" debugger invoked on a SIMPLE-ERROR in thread #<THREAD "initial thread" RUNNING {A6E5719}>: Error during processing of --eval option (LOAD #P"test.lisp"): The value of STRING is #(71 84 75 32 84 101 115 116 105 110 103), which is not of type STRING. Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [CONTINUE] Ignore and continue with next --eval option. 1: [ABORT ] Skip rest of --eval options. 2: Skip to toplevel READ/EVAL/PRINT loop. 3: [QUIT ] Quit SBCL (calling #'QUIT, killing the process). ((FLET #:LAMBDA135) #<SIMPLE-TYPE-ERROR {B165D11}>) 0] sh-3.1$ ls ~/.sbcl/site/ alexandria cells3 cl-cairo2 cl-utilities trivial-g babel_0.3.0 cells-gtk3 cl-colors-latest slime bordeaux-threads cffi_0.10.2 cl-opengl trivial-f sh-3.1$ sbcl --version SBCL 1.0.20 Martin
_______________________________________________ cells-gtk-devel site list cells-gtk-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/cells-gtk-devel