currently you can't... cmake build is rigged to work through pkgconfig only; you can find a vst3sdk package on the repos (eg. one of Libraries in https://launchpad.net/~rncbc, if you're on an ubuntu based distro).
sure that,now that you asked, the new way will have that option in the future eg. cmake -DCONFIG_VST3SDK=/path/to/vst3sdk ...
[UPDATE:] maybe now possible in develop branch [7d3602bd]
I suspected that installing the vst3sdk will install stuff to make pkgconfig happy. Unfortunately the compiler barfs at 20% because of language issues – probably a "your compiler is too old" issue.
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.
re. cmake and VST3
good catch!
currently you can't... cmake build is rigged to work through pkgconfig only; you can find a vst3sdk package on the repos (eg. one of Libraries in https://launchpad.net/~rncbc, if you're on an ubuntu based distro).
sure that,now that you asked, the new way will have that option in the future eg.
cmake -DCONFIG_VST3SDK=
/path/to/vst3sdk ...[UPDATE:] maybe now possible in develop branch [7d3602bd]
cheers
Great, thx.
Great, thx.
I suspected that installing the vst3sdk will install stuff to make pkgconfig happy. Unfortunately the compiler barfs at 20% because of language issues – probably a "your compiler is too old" issue.
Doesn't work completely.
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.
re. cmake and VST3, fixed again
maybe now's fixed for good :) in develop branch [93a08e3]
byee
Yep. Thx Rui.
Yep. Thx Rui.
Add new comment