[PlanetCCRMA] scons & sc3

andersvi@extern.uio.no andersvi at extern.uio.no
Mon Nov 19 11:02:01 2007


Im having troubles compiling svn-versions of SC3 lately on FC7.

Im not sure whether this is scons-related or SC3-related, but other
scons builds (eg. ardour2) work fine.  So maybe anyone in these groups
might recognizes whats wrong.

Ive tried various SC3 revisions (back to 2007-06-01) wo. luck, scons
breaks at the compilation of the first file:


  > scons PREFIX=/usr X11=no
  ...
  scons: Building targets ...
  g++ -o source/common/SC_AllocPool.o -c -Wno-unknown-pragmas -O3 -ffast-math -fstrength-reduce -march=i686 -fPIC -Wno-deprecated -DSC_DATA_DIR=\"/usr/share/SuperCollider\" -D_REENTRANT -DSC_LINUX -DNDEBUG -DSC_MEMORY_ALIGNMENT=1 -Iheaders/common -Iheaders/plugin_interface -Iheaders/server source/common/SC_AllocPool.cpp
  scons: *** [source/common/SC_AllocPool.o] Error 1
  scons: building terminated because of errors.


However, evaluating the echo'ed line in the shell (the one starting
with g++...') runs fine, and leaves a .o file as expected.

Any clues or hints on how to debug scons are strongly appreciated.

Thanks,

-anders