Hello, Fons!
Congratulates!
I have tried to try :-) the JACE app, but got the error show below.
gcc 3.4.4 is in use. BTW, this gcc version says also:
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
Andrew Gaydenko
____________________________________
# make
g++ -O3 -Wall -DVERSION=\"0.0.1\" -DPREFIX=\"/usr\" -march=pentium4
-c -o main.o main.cc
g++ -O3 -Wall -DVERSION=\"0.0.1\" -DPREFIX=\"/usr\" -march=pentium4
-c -o audio.o audio.cc
g++ -O3 -Wall -DVERSION=\"0.0.1\" -DPREFIX=\"/usr\" -march=pentium4
-c -o config.o config.cc
g++ -O3 -Wall -DVERSION=\"0.0.1\" -DPREFIX=\"/usr\" -march=pentium4
-c -o convolve.o convolve.cc
convolve.cc: In constructor `Convdata::Convdata(size_t, size_t, int)':
convolve.cc:50: error: array bound forbidden after parenthesized type-id
convolve.cc:50: note: try removing the parentheses around the type-id
convolve.cc: In constructor `Convolver::Convolver(size_t, size_t, int, unsigned int,
unsigned int)':
convolve.cc:152: error: array bound forbidden after parenthesized type-id
convolve.cc:152: note: try removing the parentheses around the type-id
make: *** [convolve.o] Error 1
======= On Thursday 12 January 2006 02:53, fons adriaensen wrote: =======
JACE is a Convolution Engine for JACK and ALSA, using FFT-based
partitioned convolution with uniform partition sizes.
....