mitchmindtree

Results 396 comments of mitchmindtree

Hmm this does seem strange, I can't see anything wrong with the example after a quick look - are you able to test it with a different font perhaps?

@torkleyy interesting point. It probably should not modify the Cargo.toml at all, but it would be worth considering whether or not cargo should allow for `path` dependencies but only for...

Hi @anykao, thanks for the issue! This seems related to #14, specifically, [this might fix your issue](https://github.com/RustAudio/coreaudio-sys/pull/14#issuecomment-402722232). Please let us know if this fixes the build for you!

Thanks for the issue @tinaun - eventually we'll get to the bottom of all this! Would you mind sharing more details if you have them? macOS version, exact full compile...

Perhaps [this recent-ish commit in rust-bindgen](https://github.com/rust-lang-nursery/rust-bindgen/commit/c63a095d65a9f3271b32b3d76a1916483d5a8575) could be related? Perhaps the solution to this particular bug is simply updating bindgen from `0.32` to the current version `0.37`?

I've also opened an issue at rust-lang/docs.rs#853.

The problem is that docs.rs cross-compiles from Ubuntu and does not build on apple-darwin itself: > A big difference from your CI build is that docs.rs is always cross-compiling from...

It's very likely that to get this working with iOS there might be some tweaking necessary, as I've only tested this with macOS since the last bindgen update. Very open...

Thanks a lot for this! Will have a proper read through it soon :+1: