On Wed, Dec 3, 2008 at 9:17 PM, Henricus J. Holtman
<clfest@xxxxxxxxxx <mailto:clfest@xxxxxxxxxx>> wrote:
I am trying to learn SuperCollider on my amd64 system. When
I try this command:
{ Crackle.ar(MouseX.kr(1,2), 0.5) }.scope(1);
I get:
Synth("1841395681" : 1000)
exception in GraphDef_Recv: UGen 'MouseX' not installed.
*** ERROR: SynthDef 1841395681 not found
FAILURE /s_new SynthDef not found
So apparently mouseX is not installed. Going back to
installing scsynth in the 64 bit system,
which I do with:
# cd ~/src/SC_64/SuperCollider3
# scons PREFIX=/usr/
I get:
scons: Reading SConscript files ...
classvar scVersionMajor=3, scVersionMinor=2,
scVersionPostfix="1";
classvar scVersionMajor=3, scVersionMinor=2,
scVersionPostfix="1";
Checking for pkg-config... (cached) yes
Checking for sndfile >= 1.0.16. <http://1.0.16.>.. (cached) yes
<SCons.Memoize.SConsEnvironment object at 0x2b27e7a70f90>
Checking for libcurl >= 7... (cached) yes
Checking for fftw3f... (cached) yes
Checking for jack >= 0.100... (cached) yes
Checking for avahi-client... (cached) no
Checking for howl... (cached) no
Checking for alsa... (cached) no
Checking for C header file
/System/Library/Frameworks/CoreMIDI.framework/Headers/CoreMIDI.h...
no
Checking for C header file linux/input.h... yes
Checking for C header file cwiid.h... no
Checking for C header file altivec.h... no
Checking for C header file xmmintrin.h... yes
NOTICE: CPU has SSE support
Checking for C header file X11/Intrinsic.h... (cached) no
Checking for C function strtod()... yes
------------------------------------------------------------------------
ALTIVEC: no
AUDIOAPI: Jack
MIDIAPI: None
DEBUG: no
DEVELOPMENT: yes
LANG: no
LID: yes
WII: no
PREFIX: /usr/
RENDEZVOUS: no
SCEL: yes
SCVIM: yes
SSE: yes
CROSSCOMPILE: no
TERMINAL_CLIENT: yes
X11: no
------------------------------------------------------------------------
...