Visual Studio status for GTK+ builds

Following up with Emmanuele’s blog posts about GTK+ being “dead” or “dying” I wanted to point out about the status of the MSVC builds for the GTK+ stack. Refer to my previous post to understand how to build it. During this cycle quite a few things have been done in order to further improve the status of the Visual Studio builds.

  • The packages have been updated in order to build GTK+ 3.18. This took longer than expected since we actually had to stick with 3.14 until we are finally able to build libepoxy which was the missing dependency in order to build GTK+ > 3.14
  • The builder is slowly starting to get support for VS 2015. This is not so easy since we had to fix glib to not use constructors but to use a DllMain. We added a patch to this bug to finally support this properly.
  • GTK+ 3.18 depends on an unreleased version of cairo. This means that we had to put some patches downstream in order to be able to build this last version of GTK+. We hope to have a new version of cairo soon though.
  • libsoup has got support for msvc projects as well as gsettings-desktop-schemas. A release is needed in order to get them into the builder.
  • glib-networking has a wip branch that adds support for msvc projects as well as TLS support for windows using openssl. For more details on this you can refer to my previous post about this.
  • libepoxy was fixed upstream in order to build with msvc, although there are still no msvc projects upstream so we had to add them to the builder.
  • We are still using an old version of harfbuzz but we are working in order to get new projects that will build the last version. This should also improve the situation for other projects depending on it, like mozilla projects or libreoffice.
  • librsvg got support for msvc projects and Federico already made a new release. Now it is just a matter of integrating it in the builder.
  • libdb and cyrus-sasl have been added to the builder.
  • libffi is now up to date on the builder.
  • gobject-introspection got also support for msvc. This is a bit more problematic to get integrated in the builder but we hope to get it done soon.

As usual Chun-wei Fan is the one to thank for keeping the msvc projects up to day and for adding the new ones.

This entry was posted in Uncategorized. Bookmark the permalink.

6 Responses to Visual Studio status for GTK+ builds

  1. ao2 says:

    Slightly unrelated, but it would be very handy if GNOME provided updated binaries for the apps that work on Windows; I am thinking to Evince in particular, the current binary is very old:
    ftp://ftp.gnome.org/pub/gnome/binaries/win32/evince/2.32/

    That could make Windows users more familiar with GNOME apps.

    Thanks,
    Antonio

    • Ignacio Casal Quinteiro says:

      For evince it would be a matter of creating a new installer since msys2 should already provide up to date binaries.

  2. Bastian Ilsø says:

    looking forward to some more screenshots of GTK+ apps running on Windows! 🙂

    so maybe this can also open for some gnome contributors on windows o:

  3. Michael Catanzaro says:

    What is this about unreleased cairo? GTK+ builds fine for me with cairo 1.14.2. Does it only require newer cairo on Windows?

    Reason for my concern: https://git.gnome.org/browse/jhbuild/commit/?id=8982a0b16f5ac755d4bbce43b516df44d1a38ca4

    • Ignacio Casal Quinteiro says:

      Yes, this is only for windows. If u check the repo u will see that I ad to apply a couple of patches that add some win32 api needed by gtk.

  4. tim says:

    I just need pango and cairo to build the tesseract training tools in Windows. GTK scares me though. Thanks for supporting VS.

Leave a Reply to Ignacio Casal Quinteiro Cancel reply

Your email address will not be published. Required fields are marked *