[Cl-smoke] cl-smoke for newer versions of smoke

Tobias Rautenkranz tobias at rautenkranz.ch
Sun Mar 13 20:52:21 CET 2011


> diff -rN -u old-qt.core/src/qt.core.lisp new-qt.core/src/qt.core.lisp
> --- old-qt.core/src/qt.core.lisp 2011-03-13 12:22:43.000000000 -0700
> +++ new-qt.core/src/qt.core.lisp 2011-03-13 12:22:43.000000000 -0700
> @@ -33,6 +33,7 @@
>      (init-qt-smoke "init_qtcore_Smoke"))
> 
>    (define-foreign-library libclsmokeqtcore
> -      (:unix "libclsmokeqtcore.so")
> +    (:darwin "libclsmokeqtcore.dylib")
> +    (:unix "libclsmokeqtcore.so")
>      (t (:default "libclsmokeqtcore")))
>    (use-foreign-library libclsmokeqtcore))
> 
> With the above patch I can successfully run the hello world and REPL
> examples from the manual.
Thanks; applied.




More information about the Cl-smoke mailing list