<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7655.1">
<TITLE>RE: SOLVED: locale issue;  [PlanetCCRMA] sced missing from Gedit plugins</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Thank you, Fernando!<BR>
My system is set up for English.<BR>
All of my locale environment variables were set to &quot;en_US.iso88591&quot;.<BR>
After I changed them to &quot;en_US.utf8&quot; I still receive one error message<BR>
&nbsp;&nbsp;&nbsp;&nbsp; ERROR: Class extension for nonexistent class 'StartRow'<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; In <A HREF="file:'/usr/share/SuperCollider/Extensions/dewdrop_lib/ddwGUIEnhancements3.4/recursiveResize.sc'">file:'/usr/share/SuperCollider/Extensions/dewdrop_lib/ddwGUIEnhancements3.4/recursiveResize.sc'</A><BR>
<BR>
from gedit and commandline sclang, and some new warnings about deprecated init Classes,<BR>
but the SC&nbsp; library compiles, I see the inspiring greeting<BR>
&nbsp; Welcome to SuperCollider 3.5.2<BR>
and I hear the most beautiful sounds!<BR>
Thank you again, Fernando.<BR>
Allan Schindler<BR>
~&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Fernando Lopez-Lezcano [<A HREF="mailto:nando@ccrma.Stanford.EDU">mailto:nando@ccrma.Stanford.EDU</A>]<BR>
Sent: Sat 7/14/2012 8:29 PM<BR>
To: Schindler, Allan<BR>
Cc: Fernando Lopez-Lezcano; planetccrma@ccrma.Stanford.EDU<BR>
Subject: Re: [PlanetCCRMA] sced missing from Gedit plugins<BR>
<BR>
On 07/13/2012 07:41 PM, Schindler, Allan wrote:<BR>
&gt; Progress! I installed Fernando's edited version of<BR>
&gt; /usr/share/SuperCollider/Extensions/MathLib/classes/Solver/Solver.sc<BR>
&gt; The 2 lines in that Fernando edited to remove the possibly bogus character<BR>
&gt; (which looks like a capital &quot;E&quot; with a circumflex on my display) no longer<BR>
&gt; trigger parse errors from sced or sclang. The errors I now get are:<BR>
<BR>
Sigh, yes, I suspected you were going to find more :-(<BR>
It seems to be a locale problem, what do you see if you do:<BR>
<BR>
----<BR>
locale<BR>
----<BR>
<BR>
this is what I see in my machine:<BR>
<BR>
----<BR>
locale<BR>
LANG=en_US.utf8<BR>
LC_CTYPE=&quot;en_US.utf8&quot;<BR>
LC_NUMERIC=&quot;en_US.utf8&quot;<BR>
LC_TIME=&quot;en_US.utf8&quot;<BR>
LC_COLLATE=&quot;en_US.utf8&quot;<BR>
LC_MONETARY=&quot;en_US.utf8&quot;<BR>
LC_MESSAGES=&quot;en_US.utf8&quot;<BR>
LC_PAPER=&quot;en_US.utf8&quot;<BR>
LC_NAME=&quot;en_US.utf8&quot;<BR>
LC_ADDRESS=&quot;en_US.utf8&quot;<BR>
LC_TELEPHONE=&quot;en_US.utf8&quot;<BR>
LC_MEASUREMENT=&quot;en_US.utf8&quot;<BR>
LC_IDENTIFICATION=&quot;en_US.utf8&quot;<BR>
LC_ALL=<BR>
----<BR>
<BR>
Do you have your system set up for a non-english language? I presume<BR>
that if you start sclang from the command line you get the same errors,<BR>
right? (&lt;ctrl&gt;-d to exit).<BR>
<BR>
-- Fernando<BR>
<BR>
<BR>
&gt; ==========================================================<BR>
&gt; init_OSC<BR>
&gt; empty<BR>
&gt; compiling class library...<BR>
&gt; NumPrimitives = 665<BR>
&gt; compiling dir: '/usr/share/SuperCollider/SCClassLibrary'<BR>
&gt; compiling dir: '/usr/share/SuperCollider/Extensions'<BR>
&gt; pass 1 done<BR>
&gt;<BR>
&gt; at '/JITLib/ProxySpace/wrapForNodeProxy.sc' line 68 char 5<BR>
&gt; code -54<BR>
&gt; in file '/JITLib/ProxySpace/wrapForNodeProxy.sc' line 68 char 5<BR>
&gt; ERROR: Parse error<BR>
&gt; in file '/JITLib/ProxySpace/wrapForNodeProxy.sc'<BR>
&gt; line 68 char 5:<BR>
&gt; ^<BR>
&gt; }<BR>
&gt; -----------------------------------<BR>
&gt; ERROR: file '/JITLib/ProxySpace/wrapForNodeProxy.sc' parse failed<BR>
&gt; error parsing<BR>
&gt;<BR>
&gt; at<BR>
&gt; '/usr/share/SuperCollider/Extensions/MathLib/classes/LazyLindenmayer/extStringRewrite.sc'<BR>
&gt; line 100 char 26<BR>
&gt; code -54<BR>
&gt; in file<BR>
&gt; '/usr/share/SuperCollider/Extensions/MathLib/classes/LazyLindenmayer/extStringRewrite.sc'<BR>
&gt; line 100 char 26<BR>
&gt; ERROR: Parse error<BR>
&gt; inval = current[0].yield;<BR>
&gt; -----------------------------------<BR>
&gt; ERROR: file<BR>
&gt; '/usr/share/SuperCollider/Extensions/MathLib/classes/LazyLindenmayer/extStringRewrite.sc'<BR>
&gt; parse failed<BR>
&gt; error parsing<BR>
&gt; ERROR: Class extension for nonexistent class 'StartRow'<BR>
&gt; In<BR>
&gt; <A HREF="file:'/usr/share/SuperCollider/Extensions/dewdrop_lib/ddwGUIEnhancements3.4/recursiveResize.sc'">file:'/usr/share/SuperCollider/Extensions/dewdrop_lib/ddwGUIEnhancements3.4/recursiveResize.sc'</A><BR>
&gt; =======================================================<BR>
...<BR>
</FONT>
</P>

</BODY>
</HTML>