I tried the new version and it does not compile for me
gcc -DHAVE_CONFIG_H -I. -I. -I./H -DBETA -I./H -I/usr/local/include -I/usr/local/boost -I/usr/include/Python2.3 -DBETA -I./H -I/usr/local/include -I/usr/local/boost -I/usr/include/Python2.3 -malign-loops=4 -malign-jumps=4 -g -O2 -O2 -g -Wall -DBUILDING_LIBCSOUND -g -O2 -O2 -g -Wall -MT libcsound_la-entry1.lo -MD -MP -MF .deps/libcsound_la-entry1.Tpo -c Engine/entry1.c -fPIC -DPIC -o .libs/libcsound_la-entry1.o
Engine/entry1.c:636: `itablew' undeclared here (not in a function)
Engine/entry1.c:636: initializer element is not constant
Engine/entry1.c:636: (near initialization for `opcodlst_1[383].iopadr')
Engine/entry1.c:637: `tblsetw' undeclared here (not in a function)
Engine/entry1.c:637: initializer element is not constant
Engine/entry1.c:637: (near initialization for `opcodlst_1[384].iopadr')
Engine/entry1.c:637: `ktablew' undeclared here (not in a function)
Engine/entry1.c:637: initializer element is not constant
Engine/entry1.c:637: (near initialization for `opcodlst_1[384].kopadr')
Engine/entry1.c:638: `tblsetw' undeclared here (not in a function)
and so forth for many lines
==John ffitch |