Re: [wxhaskell-users] wxHaskell - install problems..

2014-08-27 Thread S. Doaitse Swierstra
Adding export CPLUS_INCLUDE_PATH=/usr/include/c++/4.2.1/ made things work, Thanks, Doaitse On 27 Aug 2014, at 21:51 , Henk-Jan van Tuyl wrote: > On Wed, 27 Aug 2014 20:40:20 +0200, S D Swierstra > wrote: > >> I installed the new wxWidgets on my MacBook, and then tried to install wx: > :

Re: [wxhaskell-users] wxHaskell - install problems..

2014-08-27 Thread Henk-Jan van Tuyl
On Wed, 27 Aug 2014 20:40:20 +0200, S D Swierstra wrote: > I installed the new wxWidgets on my MacBook, and then tried to install > wx: : > ... > Configuring wxc-0.91.0.0... > Configuring wxc to build against wxWidgets 3.0.1.0 > > Building wxc > /usr/bin/gcc -Isrc/include -I/usr/local/include

Re: [wxhaskell-users] wxHaskell - install problems..

2014-08-27 Thread S D Swierstra
I installed the new wxWidgets on my MacBook, and then tried to install wx: MacBook-Doaitse-2:Dazzle doaitse$ cabal install wx Resolving dependencies... Configuring wxdirect-0.91.0.0... Building wxdirect-0.91.0.0... Installed wxdirect-0.91.0.0 Configuring wxc-0.91.0.0... Building wxc-0.91.0.0... Fa

Re: [wxhaskell-users] wxHaskell - install problems..

2014-08-20 Thread Henk-Jan van Tuyl
On Wed, 20 Aug 2014 21:33:52 +0200, Gregory Guthrie wrote: > 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 It is better to install wxHaskell 0.91 >GHC_Version

[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:/