Advertisement
eudoxia

CommonQt Error

Sep 26th, 2011
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. * (ql:quickload "qt")
  2. To load "qt":
  3. Load 1 ASDF system:
  4. qt
  5. ; Loading "qt"
  6. ............
  7. debugger invoked on a ASDF:OPERATION-ERROR in thread #<THREAD
  8. "initial thread" RUNNING
  9. {1002C99D91}>:
  10. Error while invoking #<COMPILE-OP (:VERBOSE NIL) {10037F6D51}> on
  11. #<CPP->SO "qt" "commonqt">
  12.  
  13. Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
  14.  
  15. restarts (invokable by number or by possibly-abbreviated name):
  16. 0: [RETRY ] Retry compiling component ("qt" "commonqt").
  17. 1: [ACCEPT] Continue, treating compiling component ("qt" "commonqt") as
  18. having been successful.
  19. 2: [ABORT ] Give up on "qt"
  20. 3: Exit debugger, returning to top level.
  21.  
  22. ((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:COMPILE-OP QT-SYSTEM::CPP->SO))
  23. #<unavailable argument>
  24. #<unavailable argument>
  25. #<ASDF:COMPILE-OP (:VERBOSE NIL) {10037F6D51}>
  26. #<QT-SYSTEM::CPP->SO "qt" "commonqt">)
  27. 0]
  28.  
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement