There has been some interest in 64 bit gtkmm binaries for Windows recently. I have built the gtkmm stack on 32 and 64 bit Windows with the mingw-w64 toolchain from [1]. The result is at [2]. This is supposed to be used with the current 64 bit GTK+ all-in-one-bundle from [3] (you will have to make a slight adaption to cairo.pc for pkg-config to work correctly, see [4]).
The main build issue was too old libtool versions in the tarball of most packages. I had to run libtoolize and ./autogen.sh on them for libtool to produce 64 bit DLLs (it just did static libraries otherwise). It would be great if people could try this out; if it works well then I'll also add a 64 bit installer starting with the next gtkmm release (probably 2.22). I'll also try to add 32 and 64 bit binaries for use with MSVC 2010. Armin [1] http://sourceforge.net/projects/mingw-w64/files/Toolchains targetting Win64/ [2] http://arbur.net/gnome/gtkmm/gtkmm-2.20.3-win64.7z [3] http://ftp.acc.umu.se/pub/GNOME/binaries/win64/gtk+/2.20/gtk +-bundle_2.20.1-20100912_win64.zip [4] https://bugzilla.gnome.org/show_bug.cgi?id=630010 _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
