[linux-audio-dev] [ANN] Bandlimited LADSPA Oscillator Plugins ('BLOP') v0.2.6

Frank Barknecht fbar at footils.org
Tue Feb 4 17:30:00 UTC 2003


Hallo,
Mike Rawes hat gesagt: // Mike Rawes wrote:

> BLOP is a set of LADSPA plugins - after way too long, it's up to v0.2.6 

I get a strange error: 
|| gcc -DPACKAGE=\"blop\" -DVERSION=\"0.2.6\" -DSTDC_HEADERS=1 -DHAVE_STRDUP=1 -DHAVE_LIBM=1  -I. -I.  -I/usr/include -Iinclude -I.    -pipe -Wall -O3 -DNO_DEBUG -Wno-unused -ffast-math -fomit-frame-pointer -fstrength-reduce -funroll-loops -fmove-all-movables -fPIC -DPIC -c sequencer64_1675.so.c
|| sequencer64_1675.so.c: In function `runSequencer':
|| sequencer64_1675.so.c: In function `runSequencer':
src/sequencer64_1675.so.c|168| parse error before `int'
src/sequencer64_1675.so.c|171| `i' undeclared (first use in this function)
src/sequencer64_1675.so.c|175| parse error before `unsigned'
src/sequencer64_1675.so.c|177| `s' undeclared (first use in this function)
src/sequencer64_1675.so.c|193| `rst' undeclared (first use in this function)
|| make[2]: *** [sequencer64_1675.so.o] Error 1

The code snippet looks okay to my eyes:

    loop_index = loop_index == 0 ?  1 : loop_index;
    loop_index = loop_index > 64 ? 64 : loop_index;
    int rst = f_round_i(reset);
    int i;

Where's the error? 

Thanks.

ciao
-- 
 Frank Barknecht                               _ ______footils.org__



More information about the Linux-audio-dev mailing list