View previous topic :: View next topic |
Author |
Message |
audiodef Watchman


Joined: 06 Jul 2005 Posts: 6656 Location: The soundosphere
|
Posted: Sat Feb 18, 2012 7:56 pm Post subject: Cannot compile supercollider |
|
|
This happens whether I use an ebuild or try to compile directly from source. What am I missing?
Code: |
g++ -o Source/server/scsynth_main.o -c -Wno-deprecated -Wno-unknown-pragmas -O3 -ffast-math -fno-finite-math-only -fstrength-reduce -msse -mfpmath=sse -msse2 -DNOVA_SIMD -DSC_DATA_DIR=\"/usr/share/SuperCollider\" -D_REENTRANT -DSC_LINUX -DNDEBUG -DSC_MEMORY_ALIGNMENT=16 -DSC_PLUGIN_DIR=\"/usr/lib/SuperCollider/plugins\" -DSC_PLUGIN_EXT=\".so\" -DSC_PLUGIN_LOAD_SYM=\"load\" -DLIBSNDFILE_1018 -DSC_AUDIO_API=SC_AUDIO_API_JACK -DSC_JACK_USE_DLL=False -DSC_JACK_DEBUG_DLL=False -Iinclude/nova-simd -IHeaders/common -IHeaders/plugin_interface -IHeaders/server Source/server/scsynth_main.cpp
Source/server/SC_World.cpp: In function 'bool nextOSCPacket(FILE*, OSC_Packet*, int64&)':
Source/server/SC_World.cpp:510:39: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result
ar rc build/libcommon.a Source/common/SC_AllocPool.o Source/common/SC_DirUtils.o Source/common/SC_Sem.o Source/common/SC_StringBuffer.o Source/common/SC_StringParser.o Source/common/scsynthsend.o Source/common/sc_popen.o
ranlib build/libcommon.a
scons: *** [build/libsclang.so] Source `build/libsclang.so.1' not found, needed by target `build/libsclang.so'.
scons: building terminated because of errors.
|
_________________ decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN |
|
Back to top |
|
 |
nixnut Bodhisattva


Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Sat Feb 18, 2012 8:16 pm Post subject: |
|
|
Moved from Portage & Programming to Unsupported Software.
No supercollider in portage, so moved here. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
 |
audiodef Watchman


Joined: 06 Jul 2005 Posts: 6656 Location: The soundosphere
|
|
Back to top |
|
 |
|