2010/9/27 Alex <eaglehover@xxxxxxx>: > Hi all, > ÂÂÂÂÂ I download gtk+ sources files and other dependencies such as pango, > atk, glib, then use the Microsoft compiler, cl and Make, nmake to build > them. The makefile.msc files donot work correctly. How can I build gtk+ for > win32 ? You can either build gtk using MSVC or with gcc using mingw. In the first case you need makefile.msc, in the second case you just run ./configure with the desired options. > ÂÂÂÂ "All-in-one bundles" on http://www.gtk.org/features.html, How are they > built ? As far as I know those are build using mingw on windows. By far the easiest approach for building for windows is to use mingw on linux, i.e. cross-compile all the libraries. This is even more true when you want to build git versions of gtk instead of packaged tarballs, because all the autotools are easy to install on your typical distribution. > Best wishes, > Alex Maarten _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list