wiki:BuildWithMingw

Version 2 (modified by ajolma, 15 years ago) ( diff )

--

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 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 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 this bug report

Note: See TracWiki for help on using the wiki.