Message3219

Author fluzz
Recipients
Date 2015-08-20.10:44:25
Content
Mhhh... Something is wrong in the way we detect the lua version available on
your system.
You have Lua5.1, we need Lua5.2.
The configure script should have find that you do not have the right version,
and automatically use the embedded lua sources instead of using the system-wide
version.

What is the output of 'pkg-config --modversion lua' ?

Until we find a fix, you can force the use of the embedded version with
'./configure --with-embedded-lua'

Thx for testing.
History
Date User Action Args
2015-08-20 10:44:25fluzzsetmessageid: <1440067465.4.0.673369244741.issue830@freedroid.org>
2015-08-20 10:44:25fluzzlinkissue830 messages
2015-08-20 10:44:25fluzzcreate