Chris Cannam <cannam(a)all-day-breakfast.com> writes:
On Thursday 04 Nov 2004 16:00, Russell Hanaghan
wrote:
I will check it out. I already have a fuctioning
jack_fst on my system
so I'm going to assume DSSI will live with that and it's subsequent Wine
needs.
Yes, I think that should get you 90% of the way there.
btw, if you happen to be using gcc-3.4, it's been pointed out that the
vsthost.cpp file in dssi-vst won't compile without a small edit -- you need
to remove the "(0)" from the ends of lines 379 and 396. I'll probably do a
minor release to fix that (and only that) shortly.
While you're at it, it doesn't compile with gcc-2.95 either (due to
C99-style declarations in the middle of compound statements)...
cc -Wall -g3 -I../dssi -I/INSTALL/liblo/include/lo -c -o jack-dssi-host.o
jack-dssi-host.c
jack-dssi-host.c: In function `load':
jack-dssi-host.c:489: parse error before `char'
jack-dssi-host.c:490: `filePath' undeclared (first use in this function)
jack-dssi-host.c:490: (Each undeclared identifier is reported only once
jack-dssi-host.c:490: for each function it appears in.)
jack-dssi-host.c: In function `main':
jack-dssi-host.c:972: parse error before `char'
jack-dssi-host.c:973: `clientName' undeclared (first use in this function)
jack-dssi-host.c:1305: parse error before `int'
jack-dssi-host.c:1309: `port' undeclared (first use in this function)
jack-dssi-host.c:1309: `value' undeclared (first use in this function)
make[1]: *** [jack-dssi-host.o] Error 1
make[1]: Leaving directory `/y/src/dssi-0.9/jack-dssi-host'
make: *** [all] Error 2
Those are easily fixed.
--
joq