Closed serialhex closed 7 years ago
Off hand a few questions:
qt-libs
and nothing else?I'll take a look myself later, but having answers to these should already give me some better starting points.
Hmm, just (ql:quickload :qt-libs)
works fine... I'm going to try some of the examples, but CCL is being a pain by not wanting to load libraries (it keeps saying they're 32-bit libs, when I'm running 64-bit CCL and want 64-bit libs -_- )
I'll try some of the examples, and I'll let you know what I get.
Note that qt-libs downloads precompiled versions of the libraries into its standalone directory. If you've loaded qt-libs or something that depends on it while running a 32x lisp implementation, the standalone directory will contain the appropriate dlls, which in turn won't work with a 64x implementation.
Otherwise it might be the case that your PATH is poisoned and it it's loading dependant dlls but for a 32x arch from somewhere that it shouldn't. qt-libs should avoid this case, but it might not be in the version you get with Quicklisp yet.
Closing for inactivity.
Hi there, when I try to
(ql:quickload '(qtools qtcore qtgui))
iI get the following err;r:I'm running Clozure CL 64bit, on Windows (of course). That pathname doesn't look right at all,
lib/commonqt.dll/
being repeated 6 times like that is weird. Any suggestions?Thank you in advance!