From: John L. <jla...@gm...> - 2013-04-08 04:52:53
|
On Sun, Apr 7, 2013 at 2:41 PM, andreas graeper <agr...@go...> wrote: > > g++ > -o ../bin/wxlua > app_wxlua_lconsole.o > app_wxlua_wxlua.o > ... > lconsole.cpp:(.text+0x53e): undefined reference to `wxLuaState::Ok() const' ... > libwxlua_gtk2u_wxlua-2.8.so:000000000001fc90 T _ZNK10wxLuaState2OkEv ... > symbol should be defined in libwxlua_gtk2u_wxlua-2.8.so ?! It should be and looks like it is. How did you build wxLua? Did you build wxLua libs and apps using the CMake build files? Regards, John |