About rust programs and flatpak integration

Hey :wave:

Don't know how much this would be considered "on topic" here but I feel I might as well ask. Been trying to integrate a flatpak builder following this guide with some modifications/help from this repo which seemed to have most of it figured out.

I've made it to the step where you try to build and install a local copy without much hassle, however at a certain point in the build process one of the dependencies needs to be built with clang, which in turn throws an error since it cannot find libclang.so or any of its variants (telling you to set up an env variable with its path, which doesnt seem to work despite having it on my system).

I was wondering if someone here had faced a similar problem or knew where to look for an answer.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.