| I'll take a look at that. What configuration are you building (with/without
PortAudio, FLTK?)
============================================
Michael Gogins
gogins at pipeline period com
Irreducible Productions
CsoundVST, an extended version of Csound for programming music and sound
Available at http://sourceforge.net/projects/csound/
============================================
----- Original Message -----
From:
To: "Csound Developers Discussion List"
Sent: Tuesday, March 09, 2004 2:30 AM
Subject: [CSOUND-DEV:4258] csound5 does not build
> 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/l
ocal/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
> |