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

[sc-users] lang build fails - initSerialPrimitives()



hello,
I can't get the language to build in xcode 2.0 on 10.4.7. please see
below for the entire error output but it fails at
initSerialPrimitives(), which i think is defined in PyrSerialPrim.cpp,
but is added to the project under source/app/lang/langprimsource/. i'm
using the .pbproj project from an 100% fresh svn checkout this morning
(deleted the old directory containing source). can anyone please offer
any assistance?

regards,
*********************************************
StandaloneExecutable.LinkUsingFileList
/Volumes/Applications/SoundApps/sc3/SuperCollider3/build/SuperCollider.app/Contents/MacOS/SuperCollider
   /usr/bin/g++-4.0  -o
/Volumes/Applications/SoundApps/sc3/SuperCollider3/build/SuperCollider.app/Contents/MacOS/SuperCollider
"-L/Volumes/Applications/SoundApps/sc3/SuperCollider3/build"
"-L/usr/lib/gcc/darwin/3.3"
"-F/Volumes/Applications/SoundApps/sc3/SuperCollider3/build"
"-F/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks"
-filelist /Volumes/Applications/SoundApps/sc3/SuperCollider3/build/xSC3lang.build/SuperCollider.build/Objects-normal/LinkFileList
"-arch" "ppc" "-prebind" "-Wl,-no_arch_warnings"
"/usr/local/lib/libsndfile.a" "-lz" "/usr/lib/libstdc++.6.dylib"
"-framework" "ApplicationServices" "-framework" "Carbon" "-framework"
"Cocoa" "-framework" "CoreAudio" "-framework" "CoreMIDI" "-framework"
"CoreServices" "-framework" "IOKit" "-lsndfile" "-lscsynth"
"-framework" "QuickTime" "-lstdc++.6"
/usr/bin/ld: warning prebinding disabled because dependent library:
/usr/local/lib/libsndfile.1.dylib is not prebound
/usr/bin/ld: warning multiple definitions of symbol _dlclose
/Volumes/Applications/SoundApps/sc3/SuperCollider3/build/xSC3lang.build/SuperCollider.build/Objects-normal/ppc/dlopen.o
definition of _dlclose in section (__TEXT,__text)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libSystem.dylib(dyldAPIsInLibSystem.o)
definition of _dlclose
/usr/bin/ld: warning multiple definitions of symbol _dlerror
/Volumes/Applications/SoundApps/sc3/SuperCollider3/build/xSC3lang.build/SuperCollider.build/Objects-normal/ppc/dlopen.o
definition of _dlerror in section (__TEXT,__text)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libSystem.dylib(dyldAPIsInLibSystem.o)
definition of _dlerror
/usr/bin/ld: warning multiple definitions of symbol _dlopen
/Volumes/Applications/SoundApps/sc3/SuperCollider3/build/xSC3lang.build/SuperCollider.build/Objects-normal/ppc/dlopen.o
definition of _dlopen in section (__TEXT,__text)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libSystem.dylib(dyldAPIsInLibSystem.o)
definition of _dlopen
/usr/bin/ld: warning multiple definitions of symbol _dlsym
/Volumes/Applications/SoundApps/sc3/SuperCollider3/build/xSC3lang.build/SuperCollider.build/Objects-normal/ppc/dlopen.o
definition of _dlsym in section (__TEXT,__text)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libSystem.dylib(dyldAPIsInLibSystem.o)
definition of _dlsym
/usr/bin/ld: warning multiple definitions of symbol _strtod
/Volumes/Applications/SoundApps/sc3/SuperCollider3/build/xSC3lang.build/SuperCollider.build/Objects-normal/ppc/dtoa.o
definition of _strtod in section (__TEXT,__text)
/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/../../../libSystem.dylib(gdtoa-strtod.So)
definition of _strtod
/usr/bin/ld: Undefined symbols:
initSerialPrimitives()
collect2: ld returned 1 exit status
...failed StandaloneExecutable.LinkUsingFileList
/Volumes/Applications/SoundApps/sc3/SuperCollider3/build/SuperCollider.app/Contents/MacOS/SuperCollider
...