From: Victor B. <so...@te...> - 2012-09-23 20:23:27
|
When wxWidgets is build with DEBUG_FLAG=0 On wxLua compilation I get: ..\..\lib\libwxstedit-wx29mswu-1.6.0.a(steprint.cpp.obj):steprint.cpp:(.text+0x19a9): undefined reference to `_wxTheAssertHan dler' ..\..\lib\libwxstedit-wx29mswu-1.6.0.a(steprint.cpp.obj):steprint.cpp:(.text+0x19dd): undefined reference to `wxOnAssert(char const*, int, char const*, char const*, wchar_t const*)' ..\..\lib\libwxstedit-wx29mswu-1.6.0.a(steprint.cpp.obj):steprint.cpp:(.text+0x1c33): undefined reference to `_wxTheAssertHan dler' May there is any flag that should be activated? |