[Haskell-cafe] wxHaskell on Windows compilation problems

Michael Jones mike at proclivis.com
Sat Oct 24 17:44:05 UTC 2015


Can you give me the revision in GIT that is the official 3.0.2 release so I can branch from it and apply my patch. It just convenient to use git to keep track of my tweaks and have access to the log, etc. If there are some compatible commits since then up to some point where it breaks, I would like to know where things break.

Mike


> On Oct 24, 2015, at 8:24 AM, Henk-Jan van Tuyl <hjgtuyl at chello.nl> wrote:
> 
> On Fri, 23 Oct 2015 17:29:03 +0200, Michael Jones <mike at proclivis.com>
> wrote:
> 
>> I’m trying to compile an established wxHaskell application (Ubuntu) on Windows 7
> :
>> - Grab wxWidgets with git and using MSYS shell compile like:
> 
> It is better to download 3.0.2 source code, because wxHaskell cannot handle wxWidgets 3.1 yet. Even better, use a wxInstall package[0]; if you want to install wxHaskell from source on your own disk, instead of from Hackage, do not run the Install.bat.
> 
> 
> 
>> So, I copy the wxWidgets setup.h file from include/msvc/wx to include/wx
> 
> This file should have been generated by mingw32-make; if you use a wxInstall package, you have the right setup.h file.
> 
>> The Wiki page is based on platform, not MinGHC.
> :
>> Does anyone have any clues how to make wxHaskell and MinGHC work together?
> 
> I tried it, the method described at the HaskellWiki page[1] works for MinGHC as well.
> 
> Regards,
> Henk-Jan van Tuyl
> 
> 
> [0] http://sourceforge.net/projects/wxhaskell/files/wxInstall/
> [1] https://wiki.haskell.org/WxHaskell/Windows#Installing_the_hard_way
> 
> -- 
> Folding at home
> What if you could share your unused computer power to help find a cure? In
> just 5 minutes you can join the world's biggest networked computer and get
> us closer sooner. Watch the video.
> http://folding.stanford.edu/
> 
> 
> http://Van.Tuyl.eu/
> http://members.chello.nl/hjgtuyl/tourdemonad.html
> Haskell programming
> --




More information about the Haskell-Cafe mailing list