
On Fri, 23 Oct 2015 17:29:03 +0200, Michael Jones
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@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 --