FigBug / Wavetable

Wavetable synth
https://socalabs.com/synths/wavetable/
BSD 3-Clause "New" or "Revised" License
145 stars 11 forks source link

Libc issue on Debian Bullseye #33

Closed erwan35 closed 1 year ago

erwan35 commented 1 year ago

Hello,

Thanks for this cool plugin !

I'm trying to use the lv2 version on Debian Bullseye (inside Carla) but there's a libc mismatch (2.31-13+deb11u6)

glibc

Do you think of anything that could avoid this ?

Cheers Erwan

FigBug commented 1 year ago

Did you build yourself or use my binaries?

erwan35 commented 1 year ago

I used the binary (my cmake version is too old)

CMake Error at CMakeLists.txt:1 (cmake_minimum_required): CMake 3.24.0 or higher is required. You are running version 3.18.4

FigBug commented 1 year ago

I've tried statically linking c++ standard library I've also rolled back cmake requirement to 3.16 do either of those solve it for you?

erwan35 commented 1 year ago

Hello,

1.0.10 binary (lv2) is loading now !

I have try to compile it but i'm getting this : CMake 3.22 or higher is required. You are running version 3.18.4

Let's have fun now :)

Thanks