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... Warning: This

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 apfel...@quantentunnel.de 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 $

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 duked...@gmail.com 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

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

Re: [wxhaskell-devel] Property sheet

2011-07-29 Thread Dave Tapley
On 29 July 2011 21:49, Dave Tapley duked...@gmail.com 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