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

From: Alfons Adriaensen <fons.adriaensen@email-addr-hidden>
Date: Thu Jan 12 2006 - 11:38:24 EET

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
Received on Thu Jan 12 12:15:08 2006

This archive was generated by hypermail 2.1.8 : Thu Jan 12 2006 - 12:15:08 EET