I am trying to install the mod-plugin-builder on a virtual box ubuntu studio 24 . It was a very long process (getting on for two hours) but seemed to fail right at the end on installing some kind of “boost” program (unfortunately I closed down the terminal by accident so cant cite the exact program).
Anyway, I still tried compiling a plugin - but it failed on the invocation of the first lv2 library
fatal error: lv2/atom/atom.h: No such file or directory #include “lv2/atom/atom.h”
^~~~~~~~~~~~
Am just wondering if anyone might know a quick fix for this
When you say “use the docker image”, do you mean from following the instructions at: https://wiki.mod.audio/wiki/How_To_Use_Docker_Toolbox_With_MPB
If that is the case, and given that I am compiling for the mod dwarf, I belive i would have to follow the instructions in the section " Full build (advanced, long)" - is that right?
Run ./bootstrap.sh moddwarf again and check the error message you get.
I’ve build the mod plugin builder several times on debian/sid and it requires a couple of patches to get it building. My usual workflow was to check the error message I get and then patch the required source files to make it work.