On Tue, 10 Mar 2009 andreas.rosenblad(a)ltv.se wrote:
FYI: The changes Allin made in the gtkfontselhack.c file in CVS
solved my problems with that file.
Good.
I've now managed to build gretl and its installer exe on Windows,
using mingw and msys. I have modified several of the
build-related files under the win32 subdirectory in the gretl
source so that they'll work for both a cross-build on Linux and a
"native" build on Windows. The main entry point for a native
build is config.mk, where you should change
BUILDTYPE = cross
to
BUILDTYPE = native
I've also updated and added to the files at
http://ricardo.ecn.wfu.edu/pub/gretl/winbuild/
I'll try to write this up properly before long.
Allin.