Re: [wxhaskell-devel] Property sheet

2011-07-29 Thread Dave Tapley
On 29 July 2011 21:49, Dave Tapley wrote: > Hi Jeremy, > > Did you ever make a start wrapping wxPropertyGrid? > http://permalink.gmane.org/gmane.comp.lang.haskell.wxhaskell.general/1016 > > I'm going to have a go now. > > Dave, > In my quest to understand how a class from wxWidgets is wrapped I

Re: [wxhaskell-devel] Conflicting exports in wxcore

2011-07-29 Thread maciek . makowski
Thanks, that sorted this one out. In summary, to build darcs tip on Windows against wxWidgets 2.8 I needed: 1. a patch that removes wx-config --version call and hard-codes 2.8 libraries (attached) 2. Dave's patch from the previous e-mail in this thread 1. is obviously not ideal given that the go

Re: [wxhaskell-devel] Patches for wxWidgets 2.9.2 GTK2 Linux

2011-07-29 Thread Dave Tapley
On 29 July 2011 21:40, Dave Tapley wrote: > Hi all, > > So I can now build the latest from the wxHaskell darcs repo, but only after > applying the attached patches. > Quite a lot of them are very "hack it to make it work" patches, but I > thought I'd offer them to the list for review before clean

Re: [wxhaskell-devel] Conflicting exports in wxcore

2011-07-29 Thread Dave Tapley
The attached patch resolves this issue for me. Let me know how you get on. Dave, On 28 July 2011 23:08, Dave Tapley wrote: > Yep, I see this¹ as well, I'll take a look now. > > Dave, > > > ¹ http://sourceforge.net/mailarchive/message.php?msg_id=27810904 > patch_for_conflicting_exports_error

[wxhaskell-devel] Patches for wxWidgets 2.9.2 GTK2 Linux

2011-07-29 Thread Dave Tapley
Hi all, So I can now build the latest from the wxHaskell darcs repo, but only after applying the attached patches. Quite a lot of them are very "hack it to make it work" patches, but I thought I'd offer them to the list for review before cleaning them up. Comments are welcome. Dave,

Re: [wxhaskell-devel] Patches to build wxHaskell with wxWidgets 2.9.2 GTK on Linux

2011-07-29 Thread Dave Tapley
On 29 July 2011 08:54, Heinrich Apfelmus wrote: > Dave Tapley wrote: > > Hmm, further to this: > > > > $ darcs pull > > Pulling from "http://code.haskell.org/wxhaskell";... > > Official wxHaskell darcs repository > > ** > > No remote changes to pull in! > > $ cd wx > > $ cabal

Re: [wxhaskell-devel] Patches to build wxHaskell with wxWidgets 2.9.2 GTK on Linux

2011-07-29 Thread Heinrich Apfelmus
Dave Tapley wrote: > Hmm, further to this: > > $ darcs pull > Pulling from "http://code.haskell.org/wxhaskell";... > Official wxHaskell darcs repository > ** > No remote changes to pull in! > $ cd wx > $ cabal configure > Resolving dependencies... > Configuring wx-0.13.1... > W