-
Notifications
You must be signed in to change notification settings - Fork 19
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
Trouble with installation: SuperCollider and emacs #30
Comments
I think the README is either outdated or unclear. You need to build sc-el as part of the SuperCollider build process.
This converts sclang-vars.el.in to sclang-vars.el, filling in paths. Without that step, you'll have problems. After installation, sclang-mode files are in /usr/local/share/emacs/site-lisp/SuperCollider/, so: (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/SuperCollider")
(require 'sclang) Then |
@jamshark70 thanks for the reply! Yeah, that seems to be the issue. I'm on Nix however, so I'll just need to adapt this a little bit, but it should work. |
duplicate of #22 |
I'm facing 2 issues with installation;
I've cloned the repo. under
/home/ashesh/.emacs.d/manual-install/scel
SuperCollider issues errors on startup:
I've changed
~/.config/SuperCollider/sclang_conf.yaml
to the following:SuperCollider now errors on startup with:
Emacs .el files also fail to load
My emacs init file also now contains:
And during eval, I now get:
Versions:
Any pointers?
The text was updated successfully, but these errors were encountered: