ailisp / commonlisp-vscode

Common Lisp Editing extension for Visual Studio Code
35 stars 1 forks source link

ros install ailisp/linedit fails on macos 10.15.6 #10

Open andi23rosca opened 4 years ago

andi23rosca commented 4 years ago

Unhandled LOAD-SYSTEM-DEFINITION-ERROR: Error while trying to load definition for system osicat from pathname /Users/andi/.roswell/lisp/quicklisp/dists/quicklisp/software/osicat-20200715-git/osicat.asd: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cffi-toolchain" "toolchain" "bundle">

Same error for prepl

ailisp commented 3 years ago

You probably didn't have a c compiler, it fails on installing one of the dependencies osicat, Did you xcode-select --install?

andi23rosca commented 3 years ago

I do have xcode installed. I think maybe it's a case of not finding gcc?