Closed mobius-eng closed 9 years ago
After (ql:quickload :qtools) attempt to (ql:quickload :qtcore) leads to the error:
(ql:quickload :qtools)
(ql:quickload :qtcore)
Unable to load foreign library (LIBSMOKEQTCORE). Error opening shared object "/Users/alexey/.sbcl-quicklisp/dists/quicklisp/software/qt-libs-20150804-git/standalone/libsmokeqtcore.dylib": dlopen(/Users/alexey/.sbcl-quicklisp/dists/quicklisp/software/qt-libs-20150804-git/standalone/libsmokeqtcore.dylib, 10): Library not loaded: @loader_path/libsmokeqimageblitz.dylib Referenced from: /Users/alexey/.sbcl-quicklisp/dists/quicklisp/software/qt-libs-20150804-git/standalone/libsmokeqimageblitz.dylib Reason: image not found. [Condition of type CFFI:LOAD-FOREIGN-LIBRARY-ERROR]
Both libsmokeqimageblitz.dylib and libsmokeqtcore.dylib are inside standalone directory.
libsmokeqimageblitz.dylib
libsmokeqtcore.dylib
standalone
SBCL 1.2.15
This issue was moved to Shinmera/qt-libs#1
After
(ql:quickload :qtools)
attempt to(ql:quickload :qtcore)
leads to the error:Both
libsmokeqimageblitz.dylib
andlibsmokeqtcore.dylib
are insidestandalone
directory.SBCL 1.2.15