crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.
http://www.crategus.com/books/cl-cffi-gtk
146 stars 33 forks source link

threaded clisp support #21

Open zabbal opened 10 years ago

zabbal commented 10 years ago

According to tutorial it works fine with clisp 2.49 on Linux but in my case I've got error because Bordeaux-Threads are not supported due to multithreading being experimental feature (it may segfault clisp) which is not enabled by default. Is there some workaround used or clisp was rebuild --with-threads?

crategus commented 10 years ago

I am developping with SBCL as the compiler and I have checked the GTK+ demo for Lisp with CLISP, SCL, and CMUCL and I have got no problems.

Any other tests and bug fixes for other compilers is appreciated.

Thread support can be disappled and is not really needed for the cl-cffi-gtk libraray.

Dieter Kaiser