On Wed, 2004-07-28 at 15:27 +0100, Dave Griffiths wrote: > Hi all, > > Thought I'd better get round to releasing this at last: > > The noiseweapon is a multitimbral, polyphonic synth that I use for live > performance: > http://www.pawfal.org/Software/noiseweapon/ > > have fun, > > dave Looks really interesting and fun... unfortunately I can't get it to build. Any suggestions? Thanks -ry [root@ruined noiseweapon-1.0]# scons installlib scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... g++ -pipe -Wall -O3 -ggdb -ffast-math -Wno-unused -fPIC -fPIC -c -o src/ AdditiveVoice.os src/AdditiveVoice.cpp src/AdditiveVoice.cpp: In constructor `tiny::AdditiveVoice::AdditiveVoice(int) ': src/AdditiveVoice.cpp:27: error: uninitialized member ' tiny::AdditiveVoice::SINCOS_LOOKUP' with 'const' type 'const float' scons: *** [src/AdditiveVoice.os] Error 1 scons: building terminated because of errors.