From: Philipp Ü. <mu...@tu...> - 2015-05-18 07:25:15
|
On Sun, 17 May 2015 13:25:49 -0700 Paul K <pau...@ya...> wrote: > Hi Philipp , > > > wxlbind.cpp:831:51: error: ‘luaL_register’ was not declared in this > > scope luaL_register(L, wx2lua(m_nameSpace), wxlualib); > > You probably also need -DLUA_COMPAT_MODULE, as luaL_register is not > part of Lua 5.2 if the compatibility mode is not turned on. > > Paul. Thanks Paul, I did add -DLUA_COMPAT_MODULE=TRUE I got the following warning, which seems to suggest that this option does not exist: CMake Warning: Manually-specified variables were not used by the project: LUA_COMPAT_MODULE And the build still fails. This option does not show up in ccmake either. Did I do something wrong? Regards, Philipp |