Hi im on linux now and a saw you can use vst/vsti plugins in Renoise for linux using fst Now i get some errors with installing. FST.gtk+-2.0' is not found but it
s installed and lash-1.0.pc is not found but i think it`s only a different version.I tried it with a sudo and as a normal user
Marc
[sudo] password for odo:
cp -a find . | grep 'vstsdk[^/]*\$'
/source/common ./vst
sed -i ‘/struct VstFileType|struct VstFileSelect/,/};/d’ vst/aeffectx.h
winegcc -c pkg-config --cflags gtk+-2.0
pkg-config --cflags jack
pkg-config --cflags jack
pkg-config --cflags lash-1.0
-DHAVE_LASH -I. -o audiomaster.o audiomaster.c
Package gtk±2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0' found Package lash-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing
lash-1.0.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘lash-1.0’ found
In bestand ingevoegd vanuit audiomaster.c:23:
jackvst.h:9:28: fout: alsa/asoundlib.h: Bestand of map bestaat niet
In file included from audiomaster.c:23:
jackvst.h:29: interne fout expected specifier-qualifier-list before ‘snd_seq_t’
audiomaster.c: In functie ‘jack_host_callback’:
audiomaster.c:119: let op: impliciete declaratie van functie `’
winegcc: i486-linux-gnu-gcc failed
make: *** [audiomaster.o] Fout 2
odo@ubuntu:~/Desktop/fst-1.8$