Re: SCClassLIbrary as symlink crashes interpreter on Linux
[email protected] Mon, 3 May 2021 13:14:06 +0200
| Newsgroups | gmane.comp.audio.supercollider.user |
|---|---|
| Message-ID | <CAOjfzX12ypjgmC4qUcC_1nDYg=R9iMtC54xLDMjgDCz6+ajbQQ@mail.gmail.com> |
I have to admit that I made some mistakes, and symlinks in the .local/share/SuperCollider folder works. I can have my Extensions and SCClassLibrary in a more reachable (and easier backupable) location, now - so on LInux it works. What are scx files ? SC extensions ? I have no file with such a extension. paum On Mon, May 3, 2021 at 12:51 PM <[email protected]> wrote: > Yeah. I just tried moving some .scx files to a path in the includePaths, > and it doesn’t work. I get this error on server boot: > > exception in GraphDef_Recv: UGen 'LotkaVolterraA' not installed. > > Would be great if this worked, especially for sharing projects with others. > > Sam > > > On May 3, 2021, at 12:35 PM, [email protected] wrote: > > > > It crashes on Linux still for me so good to know about the .config > > > > Sam, on Mac it works for me with the Terminal ln -s command, but not > with macOS aliases. > > > > On Windows I can’t remember if I set it up but I remember it was a pain. > > > >> On 3 May 2021, at 11:02, [email protected] wrote: > >> > >> Previously there was an issue where you couldn’t link to folders with > scx files in them, only classes. Has this been resolved? > >> > >> Sam > >> > >>> On May 3, 2021, at 11:35 AM, [email protected] wrote: > >>> > >>> Thank you very much Fredrik, the second way is good, and working. > >>> I don't know why my simlinks didn't work. > >>> > >>> best > >>> paum > >>> > >>> On Fri, Apr 30, 2021 at 1:13 PM <[email protected]> wrote: > >>> works fine here (sc3.10.4). for example moving and linking the > Extensions folder... > >>> mv .local/share/SuperCollider/Extensions my_classes > >>> ln -s my_classes .local/share/SuperCollider/Extensions > >>> > >>> but a better way is to just add your path to > .config/SuperCollider/sclang_conf.yaml > >>> you can also add paths directly in the IDE under > Edit/Preferences/Interpreter > >>> same thing. > >>> _f > >>> > >>>> 29 apr. 2021 kl. 02:00 skrev [email protected]: > >>>> > >>>> Hi, I don't know if it is a bug or a feature but when I replaced a > SCClassLIbrary folder in ~/.local/share/SuperCollider/ with symlink which > targets folder in other location, interpreter crashes on startup. > >>>> > >>>> thank you for an advice. > >>>> > >>>> paum > >>> > >>> > >>> #| > >>> fredrikolofsson.com musicalfieldsforever.com > >>> |# > >>> > >>> > >>> _______________________________________________ > >>> sc-users mailing list > >>> > >>> info (subscription, etc.): > http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx > >>> archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ > >>> search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ > >> > > > > > > _______________________________________________ > > sc-users mailing list > > > > info (subscription, etc.): > http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx > > archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ > > search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ > > > _______________________________________________ > sc-users mailing list > > info (subscription, etc.): > http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx > archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ > search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ >