Re: Congrats. to wxHaskell
Hi Henk-Jan,
I fear that I may not be able to help as much as I would like, but I
did want to give a few pointers, specifically for building wxWidgets
correctly.
On Tue, 14 Oct 2008 00:53:57 +0200, "Henk-Jan van Tuyl"
<hjgtuyl <at> chello.nl> said:
>
[snip congrats from Dons - pleasing though they are
]
>
> I wish it were all that simple to me, but it turned out to be another
> session of eternal yak-shaving for me. My fault I suspect, I should have
> known better then to buy a Windows computer.
>
> I downloaded wxWindows 2.8.9 and tried to build it with the supplied
> makefile as
> suggested in the installation manual (I have MinGW and MSSY installed):
> make -f makefile.gcc BUILD=debug
> but makefile.gcc contains serious bugs.
The hardest part of building wxHaskell, paradoxically, is building
wxWidgets,
which is far from trivial, as there are a very large number of options.
I build for Windows using MS Visual Studio, so I can't help specifically
(and
I believe that other maintainers also use VS on Windows), but the
following
may help:
(Continue reading)