[vlc-devel] luac 32 bits ... again

Gilles Sabourin gilles.sabourin at free.fr
Sat Apr 2 20:06:37 CEST 2016


Hello,

I fall on LUAC issue a little bit later:

[...]
checking for luac... luac
configure: error: You need 32-bits luac when using lua from contrib.
[...]

This seems to be a different issue from the one I reported on this mailing list last March 19th. For this ones, here's the output of config.log :


configure:27090: $? = 0
configure:27102: result: yes
configure:27511: checking for LUA
configure:27518: $PKG_CONFIG --exists --print-errors "lua5.2"
Package lua5.2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua5.2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lua5.2' found
configure:27521: $? = 1
configure:27535: $PKG_CONFIG --exists --print-errors "lua5.2"
Package lua5.2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua5.2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lua5.2' found
configure:27538: $? = 1
configure:27552: result: no
No package 'lua5.2' found
configure:27569: WARNING: No package 'lua5.2' found, trying lua 5.1 instead
configure:27574: checking for LUA
configure:27581: $PKG_CONFIG --exists --print-errors "lua5.1"
Package lua5.1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua5.1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lua5.1' found
configure:27584: $? = 1
configure:27598: $PKG_CONFIG --exists --print-errors "lua5.1"
Package lua5.1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua5.1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lua5.1' found
configure:27601: $? = 1
configure:27615: result: no
No package 'lua5.1' found
configure:27632: WARNING: No package 'lua5.1' found, trying lua >= 5.1 instead
configure:27636: checking for LUA
configure:27643: $PKG_CONFIG --exists --print-errors "lua >= 5.1"
configure:27646: $? = 0
configure:27660: $PKG_CONFIG --exists --print-errors "lua >= 5.1"
configure:27663: $? = 0
configure:28089: result: yes
configure:29586: checking for luac
configure:29602: found /usr/src/packages/BUILD/vlc-beta-3.0.0/contrib/x86_64-suse-linux/bin/luac
configure:29613: result: luac
configure:29632: error: You need 32-bits luac when using lua from contrib.


I have no 32 bits lua component on my 64 bits openSUSE. Is this the case on ubuntu/debian?

Best regards,
Gilles


More information about the vlc-devel mailing list