Bug ID |
10881
|
Summary |
lua_bitop doesn't compile with Lua 5.3
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
No build, so no build information; build fails with Lua 5.3.0
--
The build fails on a machine where the installed Lua is 5.3.0:
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.
make[4]: *** [lua_bitop.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
See also
http://lua-users.org/lists/lua-l/2014-11/msg00062.html
You are receiving this mail because:
- You are watching all bug changes.