20 Apr 2011 23:13
Compiling WxHaskell: ghc-pkg problem with wxcore on Windows XP.
I can't manage to install wxHaskell's wxcore package under Windows despite being seemingly able to compile it. I am using the Haskell Platform 2010.2.0.0 (with ghc 6.12.3) on Windows XP, wxWidgets 2.8 with unicode support and msys with a setup as described on the following blog: http://blog.johantibell.com/2011/01/setting-up-haskell-development.html with a small alteration, the haskell platform being installed in C:\haskell-platform rather than "C:\Program Files\Haskell Platform" to get to compile wxWidgets. WxWidgets itself has been successfully compiled with the following configuration: $ ./configure --prefix=/c/haskell-platform/2010.2.0.0/mingw/ \ --enable-optimise \ --enable-unicode \ --enable-monolithic \ --enable-shared \ --enable-threads \ I have install wxdirect successfully using "cabal install --global wxdirect". I am using a "--global" install setup because while I searched for solutions it seemed to be the recommended way of installing wxHaskell. Then when I try to build wxcore, using the following command (I got the include and lib dirs using "wx-config --cxxflags --libs"):(Continue reading)
On 04/25/2011 08:12 PM, Howard B. Golden wrote:
> Hi Rémy,
>
> This is just a guess because I use cygwin with Windows but not msys:
>
> On cygwin the way to access a drive is /cygdrive/c/...
>
RSS Feed