gtk-rs / sys

DEPRECATED, each crate has its own sys folder now.
http://gtk-rs.org/
MIT License
31 stars 25 forks source link

Print some additional output on macOS if pkg-config fails #141

Closed sdroege closed 5 years ago

sdroege commented 5 years ago

homebrew is broken by design and requires manual user-intervention. See https://github.com/Homebrew/homebrew-core/issues/40179 for more details.

Fixes https://github.com/gtk-rs/cairo/issues/263

GuillaumeGomez commented 5 years ago

Fine enough for me then, thanks!

sdroege commented 5 years ago

So problem now is that build.rs is autogenerated. Should we add a special case to gir for this if the crate name is gobject-sys? @EPashkin ideas? :)

EPashkin commented 5 years ago

@sdroege IMHO adding this for ns.sys_crate_name=="gobject-sys" is good idea, I will add it

sdroege commented 5 years ago

@EPashkin Updated the PR. Thanks!

GuillaumeGomez commented 5 years ago

👍

EPashkin commented 5 years ago

@sdroege Thanks, 👍 after all version.txt updated

sdroege commented 5 years ago

Regenerated all the version.txt. Wanted to keep the churn lower but the CI does not like that :)

sdroege commented 5 years ago

@GuillaumeGomez all green