Issue 206 - mtn build breaks with Lua 5.2.0 (monotone)
| Newsgroups | gmane.comp.version-control.monotone.devel |
|---|---|
| Message-ID | <193352e9ccc00f5feb5d0a772d95a6ce@localhost> |
Hello, A new issue has been created and assigned to you: 206 - mtn build breaks with Lua 5.2.0 Project: monotone Status: New Reported by: Stephen Leake Labels: Type:Incorrect Behavior Priority:Medium Description: 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/