I have updated my autotools build system patch (#3151 on the Berlios patch tracker).
It now does the following:
- add automake build infrastructure for missing core plugins (headerguard loghacker modpoller tidycmt); they default to off, but can be enabled on the configure command line
- fix files missing from the install of the scripted wizard
- make it possible to crosscompile win32 binaries under linux using mingw tools
It is now fairly easy to cross-compile win32 binaries, at least under fedora. After all necessary mingw32-* packages are installed, do the following:
mkdir obj-win32
cd obj-win32
mingw32-configure --with-wx-config=/usr/i686-w64-mingw32/sys-root/mingw/bin/wx-config --with-contrib-plugins=all --enable-header-guard --enable-log-hacker --enable-modpoller --enable-tidycmt
make
Win64 binaries do not build yet, but that is not a build system issue.