I'm just investigating the possibility of building gtk-win32 using Visual C++ (after downloading the sources from their respective tarballs). Since everything else seems to depend on glib, I thought that would be the best place to make a start.
I found the VC++ .sln and .vcproj files, loaded the solution and just tried to compile one of the modules in the glib branch. However, every module fails to compile because config.h is missing. After taking a look at README.TXT it looks like I need to generate config.h from config.h.win32.in, as well as generating glibconfig.h.win32 from glibconfig.h.win32.in However, I don't seem to have config.h.win32.in or glibconfig.h.win32.in Have I missed out a stage somewhere? I can't find either of those files in the tarball, so do I need to generate them somehow? John _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list