[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: mathx / Lua 5.3
- From: François Perrad <francois.perrad@...>
- Date: Tue, 5 May 2015 05:36:47 +0200
The some mathematical functions were been deprecated by Lua 5.3.
There stay available with LUA_COMPAT_5_2.
The third party library
[mathx](http://webserver2.tecgraf.puc-rio.br/~lhf/ftp/lua/5.3/lmathx.tar.gz)
supplies them too.
Badly, `mathx` uses `luaL_checkint` instead of `luaL_checkinteger`.
So, `mathx` must compiled with LUA_COMPAT_5_2.
In conclusion, no working solution without LUA_COMPAT_5_2.
François.