Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation in Aquamacs #60

Open
artforlife opened this issue Oct 10, 2016 · 1 comment
Open

Installation in Aquamacs #60

artforlife opened this issue Oct 10, 2016 · 1 comment

Comments

@artforlife
Copy link

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`

@knobo
Copy link
Contributor

knobo commented Oct 10, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants