Francesco Montorsi wrote:

Will investigate what I need to update on my end. Tomorrow, was it ? :-)
this is a error message I added yersterday. Make sure to update wxStEdit from CVS too and the problem should disappear...

Found that wxstedit had installed itself to /usr/local/include/wx,
so it was still picking up 1.0.0 from /usr/local/include/wx-26/wx...

Then, my header has:
#define STE_MAJOR_VERSION      1
#define STE_MINOR_VERSION      2
#define STE_RELEASE_NUMBER     0
#define STE_SUBRELEASE_NUMBER  0

But configure checked:
#if defined(STE_MAJOR_VERSION) && defined(STE_MINOR_VERSION) && defined(STE_RELEASE_VERSION)

So that was why it still didn't think the version was defined enough.

--anders



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wxlua-users mailing list
Wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to