jeremyletang / rgtk

GTK+ bindings and wrappers for Rust (DEPRECATED SEE https://github.com/rust-gnome )
GNU Lesser General Public License v3.0
121 stars 22 forks source link

Fix build errors #198

Closed kennytm closed 9 years ago

kennytm commented 9 years ago
  1. Change how gcc::Config is constructed, following the public interface in http://alexcrichton.com/gcc-rs/gcc/struct.Config.html.
  2. gtk/widget/info_bar.rs failed to compile due to missing import of gtk::ffi::to_bool.

I have only tested on Mac OS X with gtk+ 3.14, but this should work on other platforms.

GuillaumeGomez commented 9 years ago

Waiting for travis. Thanks for your work !

GuillaumeGomez commented 9 years ago

All is good. I merge.