[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] server failed to boot



Hey all,

I've installed the binary version of sc on an OSX 10.4. system and get this strange result when booting the server:

[1]

Unfortunately also the source version does'nt work...
there I get

[2]

Any hinz anyone?

regards and a nice day all of you
Till


------[1] snip----
s.boot
-->
compiling class library..
    NumPrimitives = 613
    compiling dir: '/localvol/sound/src/SuperCollider_f/SCClassLibrary'
RESULT = 0
    pass 1 done
numentries = 653414 / 6586272 = 0.099
    Method Table Size 4229420 bytes
    Number of Method Selectors 3402
    Number of Classes 1936
    big table size 26345088
    Number of Symbols 7980
    Byte Code Size 196718
    compiled 290 files in 2.45 seconds
compile done
Class tree inited in 0.13 seconds

booting 57110
a Server
Number of Devices: 1
   0 : "Built-in Audio"

"Built-in Audio" Input Device
   Streams: 1
      0  channels 2

"Built-in Audio" Output Device
   Streams: 1
      0  channels 2

SC_AudioDriver: numSamples=512, sampleRate=44100.000000
start   UseSeparateIO?: 0
PublishPortToRendezvous 0 57110
SuperCollider 3 server ready..
notification is on
sendallto errno 22 Invalid argument
mSockAddrLen 0
mSocket 12
mSockAddr.sin_len 0
mSockAddr.sin_family 3
mSockAddr.sin_port 0
mSockAddr.sin_addr.s_addr 6719952
mReplyFunc 000057A4
sendallto errno 22 Invalid argument
mSockAddrLen 0
mSocket 12
mSockAddr.sin_len 16
mSockAddr.sin_family 2
mSockAddr.sin_port 57120
mSockAddr.sin_addr.s_addr 2130706433
mReplyFunc 000057A4
sendallto errno 22 Invalid argument
mSockAddrLen 0
mSocket 12
mSockAddr.sin_len 16
mSockAddr.sin_family 2
mSockAddr.sin_port 57120
mSockAddr.sin_addr.s_addr 2130706433
mReplyFunc 000057A4
sendallto errno 22 Invalid argument
mSockAddrLen 0
mSocket 12
mSockAddr.sin_len 16
mSockAddr.sin_family 2
mSockAddr.sin_port 57120
mSockAddr.sin_addr.s_addr 2130706433
mReplyFunc 000057A4
---- snap ---




---- [2] snip ---

/usr/bin/g++-4.0 -o /localvol/sound/src/SuperCollider3/build/ scsynth "-L/localvol/sound/src/SuperCollider3/build" "-F/localvol/ sound/src/SuperCollider3/build" -filelist /localvol/sound/src/ SuperCollider3/build/xSC3synth.build/scsynth.build/Objects-normal/ LinkFileList "-arch" "ppc" "-Wl,-no_arch_warnings" "/usr/local/lib/ libsndfile.a" "-framework" "CoreAudio" "-framework" "CoreServices"
/usr/bin/ld: Undefined symbols:
_World_New
_World_OpenTCP
_World_OpenUDP
_World_WaitForQuit
_scprintf
collect2: ld returned 1 exit status
...failed StandaloneExecutable.LinkUsingFileList /localvol/sound/src/ SuperCollider3/build/scsynth ...
** BUILD FAILED **
---- snap ---