I have been unable to resolve the following build errors on my Mac with 10.11. The perl code, the heavy use of macros, and lack of experience with lua was just a little too much.
I did the ‘make maintainer-clean’, removed my build directory, re-ran ./autogen.sh, and re-ran the configure script.
I ended up running configure with —with-lua=no to build without errors.
register_wslua.c:67:2: error: use of undeclared identifier 'wslua_reload_packets'; did you mean 'wslua_retap_packets'? WSLUA_REGISTER_FUNCTION(reload_packets); register_wslua.c:68:2: error: use of undeclared identifier 'wslua_reload_lua_plugins' WSLUA_REGISTER_FUNCTION(reload_lua_plugins);
^ $ lua -v Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio
|