You are here

Add new comment

Doesn't work completely.

cmake -DCONFIG_VST3SDK=/home/hm/src/qtractor/vst3sdk ..
make

[ 64%] Building CXX object src/CMakeFiles/qtractor.dir/qtractorVst3Plugin.cpp.o
/tmp/qtractor/qtractor/src/qtractorVst3Plugin.cpp:33:52: fatal error: pluginterfaces/vst/ivsthostapplication.h: Datei oder Verzeichnis nicht gefunden

When I symlink vst3sdk/pluginterfaces and vst3sdk/base into qtractor's src directory then it works. I guess the path is not evaluated.