I just tested my conjecture, and adding the line:

#include <wx/wx.h>

in the configure script here:

/* end confdefs.h.  */
#include <wx/wx.h>
#include <wx/stedit/stedit.h>

works for me.

e


Thursday, August 10, 2006, 8:49:59 AM, Doug Currie wrote:

> 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


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wxlua-users mailing list
Wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to