mtytel / vital

Spectral warping wavetable synth
GNU General Public License v3.0
1.55k stars 152 forks source link

strange build error #34

Open OHNONOTAMOTH opened 2 years ago

OHNONOTAMOTH commented 2 years ago

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
g1smo commented 2 years ago

I got the same error building on debian testing (bookworm). Installing fst-dev helped.

HunterKimes commented 1 year ago

I tried installing on a Ubuntu 22.04 desktop (#43) and did not have any problems with install.