Open
Description
Was trying to build this repo using the following commands:
$ cmake \
-S ./buildSetup \
-B ./build \
-DCMAKE_CXX_COMPILER=g++ \
-DCMAKE_C_COMPILER=gcc \
-DCMAKE_BUILD_TYPE=Release
$ cmake --build ./build --config Release
Pluginval reports the following error:
tarted validating: ~/.vst3/FluidSynthPlugin.vst3
Random seed: 0x309534a
Validation started
Strictness level: 5
-----------------------------------------------------------------
Starting tests in: pluginval / Scan for plugins located in: ~/.vst3/FluidSynthPlugin.vst3...
Attempting to load VST: ~/.vst3/FluidSynthPlugin.vst3/Contents/x86_64-linux/FluidSynthPlugin.so
Loading LADSPA module: ~.vst3/FluidSynthPlugin.vst3/Contents/x86_64-linux/FluidSynthPlugin.so
Num plugins found: 0
!!! Test 1 failed: No types found. This usually means the plugin binary is missing or damaged, an incompatible format or that it is an AU that isn't found by macOS so can't be created.
FAILED!! 1 test failed, out of a total of 1
FAILURE
*** FAILED
Finished validating: ~/.vst3/FluidSynthPlugin.vst3
*** FAILED WITH EXIT CODE: 1
Finished batch validation
However, the linux release downloaded from this repo works perfectly. What am I missing?
Metadata
Metadata
Assignees
Labels
No labels