[wxhaskell-devel] wxHaskell with wxWidgets 2.9.2

2011-11-02 Thread Alessandro Vermeulen
Dear developers, When building wx-core-0.12.1.7 I get the following error(s): > src/include/wrapper.h:24:24: > error: wx/tabctrl.h: No such file or directory > > In file included from src/cpp/apppath.cpp:1:0: > src/include/wrapper.h: In member function ‘virtual bool > ELJConnection::OnExe

Re: [wxhaskell-devel] wxHaskell with wxWidgets 2.9.2

2011-11-02 Thread Alessandro Vermeulen
re correctly #if out this line: > #include "wx/tabctrl.h" > > As shown in here: > http://code.haskell.org/wxhaskell/wxcore/src/include/wrapper.h > > Perhaps someone on this list can get that fix in to hackage? > > Dave, > > > On 2 November 2011 19:00,

Re: [wxhaskell-devel] wxHaskell with wxWidgets 2.9.2

2011-11-03 Thread Alessandro Vermeulen
aseu-2.9.dylib to wx_baseu-2.9.dylib which again resulted in the same error. What am I doing wrong here? NOTE: wxmac2.9 is a formula I made to build the 2.9.2 release with homebrew, it is not released yet but you can find it on github. [1] [1] https://gist.github.com/6292c06e63ceb4fc6fc2 - Al

Re: [wxhaskell-devel] wxHaskell with wxWidgets 2.9.2

2011-11-03 Thread Alessandro Vermeulen
I've applied your patches, and I though it build… however, it get's stuck further on, is there where you are stuck too? > src/cpp/apppath.cpp: In function ‘wxString GetApplicationPath()’: > > src/cpp/apppath.cpp:34:0: > warning: ‘NSIsSymbolNameDefined’ is deprecated (declared at > /usr/inc

Re: [wxhaskell-devel] wxHaskell with wxWidgets 2.9.2

2011-11-03 Thread Alessandro Vermeulen
h of my changes? I've included the whole source file for now.- Alessandro dragimage.cpp Description: Binary data On 3 nov. 2011, at 11:56, Eric Kow wrote:On 3 Nov 2011, at 06:53, Alessandro Vermeulen wrote:I've applied your patches, and I though it build… however, it get's stuck fur

Re: [wxhaskell-devel] darcs patch: wxWidgets 2.9 on MacOS X

2011-11-07 Thread Alessandro Vermeulen
Allright. So more seems to be working with the new patches, see the updated Google Document. [1] It appears that things requiring a dialog (file and image browsers) just crash on a seg fault. I'm not sure where to look for that. - Alessandro [1] https://docs.google.com/spreadsheet/ccc?key=0A

Re: [wxhaskell-devel] No more Eiffel

2011-11-12 Thread Alessandro Vermeulen
Hi Dave, I would like to fall in line with Eric here. It is WIP in the sense that it works on my (our) machines but is far from finished yet. For example, with the patches and the wp-config library you are now able to build wxHaskell against 2.9 on Lion but not on Snow Leopard. Other platforms a

Re: [wxhaskell-devel] liberal commit access?

2011-11-28 Thread Alessandro Vermeulen
> I fear that the majority of Windows > users will be stuck with wxHaskell versions that work with 2.8. Well, you can always bundle the wx libraries with your application in that case and create your own wxPack. :-) - Alessandro On 28 nov. 2011, at 19:09, Maciek Makowski wrote: > I don't have a

Re: [wxhaskell-devel] Status/development of wxHaskell?

2013-01-26 Thread Alessandro Vermeulen
> (I am no git guru, but they should be easy to merge), You could try to issue a pull-request, the button to do that is on the github website on the repository home-page. > so until it has become clear what will happen with wxHaskell we can use that > repo to gather the fixes we make. It is pro