[vlc] [lua/intf/rc.luac] Error 127

Akrog 0x101010 at gmail.com
Sun Feb 21 21:07:52 CET 2010


I think the problem is that *luac files are not found since the have a *.lua
extension ...

This command solved the problem for me:
$ cd vlc/share
$ for f in `find . | grep '\.lua$'`; do f2=`echo $f | sed 's/lua$/luac/g'`;
ln -sf `basename $f` $f2; done


hotice wrote:
> 
> I am trying to compile VLC from git (in Ubuntu) and get the following
> error:
> 
> LUAC   lua/intf/rc.luac
> /bin/bash: -o: command not found
> make[3]: *** [lua/intf/rc.luac] Error 127
> 
> I initially though it was because I don't have g++ installed, but it's
> there
> so that's not it. I've tried different revisions and it seems this started
> happening around ~16 February. Is it something I do wrong or maybe a known
> bug?
> 
> Please note that I got the same error when trying to build it on
> Launchpad.
> 
> Thanks!
> 
> ______________________________________________________
> vlc mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc
> 
> 

-- 
View this message in context: http://old.nabble.com/-lua-intf-rc.luac--Error-127-tp27667805p27676888.html
Sent from the VLC (VideoLAN) mailing list archive at Nabble.com.




More information about the vlc mailing list