[LAU] [ann] CAPS 0.4.0

Peter Geirnaert peter.geirnaert at gmail.com
Sun Jun 17 17:25:13 EDT 2007


Hi

using g++-4.1 , I do
$ make
i get this :
g++-O3 ...
... everything fine until
g++ -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse
-I/usr/local/include -c ToneStack.cc
Descriptor.h : In static member function 'static void
Descriptor<T>::_run_adding(void*, ulong) [with T = ToneStackLT]':
Descriptor.h:209: internal compiler error: in clear_dead_regs, at
regrename.c:134
...
Preprocessed source stored into /tmp/ccjwOYnb.out file, please attach this
to your bugreport.
make: *** [ToneStack.o] Error 1

I sent a bugreport to tim's address with some attachements, but i didn't
know about having to change the -O value in Makefile - line #4.
So I figured out how to do that and then it worked.

first I did
$ make clean
then
$ make
i got this :
g++-O0 ...
... as before and
g++ -O0 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse
-I/usr/local/include -c ToneStack.cc
g++ -O0 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse
-I/usr/local/include -c VCO.cc
g++ -O0 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse
-I/usr/local/include -c White.cc
g++ -nostartfiles -O0 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse
-mfpmath=sse -shared -o caps.so Amp.o Cabinet.o Chorus.o Click.o Clip.o
Compress.o Eq.o HRTF.o interface.o Lorenz.o Pan.o Phaser.o Preamp.o Reverb.o
Roessler.o Scape.o Sin.o SweepVF.o ToneControls.o ToneStack.o VCO.o White.o
making tags

I wonder , what about the first attempt to install the plugins , should I
remove some files ?

I'm sorry if it's a stupid noob question

cheers,
Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.linuxaudio.org/pipermail/linux-audio-user/attachments/20070617/34c931fb/attachment.htm 


More information about the Linux-audio-user mailing list