Re: [wxhaskell-users] Working guide for wxWidgets and wxHaskell on Mac OS X Lion 64 bit

2012-03-09 Thread Frodo Kenny
This could be the problem that the install-name of a shared library on the mac needs to be set to the correct absolute path to be able to link. I encountered the same problem with the shared library version of wxHaskell from Dave's branch (allowing ghci to work with wx!). That version is working

Re: [wxhaskell-users] Working guide for wxWidgets and wxHaskell on Mac OS X Lion 64 bit

2012-03-09 Thread Eric Kow
On 9 Mar 2012, at 09:42, Frodo Kenny wrote: This could be the problem that the install-name of a shared library on the mac needs to be set to the correct absolute path to be able to link. I encountered the same problem with the shared library version of wxHaskell from Dave's branch (allowing

Re: [wxhaskell-users] Working guide for wxWidgets and wxHaskell on Mac OS X Lion 64 bit

2012-03-08 Thread S D Swierstra
On Mar 7, 2012, at 15:38 , Eric Kow wrote: Sorry, just one more follow-up. 4. I've published my branch at http://darcsden.com/kowey/wxhaskell-osx64 (in the process I've renamed the two WIP patches and simplified the build to only look for wxWidgets 2.9) We have spent a couple of hours

Re: [wxhaskell-users] Working guide for wxWidgets and wxHaskell on Mac OS X Lion 64 bit

2012-03-07 Thread Eric Kow
Sorry, just one more follow-up. 4. I've published my branch at http://darcsden.com/kowey/wxhaskell-osx64 (in the process I've renamed the two WIP patches and simplified the build to only look for wxWidgets 2.9) Note that this work is very far behind Dave and Jeremy's efforts. I'm hoping

Re: [wxhaskell-users] Working guide for wxWidgets and wxHaskell on Mac OS X Lion 64 bit

2012-03-07 Thread Eric Kow
Hi, On 7 Mar 2012, at 15:39, S D Swierstra wrote: setup: Missing dependencies on foreign libraries: * Missing C libraries: wx_baseu-2.9, wx_baseu_net-2.9, wx_baseu_xml-2.9, wx_osx_cocoau_core-2.9, wx_osx_cocoau_adv-2.9, wx_osx_cocoau_qa-2.9, wx_osx_cocoau_html-2.9, wx_osx_cocoau_webview-2.9,

Re: [wxhaskell-users] Working guide for wxWidgets and wxHaskell on Mac OS X Lion 64 bit

2012-02-27 Thread Eric Kow
Sarah, The good news is that it *can* be done. I know because I'm on Lion, and I'm using wxHaskell. On 25 Feb 2012, at 14:58, Sarah Brofeldt wrote: I've been trying frantically to get a working setup of wxHaskell and wxWidgets on my Mac recently, but to no avail. I was wondering if anyone

Re: [wxhaskell-users] Working guide for wxWidgets and wxHaskell on Mac OS X Lion 64 bit

2012-02-27 Thread Sarah Brofeldt
Hi, On Mon, Feb 27, 2012 at 4:42 PM, Eric Kow eric@gmail.com wrote: darcs get --lazy http://code.haskell.org/wxhaskell the-patch-you-downloaded.dpatch cd wxhaskell darcs apply -i ~/foo/the-patch-you-downloaded.dpatch Thank you very much, with this process it appears to work, although

Re: [wxhaskell-users] Working guide for wxWidgets and wxHaskell on Mac OS X Lion 64 bit

2012-02-27 Thread Henning Thielemann
On Mon, 27 Feb 2012, Eric Kow wrote: On 27 Feb 2012, at 15:38, Eric Kow wrote: darcs get --lazy http://code.haskell.org/wxhaskell the-patch-you-downloaded.dpatch cd wxhaskell darcs apply -i ~/foo/the-patch-you-downloaded.dpatch Oops, that's darcs get --lazy REPO --context PATCH The idea