Open rostamn739 opened 1 year ago
Yep, I've tried to just run cargo build
on opensuse with your repository cloned from github: It does not build, fails with the same errors. How would I fix that?
We probably need a build flag to support the SUSE version encoding.
I wonder why they must reinvent the wheel.
Care to contribute a fix here? I have no immediate contact with SuSE, so don't feel very comfortable proposing a resolution here.
I'm trying to port Rust software to Opensuse
One of the crates uses rust_icu_sys directly When any code tries to use the macro
versioned_function!
with some ICU symbol, a build error appears:It seems that on opensuse ICU defines it own symbols with both MAJOR and MINOR versions included in the name of the symbol, however the rust_icu_sys crate uses only MAJOR version suffix