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

Update pkg-config and gcc versions #182

Closed oakes closed 9 years ago

oakes commented 9 years ago

Not sure if it was just my setup, but I wasn't able to build until I bumped these library versions.

GuillaumeGomez commented 9 years ago

Hum... Travis fails. Have you tried with :

pkg-config = "^0.0.0"
gcc = "^0.0.0"

?

oakes commented 9 years ago

Looks like Travis was just having issues. I did a force push without any changes and this time it passed.

GuillaumeGomez commented 9 years ago

Have you tried my solution ? Like that we won't have to change anything for a moment.

oakes commented 9 years ago

Looks like Travis is having a bad time. I changed it to your solution and now it's failing on the curl command.

GuillaumeGomez commented 9 years ago

Don't worry, it happens sometime... Just relaunch the test to make it (probably) work.

GuillaumeGomez commented 9 years ago

You see ? Random !

oakes commented 9 years ago

Yeah it looks like it will work now. Does ^0.0.0 just make it grab the latest version?

GuillaumeGomez commented 9 years ago

The last 0.x.y version, yes. It's explained in details here. Thanks for your work, I merge it !