Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:4137] Csound5 building

Date2004-02-24 17:23
Fromjpff@codemist.co.uk
Subject[CSOUND-DEV:4137] Csound5 building
I currently fail in make with errors in both Engine/entry1.c and
OOps/fprint.c.  diskin.c is a total mess (looks like missing the last
commit i made)
  Actually many other errors....

/home/jpff/Sourceforge/csound5/Opcodes/bowedbar.c:332: multiple definition of `opcode_init'
.libs/physmod_la-physmod.o:/home/jpff/Sourceforge/csound5/Opcodes/physmod.c:962: first defined here

Opcodes/pitch.c:30:19: pitch.h: No such file or directory
Opcodes/pitch.c:31:19: uggab.h: No such file or directory
make: *** [pitch_la-pitch.lo] Error 1

Opcodes/sfont.c: In function `SoundFontLoad':
Opcodes/sfont.c:101: syntax error before `->'
Opcodes/sfont.c:123: `p' undeclared (first use in this function)
Opcodes/sfont.c:123: (Each undeclared identifier is reported only once
Opcodes/sfont.c:123: for each function it appears in.)
make: *** [sfont_la-sfont.lo] Error 1

 gcc -DHAVE_CONFIG_H -I. -I. -I./H -DBETA -IH -I/usr/local/include -I/usr/local/boost -DBETA -IH -I/usr/local/include -I/usr/local/boost -falign-loops=4 -falign-jumps=4 -Wall -falign-loops=4 -falign-jumps=4 -ffast-math -fomit-frame-pointer -finline-functions -funroll-loops -DWITHx87 -O2 -g -Wall -O2 -g -Wall -MT spat3d_la-spat3d.lo -MD -MP -MF .deps/spat3d_la-spat3d.Tpo -c Opcodes/spat3d.c  -fPIC -DPIC -o .libs/spat3d_la-spat3d.o
In file included from Opcodes/spat3d.c:32:
H/ftgen.h:28: parse error before `->'
make: *** [spat3d_la-spat3d.lo] Error 1

and so forth.

Before doing this I did a cvs update which i assumed updated any of my
files which were out of date.  So whence to I go from here?  The code
for sndfile does not seem to be present, other random things are
broken, and a make csound complains

So for the foreseeable future I am out of the CVS, as both csound and
csound5 have become way out of step with my changes.  I have fixed
dumpk locally, but I am trusting that someone else will fix the CVS.

==John ffitch