[sc-users] [linux] Primitive '_FilePutString' failed.
nescivi
nescivi at gmail.com
Tue Oct 9 22:18:19 PDT 2007
Hi,
On Tuesday 09 October 2007 20:47:21 adrian segovia wrote:
> hi list;
>
> im new linux user..
>
> the sc install was succesfull but i have this problem after start the
> scmode from gedit
It seems that you have installed SCEL, even though you want to use SCED
instead. This should not be a problem though. But it will prevent some
methods to fail later on, e.g. this message:
> Emacs: No communication FIFO available.
recompiling like this:
scons SCEL=no
will prevent this.
The error happens here:
> arg dir = "/home/nessen/synthdefs/"
Is this directory present?
It wants to write a file there; although I believe that Dan Stowell changed
this to automatically create the dir, if it is not present.
Which version of SC are you running?
> then cannot boot
>
> booting 57110
> a Server
> sh: scsynth: not found
> RESULT = 32512
> ERROR:
> server failed to start
You need to create a file called:
.sclang.sc
containing this line:
// set up Server to use a different executable
Server.program = "/usr/local/bin/scsynth";
where the path should point to the actual path of scsynth on your system.
sincerely,
Marije
More information about the sc-users
mailing list