Re: [wxhaskell-users] first attempt on osx 10.8 - ghc7.4.2 -wx 2.9.4

2013-03-21 Thread Luc TAESCH
Many thanks for your help again: /usr/local/lib/libwx_osx_cocoau_xrc-2.9.dylib: Mach-O 64-bit dynamically linked shared library x86_64 mbp2-de-luc:~ luc$ cat /usr/bin/ghc #!/bin/sh exedir=/Library/Frameworks/GHC.framework/Versions/7.4.2-i386/usr/lib/ghc-7.4.2 exeprog=ghc-stage2

Re: [wxhaskell-users] first attempt on osx 10.8 - ghc7.4.2 -wx 2.9.4

2013-03-21 Thread Luc TAESCH
ok, all sorted! Thanks !! - in short : I reinstalled HP in 64,and it all went fine. - could check the three test of debug_wx, and pass a few example from wx ( controls.hs and so on) THIS IS THE FIRST GUI LIB I CAN HAVE WORKING ON MAC OS FOR YEARS ! MANY THANKS ! Now on the feedback side:

Re: [wxhaskell-users] first attempt on osx 10.8 - ghc7.4.2 -wx 2.9.4

2013-03-19 Thread Eric Kow
Do any of the following help? - making sure you have a 64bit wxWidgets - using debug-wx to see what stage things go wrong at? https://github.com/kowey/debug-wx (it's a collection of hello worlds for different layers) - using my cabal-macosx branch? https://github.com/kowey/cabal-macosx I

Re: [wxhaskell-users] first attempt on osx 10.8 - ghc7.4.2 -wx 2.9.4

2013-03-19 Thread Eric Kow
What does `file /usr/local/lib/libwx_osx_cocoau_xrc-2.9.dylib` report? And what about `cat /usr/bin/ghc`? (It should be a shell script) Just trying to find out if you have a 64 bit wxWidgets with 32 bit GHC which may be the case If that's so, you might have better luck with the 64 bit GHC On

Re: [wxhaskell-users] first attempt on osx 10.8 - ghc7.4.2 -wx 2.9.4

2013-03-19 Thread Eric Kow
The HP installer comes with a removal tool you can use, I think I don't think I have a really good answer to your other questions, though. On 19 Mar 2013, at 16:18, Luc TAESCH wrote: How can I make sure all is cleaned before I install a 64 platform ? i.e. no 32 residue ? any way to clean ,