Hi,
The internal FindwxWidgets.cmake, should also contains lines like:
wxbase31${_UCD}${_DBG}
else it does not work for current wxWidgets svn.
But even if that produces projects files with Cmake, it does not build, there
are compile errors.
But for 3.0 it works.
Regards,
Klaas
-
Hi,
Recursive calls to RunBuffer() is a problem, gives an assert.
int wxLuaState::RunBuffer(const char buf[], size_t size, const wxString &name,
int nresults)
{
wxCHECK_MSG(Ok(), LUA_ERRRUN, wxT("Invalid wxLuaState"));
wxCHECK_MSG(!M_WXLSTATEDATA->m_wxlStateData->m_is_running, LUA_ERRR