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

Installed Quarks are not compiled #38

Open
jarmitage opened this issue Apr 29, 2017 · 3 comments
Open

Installed Quarks are not compiled #38

jarmitage opened this issue Apr 29, 2017 · 3 comments

Comments

@jarmitage
Copy link

Quarks on Bela install to /root/.local/share/SuperCollider/downloaded-quarks, but when compiling Bela only looks in /usr/local/share/SuperCollider/Extensions and /usr/local/share/SuperCollider/SCClassLibrary.

Moving /root/.local/share/SuperCollider/downloaded-quarks to /usr/local/share/SuperCollider/downloaded-quarks also does not work.

Current workaround is to move /root/.local/share/SuperCollider/downloaded-quarks to /usr/local/share/SuperCollider/Extensions

@sensestage
Copy link

Normally, the included quarks are set by the configuration file in ~/.config/SuperCollider. We should doublecheck that SuperCollider is called with an appropriate configuration file.

@sensestage
Copy link

On regular SC installs the downloaded-quarks is not included in the compilation of the language. Only once they are installed, they are symlinked (or at least that was the case until the new quarks system) into the extensions folder, or they are included with the language config file.

@giuliomoro
Copy link

I am happy to have this sorted. Recently, I had to add -l option with a dummy path, as a quick fix for this supercollider#4132 (comment) .
and this supercollider#4156 .

@sensestage Let me get this straight: what should be the argument to -l ? What should be in ~/.local/share/SuperCollider/Extensions ? Should it just exist? Happy to do any changes needed, just let me know what this is meant to be, because I get a bit confused with the terminology of class library, exensions, quarks , and then the paths ~/.local/share/SuperCollider vs ~/.config/SuperCollider ... thanks

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

3 participants