Updated Issue 206 - mtn build breaks with Lua 5.2.0 (monotone)
| Newsgroups | gmane.comp.version-control.monotone.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, The following issue has been updated: 206 - mtn build breaks with Lua 5.2.0 Project: monotone Status: Fixed Reported by: Stephen Leake URL: https://code.monotone.ca/p/monotone/issues/206/ Labels: Type:Incorrect Behavior Priority:Medium Comments (last first): # By Stephen Leake, Jun 23, 2012: fixed in branch nvm.lua-5.2, now merged to main. Status: Fixed # By Stephen Leake, Mar 20, 2012: Steps to reproduce the problem: ------------------------------- 1. Install Lua 5.2.0 2. make check Expected result: ---------------- successful build Actual results: --------------- error about LUA_GLOBALSINDEX not defined Apparently the Lua API has changed in this area. Workaround is to use Lua 5.1.4 (highest version I tested; 5.1.5 is also available). I did not investigate further. Output of `mtn version --full`: ------------------------------- -- Issue: https://code.monotone.ca/p/monotone/issues/206/