Advertisement
logicmoo

(ql:quickload '(qtcore qtgui))

Nov 13th, 2016
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 1.27 KB | None | 0 0
  1. (ql:quickload '(qtcore qtgui))
  2. Error loading /root/.cache/common-lisp/abcl-1.5.0-dev-fasl42-linux-x64/root/quicklisp/dists/quicklisp/software/qt-libs-20160929-git/build.abcl at line 17 (offset 1067)
  3. #<THREAD "interpreter" {2C5BC8DC}>: Debugger invoked on condition of type LOAD-SYSTEM-DEFINITION-ERROR
  4.  Error while trying to load definition for system qtcore from pathname /root/quicklisp/dists/quicklisp/software/qtools-20160929-git/smoke/qtcore.asd: The method-lambda-list (QT-LIB-GENERATOR:STAGE QT-LIB-GENERATOR::LIBRARY &REST QT-LIB-GENERATOR::ARGS &KEY) does not accept all of the keyword arguments defined for the generic function.
  5. Restarts:
  6.  0: TRY-RECOMPILING               Recompile build and try loading it again
  7.  1: RETRY                         Retry loading FASL for #<ASDF/LISP-ACTION:CL-SOURCE-FILE "qt-lib-generator" "build">.
  8.  2: ACCEPT                        Continue, treating loading FASL for #<ASDF/LISP-ACTION:CL-SOURCE-FILE "qt-lib-generator" "build"> as having been successful.
  9.  3: RETRY                         Retry ASDF operation.
  10.  4: CLEAR-CONFIGURATION-AND-RETRY Retry ASDF operation after resetting the configuration.
  11.  5: ABORT                         Give up on "qtcore"
  12.  6: TOP-LEVEL                     Return to top level.
  13. [1] QT-LIB-GENERATOR(3):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement