Nicolas Lamirault lam@tuxfamily.org writes:
hello, i have a problem with slime and lambda gtk i make a new sbcl.core image and when i start sbcl from shell with this image, i haven't got any problems :
- sbcl --core ./sbcl-af.core
Does (require 'sb-bsd-sockets) work here?
I tried lambda-gtk from SLIME with SBCL 0.8.21.6 and it seems to work, so I think this is a SBCL problem and not a SLIME problem.
[I had to fix the callbacks (replace system-area-copy with memmove) and had to set *print-length* to nil before compiling lambda-gtk, but those problems are unrelated to SLIME.]
Helmut.