[linux-audio-dev] [ANN] First (alpha) release of JACE

Alfons Adriaensen fons.adriaensen at alcatelaleniaspace.com
Thu Jan 12 09:38:24 UTC 2006


On Thu, Jan 12, 2006 at 04:07:35AM +0300, Andrew Gaydenko wrote:

> 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

And did you try removing the parentheses ?

But I wonder what is wrong with  

    _fftd = new (fftwf_complex *)[_npar]; 

-- 
FA



More information about the Linux-audio-dev mailing list