Hello, I was wondering if someone has been able to build Csound with the STK and Loris opcodes using OpenSuse 11.0 (using the source available at the Csound's sourceforge site). I just tried to build them and failed with this kind of errors: Opcodes/stk/src/FileRead.cpp: In member function 'void FileRead::open(std::string, bool)': Opcodes/stk/src/FileRead.cpp:86: error: 'strncmp' was not declared in this scope Opcodes/stk/src/FileRead.cpp: In member function 'bool FileRead::getWavInfo(const char*)': Opcodes/stk/src/FileRead.cpp:155: error: 'strncmp' was not declared in this scope etc... and: Opcodes/Loris/src/FourierTransform.C: In function 'void Loris::fftw_die_Loris(const char*)': Opcodes/Loris/src/FourierTransform.C:319: error: 'EXIT_FAILURE' was not declared in this scope Opcodes/Loris/src/FourierTransform.C:319: error: 'exit' was not declared in this scope They built OK in Ubuntu. Could it be related to the gcc version in OpenSuse? Cheers, Hector