Frank Goenninger frgo@me.com writes:
Me again ...
Doing
(ql:quickload :qt)
(qt:ensure-smoke :qtcore) (qt:ensure-smoke :qtgui)
(ql:quickload :qt-tutorial)
and finally
(qt-conv:main)
results in the following errors:
SBCL error output: http://paste.lisp.org/+31SS SBCL backtrace: http://paste.lisp.org/+31ST
Ok, so maybe I am running into issues as described on "Known issues", "Callbacks from threads" - am I?
Thanks again for looking at this.
There's no callbacks from threads here. Make sure that libsmoke and libcommonqt were compiled and are using the same version of Qt.