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

2012-06-14 Thread Gregory Guthrie
bian Binz; wxhaskell-users@lists.sourceforge.net > Subject: RE: [wxhaskell-users] problems buiding wxHaskell on Windows > > Hmm, I think I got it fixed. > > I did a clean-out of cabal files, reloaded them all, and made sure that I > only had wx-config > 2.6 anywhere on

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

2012-06-14 Thread Gregory Guthrie
uthrie [mailto:guth...@mum.edu] > Sent: Thursday, June 14, 2012 7:52 PM > To: Fabian Binz; wxhaskell-users@lists.sourceforge.net > Subject: Re: [wxhaskell-users] problems buiding wxHaskell on Windows > > C:\Users\guthrie>cabal --version > cabal-install version 0.14.0 > usi

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

2012-06-14 Thread Gregory Guthrie
configure step. The exception was: ExitFailure 1 > -Original Message- > From: Fabian Binz [mailto:fabianb...@yahoo.de] > Sent: Wednesday, June 13, 2012 1:02 PM > To: wxhaskell-users@lists.sourceforge.net > Subject: Re: [wxhaskell-users] problems buiding wxHaskell on Windows >

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

2012-06-14 Thread Fabian Binz
hc-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:25 An: Fabian Binz; wxhaskell-users@lists.sourceforge.net Betreff: RE: [wxhaskell-users] problems bui

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

2012-06-13 Thread Gregory Guthrie
fabianb...@yahoo.de] > Sent: Thursday, June 07, 2012 12:37 PM > To: wxhaskell-users@lists.sourceforge.net > Subject: Re: [wxhaskell-users] problems buiding wxHaskell on Windows > > > Does anyone run WxHaskell 2.9 on Windows? > Yes. > > > library files: gcc_mswud

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

2012-06-07 Thread Fabian Binz
exe and type: cabal install wxc I hope this helps. Regards, Fabian -Ursprüngliche Nachricht- Von: Gregory Guthrie [mailto:guth...@mum.edu] Gesendet: Donnerstag, 7. Juni 2012 18:12 An: David Virebayre Cc: wxhaskell-users@lists.sourceforge.net Betreff: Re: [wxhaskell-users] problems

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

2012-06-07 Thread Gregory Guthrie
wxhaskell-users] problems buiding wxHaskell on Windows > > I've never managed to get wxHaskell running without problems on windows, last > time I tried there was some kind of encoding problem, and I gave up. > >That would be cool if there was an installer that would install wxHaske

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

2012-06-07 Thread Heinrich Apfelmus
Antton Tapani wrote: > Installer would indeed be very nice, but it takes a lot of work to > create and maintain universal installer and it would currently benefit > only a handful of people. I'm guessing the majority of wxhaskell > users are fairly savvy developers, so it would not seem worth the

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

2012-06-07 Thread Antton Tapani
I haven't updated haskell platform to newest, but I would find it strange if the old version stopped working. If you merely had to rebuild wxhaskell, the issue might be that 0.9 and 0.13.2.1 target version 2.9 by default. Wx-0.13.2.1 can be configured to use your 2.8 installation. I roughly outline

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

2012-06-07 Thread David Virebayre
I've never managed to get wxHaskell running without problems on windows, last time I tried there was some kind of encoding problem, and I gave up. That would be cool if there was an installer that would install wxHaskell with all dependences on top of a freshly installed haskell platform on window

[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