You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
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`
The text was updated successfully, but these errors were encountered: