phesch
phesch
I encountered the same build error on Arch Linux (using the AUR package). I determined the cause to be a missing header: `std::remove` is declared in the `` header of...
For me (building `conduit`), just adding the line ``` aws-lc-rs = { version = "*", features = ["bindgen"] } ``` to the Cargo.toml was enough to fix the issue. Note...
That looks like the same build issue as in #697, which I also encountered when building the AUR package. I posted a fix in [my comment](https://github.com/Soundux/Soundux/issues/697#issuecomment-2267095014) on that issue: Adding...