Open Emilgardis opened 1 year ago
This is the same as this issue (check the last comment): https://github.com/cross-rs/cross/issues/1180
A workaround that I added to fltk-rs:
if env::var("CROSS_SYSROOT").is_ok() {
env::remove_var("CROSS_SYSROOT");
}
Ah perfect! I remembered there was another issue with this but I couldn't locate it. Thank you @MoAlyousef
Checklist
Describe your issue
Its not possible to compile proj-sys with cross using the newer images
What target(s) are you cross-compiling for?
armv7-unknown-linux-gnueabihf
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
cross 0.2.5
Example
Additional information / notes
adding
solves this problem, suggesting something is not liking the toolchain file added in #1112
ping @prscoelho