TheWaveWarden / odin2

Odin 2 Synthesizer Plugin
GNU General Public License v3.0
572 stars 53 forks source link

[Bug Report] Odin2 Compiling Fails #448

Closed therealkitman closed 1 year ago

therealkitman commented 1 year ago

Describe the bug Odin2 fails to complete being compiled.

To Reproduce Steps to reproduce the behavior:

  1. Download source as per the Build Instructions -
  2. git clone --recurse-submodules https://github.com/TheWaveWarden/odin2.git
  3. cmake -B build -D CMAKE_BUILD_TYPE=Release
  4. cmake --build build --config Release then it fails to complete.

Expected behavior A standalone and VST3 versions/

Screenshots image

Desktop (please complete the following information):

Additional context I tried to find the lv2.h manually but it's not in the odin2 folder structure.

KottV commented 1 year ago

you need lv2-devel

and here is the TW package alongside many other plugins https://build.opensuse.org/package/show/multimedia:proaudio/odin2

therealkitman commented 1 year ago

Ah, that fixed it!! I thought it odd as I had compiled LV2 from the surge project earlier.

Thanks very much :+1:

PS. You might want to add that lv2-dev(el) package to the list of Linux Prerequisites.