Ok, I did that. However, I still (not surprisingly) get the other error
messages:
> src/include/wrapper.h:350:0:
> error: invalid cast from type ‘wxCStrData’ to type ‘void*’
> src/include/wrapper.h: In member function ‘virtual wxChar*
> ELJConnection::OnRequest(const wxString&, const wxStri
Interesting, it looks like this was fixed at some point, but the fix
never made it in to a release on hackage.
You'll need to either remove, or more correctly #if out this line:
#include "wx/tabctrl.h"
As shown in here:
http://code.haskell.org/wxhaskell/wxcore/src/include/wrapper.h
Perhaps someo
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