[wxhaskell-users] problems buiding wxHaskell on Windows

2012-06-06 Thread Gregory Guthrie
After an upgrade to the new Haskell Platform, my existing wxHaskell programs are broken. They all seem to now require wxWidgets 2.9, for which I can't find any binary versions. wxPack has 2.8, and beyond that one has to get a compiler and build it locally from what I see. There are tutorials on

Re: [wxhaskell-users] problems buiding wxHaskell on Windows

2012-06-07 Thread Gregory Guthrie
I did a complete re-build of wxWidgets2.9, and it seemed to complete successfully with a built library files: gcc_mswuddll & gcc_mswudll. Then I went into the samples directory and built all the samples, they all seemed to build fine, but when I try to execute them they give: " wbase293ud_gcc_

Re: [wxhaskell-users] problems buiding wxHaskell on Windows

2012-06-13 Thread Gregory Guthrie
Yes, I did just this. Using your flags all of wxWidgets compile, and all samples run. But I note that the wiki page for wxHaskell says to have a cabal/wxc-xxx/ghcversion On the path, but I don't have any such directory in my cabal (although I did set the path...). There is a wxdirect-0.90.0.1

Re: [wxhaskell-users] problems buiding wxHaskell on Windows

2012-06-14 Thread Gregory Guthrie
a problem with your package database (you can check by running > "ghc-pkg check" > and if it is broken you can try "ghc-pkg recache"). > > -Ursprüngliche Nachricht- > Von: Gregory Guthrie [mailto:guth...@mum.edu] > Gesendet: Mittwoch, 13. Juni 2012 18:2

Re: [wxhaskell-users] problems buiding wxHaskell on Windows

2012-06-14 Thread Gregory Guthrie
getting found somehow, and this was goofing things up. I deleted it, made sure only 2.6 versions were areound, and now it all seems to build. Next to try in in Haskell! Thanks for the help and hints. --- > -Original Message- > From: Gregory G

Re: [wxhaskell-users] problems buiding wxHaskell on Windows

2012-06-14 Thread Gregory Guthrie
One additional step: I was getting the error: The program can’t start because wxc.dll is missing from your computer. Try reinstalling the program to fix this problem. So, (From: http://wewantarock.wordpress.com/2012/04/18/wxhaskell-news/ ) 2. had to copy wxc.dll from ..\AppData\Roaming\

[wxhaskell-users] wxHaskell - install problems..

2014-08-20 Thread Gregory Guthrie
I did an upgrade to the current Haskell Platform (2014.2.0.0, = ghci 7.8), and now wxHaskell seems to be broken. Environment seems to be OK: WXC_VERSION = 0.90.0.3 GHC_Versin = 7.8.3 WxWin = e:\plang\Libraries\wxWidgets-3.0.1 WxCfg = gcc_dll\mswu PATH set as per directions (https:/

Re: [wxhaskell-users] ANN: wxInstall Abriline and wxHaskell 0.92.1.0

2015-11-22 Thread Gregory Guthrie
Thank you. It all seems to install fine, but then the wxAsteroids test gives an error: The procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++6.dll Does this new packaged install also mean we can get rid of environment variables, and th