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

Elliott Slaughter elliottslaughter at gmail.com
Sun Mar 13 20:29:10 CET 2011


On Sun, Mar 13, 2011 at 12:35 AM, Tobias Rautenkranz
<tobias at rautenkranz.ch>wrote:

> > David Lichteblau's commonqt had a similar problem where he was linking
> > against smokeqtcore instead of smokebase. Could something similar be
> going
> > on here? (In that case, it wouldn't really be a version compatibility
> issue
> > after all.)
> Yes that was the problem; in fact I had already fixed it, just have
> forgotten
> to upload it :(
>
> Should work now.
>

Almost. One small patch:

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!

-- 
Elliott Slaughter

"Don't worry about what anybody else is going to do. The best way to predict
the future is to invent it." - Alan Kay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tobias.rautenkranz.ch/pipermail/cl-smoke_tobias.rautenkranz.ch/attachments/20110313/31de7a15/attachment-0002.html>


More information about the Cl-smoke mailing list