From: Luc T. <luc...@gm...> - 2013-03-19 20:32:18
|
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: - 1/ Macosx ( once the line was compiled) I thought it was failing because cabal-macosx was missing. this step from [1] made me believe I was expecting an executable called cabal-macosx when in fact the exe generated was called macosx-app Compile and run a sample wxcore application (https://raw.github.com/jodonoghue/wxHaskell/master/samples/wxcore/HelloWorld.hs): ghc --make HelloWorld.hs cabal-macosx HelloWorld ./HelloWorld.app/Contents/MacOS/HelloWorld but it is not an error , as this cabal extract shows : Executable macosx-app Main-is: macosx-app.hs and Macosx des the job of creating an app So I think this is just the doc that may be out of date [1](http://www.haskell.org/haskellwiki/WxHaskell/MacOS_X) 2/ the HP did not erased the 32 bit version not did cleaned my .cabal file ( diverse exe still living in it) I did it by hand to be sure So many thnkas again , and this was the opportunity to realize the quick support I could get on wxHaskell !! Luc Le mardi 19 mars 2013 à 17:21, Eric Kow a écrit : > 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 , automated ? > > > > > -- > Eric Kow <http://erickow.com> > > |