We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the error is
make -C standalone/builds/linux CONFIG=Release SIMDFLAGS="-msse2" GLFLAGS="" BUILD_DATE="2022 06 28 10 27" make[1]: Entering directory '/home/moth/vital/standalone/builds/linux' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/moth/vital/standalone/builds/linux' make -C plugin/builds/linux_vst VST CONFIG=Release AR=gcc-ar SIMDFLAGS="-msse2" GLFLAGS="" BUILD_DATE="2022 06 28 10 27" make[1]: Entering directory '/home/moth/vital/plugin/builds/linux_vst' Compiling include_juce_audio_plugin_client_VST2.cpp In file included from ../../../third_party/JUCE/modules/juce_audio_plugin_client/juce_audio_plugin_client_VST2.cpp:26, from ../../JuceLibraryCode/include_juce_audio_plugin_client_VST2.cpp:9: ../../../third_party/JUCE/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp:87:10: fatal error: pluginterfaces/vst2.x/aeffect.h: No such file or directory 87 | #include "pluginterfaces/vst2.x/aeffect.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:201: build/intermediate/Release/include_juce_audio_plugin_client_VST2_dd551e08.o] Error 1 make[1]: Leaving directory '/home/moth/vital/plugin/builds/linux_vst' make: *** [Makefile:97: vst] Error 2
The text was updated successfully, but these errors were encountered:
I got the same error building on debian testing (bookworm). Installing fst-dev helped.
fst-dev
Sorry, something went wrong.
I tried installing on a Ubuntu 22.04 desktop (#43) and did not have any problems with install.
No branches or pull requests
the error is
The text was updated successfully, but these errors were encountered: