-
Notifications
You must be signed in to change notification settings - Fork 67
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
Error compiling on OpenSuse #17
Comments
Works just fine on Manjaro with CCL 1.12. Something must be up with OpenSuse's libffi package. |
Thanks for reporting. I don't have a way to test it now though, so I will leave the issue open. |
I keep forgetting how I fix this on other OS'. I think its a header problem with missing some Linux and GCC headers. Going to close since I don't use suse anymore and I don't think its a sketch problem. |
Installed OpenSuse Tumbleweed and hit the same issue. Firstly, I had to fix Shortly after, I got a new error:
I checked
leaving Most importantly, Sketch works fine on Tumbleweed now :) EDIT: reported here: https://bugs.launchpad.net/cffi/+bug/1692751 |
This workaround solved the same problem for me on Ubuntu 18.04.2 LTS. |
cc -m64 -o /home/silver/.cache/common-lisp/sbcl-1.3.11-1.4-suse-linux-x64/home/silver/quicklisp/dists/quicklisp/software/cffi_0.18.0/libffi/libffi-types__grovel-tmpGHU3ALSV -I/home/silver/quicklisp/dists/quicklisp/software/cffi_0.18.0/ /home/silver/.cache/common-lisp/sbcl-1.3.11-1.4-suse-linux-x64/home/silver/quicklisp/dists/quicklisp/software/cffi_0.18.0/libffi/libffi-types__grovel.c
Getting the following error when trying to ql:quickload sketch. Running openSuse Tumbleweed, tried it with sbcl 1.3.11 and CCL 1.12 and got the same error.
Tried starting swank in emacs and separately and clearing out the common lisp cache so it had a fresh try each time.
The text was updated successfully, but these errors were encountered: