[Cl-smoke] Building cl-smoke on Mac OS X

Tobias Rautenkranz tobias at rautenkranz.ch
Wed Feb 17 00:18:51 CET 2010


Can you try to get libsmokeqtcore to load without using cl-smoke;
by using something like:

(asdf:oos 'asdf:load-op :cffi)
(push #p"/opt/local/lib/" cffi:*foreign-library-directories*)
(cffi:define-foreign-library qtcore
	(:darwin "libsmokeqtcore.3.darwin")) ;; No dynlib here?
(cffi:load-foreign-library 'qtcore)

Maybe this will give a better error message.




More information about the Cl-smoke mailing list