• DaPorkchop_@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    3 days ago

    In the future, you can generally solve these sorts of build errors by just installing the development package for whatever library is missing. On Debian-based systems, that would be something along the lines of sudo apt install libecm<tab><tab> see what appears, choose one which looks reasonable with -dev suffix

    • thevoidzero@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      3 days ago

      Thank you.

      In this case installing ecm-tools (I use arch) didn’t fix it. That was the first thing I tried before making an issue.

      It needed extra packages for cmake (refer to the issue for details)