I have taken a look at GTK+3 and I like it. But unfortunately compiling from source has never worked for me. Is there any okace with decent binaries or even better, a windows installer?

link|improve this question

feedback

2 Answers

up vote 9 down vote accepted

There is currently no installer for GTK3 on Windows. However, the OpenSuSE Build System provides the Windows binaries for GTK3. On a GTK3 on Windows thread of the GTK devel mailing list, Maarten Bosmans provided the download-mingw-rpm.py python script, which automates the download of a package and its dependencies, and then uses 7-zip to unzip the content of the packages. See the post he explains how to use download-mingw-rpm.py.

link|improve this answer
1  
The downloaded result looks terrible and it is far far away from the convenience of the previously provided binary builds. If this is the only way - then calling it a platform independent toolkit is an euphemism. – Lothar May 17 '11 at 1:28
1  
GTK3 is pretty new, and the GTK+ for Windows maintainer has recently stopped his activity... Nobody stepped forward to create a new installer for the moment, so GTK3 on Windows works, but I admit that installation on Windows is difficult for the time being. – liberforce May 18 '11 at 12:15
Gave another try today and downloaded with that script the whole thing. It installs nicely in fact, with python >= python 3.2 (3.0 failed for me), and a recent version of 7-zip. However, running gtk3-demo was a bit disapointing, as I had a good amount of crashes. I still need to sort out if it's my installation that is at fault, gtk3-demo, or GTK3 itself. – liberforce May 18 '11 at 15:31
1  
The python script is not working with python 2.6.6, i guess i should install 3.2 then. It does seem disappointing that an awesome cross-platform toolkit like Gtk has almost no , or incomplete windows binaries. I am currently trying the OpenSuse build. Thanks all. :) – IntermediateHacker Jun 3 '11 at 10:07
As I said just above, it requires at least python 3.2... – liberforce Jun 5 '11 at 20:49
show 4 more comments
feedback

It seems that proper Windows port is coming soon. According to this gnome developer blogpost:

http://blogs.gnome.org/alexl/2011/11/25/gtk-work-on-windows/

and it's comment section, Windows binaries should be available in near time.

link|improve this answer
Thank God. In desperation, I had resorted to Java Swing. Now I can finally return to good old GTK. – IntermediateHacker Dec 8 '11 at 16:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.