Re: [linux-audio-dev] jack_fst: a JACK client to run VST's

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] jack_fst: a JACK client to run VST's
From: Paul Davis (paul_AT_linuxaudiosystems.com)
Date: Tue Apr 20 2004 - 15:39:52 EEST


>I'm getting the following error with jack_fst
>
>make all-am
>make[1]: Entering directory `/home/lawrie/src/rpm/SOURCES/jack_fst-1.2'
>if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I/usr/include/gtk-2.0
>-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
>-I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2
>-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
>-I/usr/include/vst -MT jfst.o -MD -MP -MF ".deps/jfst.Tpo" \
> -c -o jfst.o `test -f 'jfst.c' || echo './'`jfst.c; \
>then mv -f ".deps/jfst.Tpo" ".deps/jfst.Po"; \
>else rm -f ".deps/jfst.Tpo"; exit 1; \
>fi
>In file included from jfst.c:25:
>/usr/include/vst/aeffectx.h:934: parse error before "VstFileType"
>/usr/include/vst/aeffectx.h:951: parse error before '}' token
>make[1]: *** [jfst.o] Error 1
>make[1]: Leaving directory `/home/lawrie/src/rpm/SOURCES/jack_fst-1.2'
>make: *** [all] Error 2
>
>Commenting out the VstFileType line allows it ito build and run ( at
>least with the two VST plugins Ive tried so far)

did you run the fixheaders script on the VST headers before building
FST? the configure script would have told you to do that. fixheaders
specifically corrects this problem.

--p


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Tue Apr 20 2004 - 15:41:49 EEST