Advertisement
Guest User

Untitled

a guest
May 30th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. * (ql:quickload :tcod)
  2. To load "tcod":
  3. Load 1 ASDF system:
  4. tcod
  5. ; Loading "tcod"
  6.  
  7. debugger invoked on a LOAD-FOREIGN-LIBRARY-ERROR in thread
  8. #<THREAD "main thread" RUNNING {10010B0523}>:
  9. Unable to load any of the alternatives:
  10. ("libffi-7.dll" "libffi-6.dll" "libffi-5.dll" "libffi.dll")
  11.  
  12. Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
  13.  
  14. restarts (invokable by number or by possibly-abbreviated name):
  15. 0: [RETRY ] Try loading the foreign library again.
  16. 1: [USE-VALUE ] Use another library instead.
  17. 2: [TRY-RECOMPILING ] Recompile libffi and try loading it again
  18. 3: [RETRY ] Retry
  19. loading FASL for #<CL-SOURCE-FILE "cffi-libffi" "libffi" "libffi">.
  20. 4: [ACCEPT ] Continue, treating
  21. loading FASL for #<CL-SOURCE-FILE "cffi-libffi" "libffi" "libffi">
  22. as having been successful.
  23. 5: Retry ASDF operation.
  24. 6: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
  25. configuration.
  26. 7: Retry ASDF operation.
  27. 8: Retry ASDF operation after resetting the
  28. configuration.
  29. 9: [ABORT ] Give up on "tcod"
  30. 10: Exit debugger, returning to top level.
  31.  
  32. (FL-ERROR "Unable to load any of the alternatives:~% ~S" ("libffi-7.dll" "libffi-6.dll" "libffi-5.dll" "libffi.dll"))
  33. source: (ERROR 'LOAD-FOREIGN-LIBRARY-ERROR :FORMAT-CONTROL CONTROL
  34. :FORMAT-ARGUMENTS ARGUMENTS)
  35. 0]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement