I just received my dwarf and am trying to get some Max gen~ plugins running. Unfortunately I get the following error with the compiled binary.
lilv_lib_open(): error: Failed to open library /root/.lv2/dm-Osc.lv2/dm-Osc_dsp.so (/root/.lv2/dm-Osc.lv2/dm-Osc_dsp.so: wrong ELF class: ELFCLASS32)
can’t get lilv instance
resp -102
I followed this guide to build the plugin: Max gen~ - MOD Wiki.
Maybe the build pipeline is building 32bit binaries, where it should be compiling to 64bit…?