Ferada / cl-cffi-gtk

#cl-cffi-gtk on Freenode. A Lisp binding to GTK+3. SBCL/CCL/ABCL (ECL/CLISP unstable)
http://www.crategus.com/books/cl-cffi-gtk
41 stars 8 forks source link

Save-lisp-and-die doesn't work for me with this package. #25

Open commander-trashdin opened 5 years ago

commander-trashdin commented 5 years ago

I made a simple 2048 game with this package (nice one, btw). While for all "console" scripts save-lisp-and-die works fine, here it just produces a script which does absolutely nothing. Maybe this is a well-known issue? I can even send my whole code for further investigation.

Ferada commented 5 years ago

Please post a representative snippet of the (save-lisp-and-die ...) call, or just a link to the repository. Also, which implementation are you running this on if it's not obvious from the code? I've managed to get a standalone binary with both SBCL and CCL, so I'd say it should work in general.

bqv commented 3 years ago

crategus/cl-cffi-gtk#82

I guess @commander-trashdin just gave up, but this is definitely a problem