[Haskell-cafe] wxHaskell on Windows compilation problems

Michael Jones mike at proclivis.com
Sat Oct 24 17:35:06 UTC 2015


The precompiled version will not support my application due to command line handling issues discussed elsewhere, and a few enhancements to handle very large (100K rows) tables, that are probably not high enough quality to put into the mainline, due to lack of time to make them such.

I’ll look at the instructions a bit closer, but at least I know mingw32-make should create the file, so I can focus on that problem first.

Thanks,

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