Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] tuo of trunk fails to build on MAC

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 28 Jan 2015 11:42:04 -0800
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.