woo
woo copied to clipboard
Installation in Aquamacs
Cheers! I am new to CL and this server. When trying to use, I get the following error in Aquamacs after running (ql:quickload :woo)
. Any idea how I could proceed?
`CL-USER> (ql:quickload :woo) To load "cffi-grovel": Load 1 ASDF system: cffi-grovel ; Loading "cffi-grovel" ; ((UIOP/OS:OS-UNIX-P) "o") ; ; caught ERROR: ; illegal function call
; ((UIOP/OS:OS-WINDOWS-P) ; (IF (UIOP/OS:FEATUREP '(:OR :MINGW32 :MINGW64)) ; "o" ; "obj")) ; ; caught ERROR: ; illegal function call
; ((UIOP/OS:OS-UNIX-P) "a") ; ; caught ERROR: ; illegal function call
; ((UIOP/OS:OS-WINDOWS-P) ; (IF (UIOP/OS:FEATUREP '(:OR :MINGW32 :MINGW64)) ; "a" ; "lib")) ; ; caught ERROR: ; illegal function call
; ((UIOP/OS:OS-MACOSX-P) "dylib") ; ; caught ERROR: ; illegal function call
; ((UIOP/OS:OS-UNIX-P) "so") ; ; caught ERROR: ; illegal function call
; ((UIOP/OS:OS-WINDOWS-P) "dll") ; ; caught ERROR: ; illegal function call
; ((UIOP/OS:OS-UNIX-P) NIL) ; ; caught ERROR: ; illegal function call
; ((UIOP/OS:OS-WINDOWS-P) "exe") ; ; caught ERROR: ; illegal function call`
I don't know anything about OS X or Aquamacs or the lisp implementation you are using. But I guess you need to install. This looks like an error message from asdf. Maybe you have an old version installed? But I'm quite sure this has nothing to do with woo. Maybe you can get support on irc at #clnoobs or #lisp or https://groups.google.com/forum/#!forum/comp.lang.lisp
I would suggest to use roswell to install lisp with: https://github.com/roswell/roswell And make sure to fulfill the requirements for installing woo: https://github.com/fukamachi/woo#requirements