[wxhaskell-users] wxHaskell on Windows (or wxPack rocks!)

2011-07-17 Thread Eric Y. Kow
Hi everybody, I've had some difficulty installing wxHaskell on Windows 7, but I eventually got there, so I thought I should report (and edit the wiki). In a nutshell: the secret is to use wxPack (precompiled wxWidgets including MinGW Unicode version) [1] and avoid trying to build wxWidgets yourse

Re: [wxhaskell-users] wxHaskell on Windows (or wxPack rocks!)

2011-07-17 Thread Eric Y. Kow
On Sun, Jul 17, 2011 at 10:18:53 +0100, Eric Y. Kow wrote: > 3. wxHaskell builds fine, but when running any GUI app: >The procedure entry point __gxx_personality_v0 could not be >located in the dynamic link library libstdc++-6.dll Oh, that's odd. I just noticed that I can run my program f

Re: [wxhaskell-users] wxHaskell on Windows (or wxPack rocks!)

2011-07-17 Thread Eric Y. Kow
On Sun, Jul 17, 2011 at 10:57:55 +0100, Eric Y. Kow wrote: > On Sun, Jul 17, 2011 at 10:18:53 +0100, Eric Y. Kow wrote: > > 3. wxHaskell builds fine, but when running any GUI app: > >The procedure entry point __gxx_personality_v0 could not be > >located in the dynamic link library libstdc++

Re: [wxhaskell-users] wxHaskell on Windows (or wxPack rocks!)

2011-07-17 Thread carlos gomez
So, does that work? On 17 July 2011 06:16, Eric Y. Kow wrote: > On Sun, Jul 17, 2011 at 10:57:55 +0100, Eric Y. Kow wrote: > > On Sun, Jul 17, 2011 at 10:18:53 +0100, Eric Y. Kow wrote: > > > 3. wxHaskell builds fine, but when running any GUI app: > > >The procedure entry point __gxx_person