-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't cross-compile to armhf #38
Comments
This crate does not have a direct dependency on clang. I believe that is coming from the combination of rust-bindgen and the Rust compiler. When I've run into the problem of |
Ah, so I manually set However now I have a new issue. It fails to compile...something...further down the line:
Any ideas? |
To produce the Rust bindings for ImageMagick, this crate uses the |
I'm using a cargo-cross setup to compile a project that uses
magick-rust
in a docker container. But while the other-sys
crates can be built, magick-rust fails with this error:Not really sure what to do here? The library it needs is installed, even for armhf. But I think
magick-rust
doesn't realise this? Because it just skips the library it should link against 😞The text was updated successfully, but these errors were encountered: