[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] headless arm sclang fails
Since I got stuck with finding out what's going wrong with the 3.7 branch
I gave 3.6.6 a try, for a test. Using the identical setup, compiling w/ gcc 4.8.4 etc.
> to get rid of the 'ERROR: Primitive 'none' failed.' do this...
> sudo nano /usr/local/share/SuperCollider/SCClassLibrary/Common/GUI/Base/QtGUI.sc #comment out:
> //this.style = "Plastique";
that's in 3.6.6 whereas in 3.7 it's "Fusion".
> //this.palette = QPalette.light;
> sudo nano /usr/local/share/SuperCollider/SCClassLibrary/Common/GUI/Base/QFont.sc #comment out:
> //defaultSansFace = this.prDefaultFamilyForStyle(0);
> //defaultSerifFace = this.prDefaultFamilyForStyle(1);
> //defaultMonoFace = this.prDefaultFamilyForStyle(2);
so, with 3.6.6 this works, no errors when compiling the libs, no errors when quitting sclang
> alternatively do this, so you don't have to edit the distribution version:
> // your-classes/SystemOverwrites/plusQtGUI.sc
> +QtGUI {
> *initClass {}
> }
Alas, this doesn't change anything.
I put a postln into *initClass but it never appears, unless I comment out the five lines above.
But then other error messages about missing methods (like stethoscope, no Swing …) show up.
On 21.Dec 2015, at 11:33 , Michael Zacherl <sdiy-mz01@xxxxxxxxxxxxx> wrote:
> OTOH, is this really the correct path? /home/pi/.local/share/SuperCollider
well, apparently yes. Looks the same with 3.6.6 on a fresh system …
Is there any historic/legacy reason to have it organised that way?
What else could I do to get the 3.7branch working?
Thanks Michael.
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/