Open glocq opened 3 months ago
Some new info: I just tried building a minimal project* and got the same issue. So the issue isn't related to the specifics of my project (although it might still be related to the specifics of my system).
* I created a minimal project by running cargo init
and then adding aubio = "0.2.1"
to the [dependencies]
section in Cargo.toml
I'm trying to build a project that depends on aubio-rs, but compilation fails. here is the output of the build command.
The problem seems to come from the compilation of the original C library, as evidenced by line 1554 of the attached output file:
More specifically, the problem seems to arise when invoking the function
strncasecmp
, which is not found; see lines 1506-1514 in the attached file:I have a feeling that this might be due to something wrong with my setup, so here are some more details:
cargo xtask bundle aeolus --release
from within the top directory.shell.nix
file just brings Rust and Cargo into the picture) and the plugin built fine. Then I switched to Arch, tried to build the project as it is on Github, and got this issue.