On 04/11/2015 04:11, Jason C. McDonald
wrote:
It looks like you're trying to build with versions of gcc. If you're able to use MSVC there's a complete build stack available here:- https://github.com/hexchat/gtk-win32/blob/master/README.md Admittedly, it only builds Gtk-2 (not Gtk-3) but it should get the vast majority of dependencies built (so you'd only need to figure out Gtk-3 for yourself). According to that web site it even comes with a PowerShell script that will download all the sources for you, apply any necessary patches and then run the build. It sounds like all you'd need to do is install the various build tools (Visual Studio / CMake / Msys2 etc) then make yourself a cup of coffee! There's a pre-built bundle that you can install - or you can run the PowerShell script and built it all from source. John |