Page 1 of 1

Problem with LUA

Posted: 14 Jul 2012 17:37
by StreamThreader
Hello all!
A have a problem with vlc compile.
Problem in LUA.
Lua compiled with -fPIC and with lua-noreadline.patch
Lua version 5.2.1
My OS is Linux Slakcware 13.37 i486
Hardware is VirtualBox
-----
...more text...
GEN osdmenu/default.cfg
LUAC lua/intf/cli.luac
LUAC lua/intf/dummy.luac
LUAC lua/intf/dumpmeta.luac
LUAC lua/intf/hotkeys.luac
LUAC lua/intf/luac.luac
LUAC lua/intf/modules/common.luac
LUAC lua/intf/modules/host.luac
LUAC lua/intf/telnet.luac
LUAC lua/meta/art/02_frenchtv.luac
LUAC lua/meta/art/03_lastfm.luac
LUAC lua/meta/art/01_googleimage.luac
LUAC lua/meta/art/00_musicbrainz.luac
LUAC lua/meta/fetcher/tvrage.luac
LUAC lua/meta/reader/filename.luac
LUAC lua/modules/dkjson.luac
LUAC lua/modules/sandbox.luac
LUAC lua/modules/simplexml.luac
LUAC lua/playlist/anevia_streams.luac
LUAC lua/playlist/anevia_xml.luac
LUAC lua/playlist/appletrailers.luac
/usr/bin/luac: lua/playlist/appletrailers.lua:70: invalid escape sequence near '\.'
make[2]: *** [lua/playlist/appletrailers.luac] Ошибка 1
make[2]: Выход из каталога `/tmp/SBo/vlc-2.0.2/share'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Выход из каталога `/tmp/SBo/vlc-2.0.2'
make: *** [all] Error 2
-----

Throught google.com i found this bug
http://trac.videolan.org/vlc/ticket/6206#comment:3
But status is RESOLVED.
How resolved?
Sorry about russian text in log.

Re: Problem with LUA

Posted: 14 Jul 2012 17:48
by Rémi Denis-Courmont
Lua 5.2 is not fully backward compatible. VLC still needs Lua 5.1 for the time being.

Re: Problem with LUA

Posted: 14 Jul 2012 20:58
by StreamThreader
Thanks!!!
With Lua 5.1.5 vlc compiled without problem )

Re: Problem with LUA

Posted: 21 Jul 2012 05:00
by edwardw
VLC is indeed compatible with Lua 5.2 if you use the latest master branch (vlc.git).