Shinmera / qtools

Qtools is a collection of utilities to aid development with CommonQt
https://shinmera.github.io/qtools
zlib License
210 stars 17 forks source link

Can't load #:qtcore on Mac OS X 10.10 #5

Closed mobius-eng closed 9 years ago

mobius-eng commented 9 years ago

After (ql:quickload :qtools) attempt to (ql:quickload :qtcore) leads to the error:

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.

SBCL 1.2.15

Shinmera commented 9 years ago

This issue was moved to Shinmera/qt-libs#1