8000 Build Succeeds on Ubuntu 24.04, But REAPER v7.35 Fails to Load · Issue #31 · prof-spock/FluidSynthPlugin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Build Succeeds on Ubuntu 24.04, But REAPER v7.35 Fails to Load #31
Open
@uniquetrij

Description

@uniquetrij

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0