From: Doug C. <dou...@gm...> - 2006-08-10 12:50:01
|
Thursday, August 10, 2006, 6:19:40 AM, Klaas Holwerda wrote: > [...] > BUT when configuring wxLua, it did not find wxstedit correctly. > I did also install the lattest wxstedit. And lloked in /usr/local/lib/, > and there is see libstedit.a and libsteditd.a which is gooed i think. > I did find stedit.h in /usr/local/include/wx/stedit/ This is the same problem I had with a `configure` based build with mingw/msys on Windows. > [...] > /usr/local/include/wx/stedit/stedit.h:18: error: aggregate 'WXDLLEXPORT > wxMenu' has incomplete type and cannot be defined The configure script seems to be using #include <wx/stedit/stedit.h> in a generated c file to see if the version of wxStEdit is OK. But stedit.h needs to have some other headers included (wx.h?) to compile properly. e -- Doug Currie Londonderry, NH |