robo9k / rust-magic-sys

Rust declarations crate for the `libmagic` C library
Apache License 2.0
10 stars 6 forks source link

libc is outdated #9

Closed anna-is-cute closed 8 years ago

anna-is-cute commented 8 years ago

The libc dependency that magic-sys uses is very outdated and has invalid definitions. This makes it incredibly difficult to use magic-sys on ARM systems. See this build log to see an example (i8 vs u8).

robo9k commented 8 years ago

I've updated the libc dependency to current latest version 0.2.13 and published version 0.2.0 of magic-sys, please give it a try.

anna-is-cute commented 8 years ago

Thank you very much!