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