On Jan 28, 2015, at 9:15 AM, Anders Broman <a.broman58@xxxxxxxxx> wrote:
> ireshark/epan/wslua/lua_bitop.c:85:2: error: "Unknown
> number type, check LUA_NUMBER_* in luaconf.h"
> #error "Unknown number type, check LUA_NUMBER_* in luaconf.h"
> ^
> 1 error generated.
macosx-setup.sh installs Lua 5.3 by default, and lua_bitop.c hasn't yet been ported to 5.3 yet.
For now, I've changed macosx-setup.sh to install 5.2.3; if you update and run it again, it will un-install Lua 5.3 and download and install 5.2.3 instead, and leave everything else alone.