i tried, but still getting the same error. but to be honest, i never used git before. is "git fetch" the right command to update the repository?
On Mon, Mar 10, 2008 at 12:54 AM, Tim Blechmann <[EMAIL PROTECTED]> wrote: > i've been working on these sources this evening ... i pushed my master > branch to the repository again, can you try it again? > > thnx, tim > > > > On Sun, 2008-03-09 at 23:45 +0100, Oliver Oli wrote: > > 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 > -- > [EMAIL PROTECTED] > http://tim.klingt.org > > The only people for me are the mad ones, the ones who are mad to live, > mad to talk, mad to be saved, desirous of everything at the same time, > the ones who never yawn or say a commonplace thing, but burn, burn, > burn, like fabulous yellow roman candles exploding like spiders across > the stars and in the middle you see the blue centerlight pop and > everybody goes "Awww! > Jack Kerouac > _______________________________________________ nova-dev mailing list [email protected] http://klingt.org/cgi-bin/mailman/listinfo/nova-dev http://tim.klingt.org/nova
