now i'm getting the following compile error when compiling with g++ 4.2.
g++ -o release/language/dsp/filter.os -c -pipe -finline-limit-2500 -ftree-vectorize -ffast-math -O2 -mfpmath=sse -msse -ftemplate-depth-4096 -Wnon-virtual-dtor -fPIC -DHAVE_TIMES_H -DHAVE_PORTAUDIO -DREVISION=\"0.1.1\" -DDL_OPEN -DNDEBUG -I/usr/include/python2.5 -Ilibs/boost -Ilibs/boost_asio -Ilibs/circular_buffer -Ilibs/uuid -Ilibs/property_tree -Ilibs/intrusive -Ilibs/pri_queue -Ilibs/libatomic_ops/src -Ilibs/oscpack -Ilibs/muparser/include -Ilibs -Ilibs/sparsehash-0.9.1/src -Ilibs/libresample-0.1.3/include -Irelease_interpreter -Isource -Ilibs/boost -Ilibs/boost_asio -Ilibs/circular_buffer -Ilibs/uuid -Ilibs/property_tree -Ilibs/intrusive -Ilibs/pri_queue -Ilibs/libatomic_ops/src -Ilibs/oscpack -Ilibs/muparser/include -Ilibs -Ilibs/sparsehash-0.9.1/src -Ilibs/libresample-0.1.3/include -Irelease -Isource source/language/dsp/filter.cpp source/language/dsp/filter.cpp:618: error: ISO C++ forbids declaration of 'aligned_array' with no type source/language/dsp/filter.cpp:618: error: expected ';' before '<' token source/language/dsp/filter.cpp: In member function 'virtual void nova::dsp::hilbertiir::cbInit(const nova::DSPChainData*)': source/language/dsp/filter.cpp:573: error: 'poles' was not declared in this scope source/language/dsp/filter.cpp:576: error: 'poles' was not declared in this scope source/language/dsp/filter.cpp:579: error: 'poles' was not declared in this scope source/language/dsp/filter.cpp: At global scope: source/language/dsp/filter.cpp:622: error: expected constructor, destructor, or type conversion before '<' token scons: *** [release/language/dsp/filter.os] Error 1 scons: building terminated because of errors. _______________________________________________ nova-dev mailing list [email protected] http://klingt.org/cgi-bin/mailman/listinfo/nova-dev http://tim.klingt.org/nova
