crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.

Home Page:http://www.crategus.com/books/cl-cffi-gtk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

threaded clisp support

zabbal opened this issue · comments

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?

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