= Perl = Perl is the base of all higher level tools in Geoinformatica. The following assumes Perl 5.10.0 The makefile.mk in win32/ is the build configuration. I'm adding -mms-bitfields to line 525. see [http://markmail.org/message/6zlo6cktiqa72eht this discussion] Also, I change INST_TOP to $(INST_DRV)\Geoinformatica The build is easy, in dos command prompt: {{{ dmake dmake install }}} Perl modules are always built in shell using dmake lib/ExtUtils/Liblist/Kid.pm needs to be patched with [wiki:KidPmDiff Kid.pm.diff] (works for EU::MM 6.52) to make it find import libraries that end with .dll.a = GTK+ = GTK+ I'm not building these myself. We'll need both ftp://ftp.gtk.org/pub/gtk/v2.10/win32/ and http://gladewin32.sourceforge.net since we need Gtk2::GladeWin = Glib, Cairo, and Gtk2 modules = ExtUtils::Depends is one of the prerequisites of these. Currently it needs to be patched with a patch attached to [https://rt.cpan.org/Ticket/Display.html?id=45224 this bug report]