Page 1 of 1

VLC Configuration Summary ...

Posted: 01 Mar 2020 21:02
by jiapei100
Hi, all:

I'm trying to build VLC from source from scratch again.

I pasted my configuration summary in pastebin: [url]https://pastebin.com/rYSSaZQg[/url] .

Just wonder if there is any summary about howto and why in this forum?

For instance:

1.
checking for SDL_IMAGE... no
configure: WARNING: No package 'SDL_image' found. You should install it alongside your SDL package.
I've already upgraded to SDL2_image .


2.
checking kva.h usability... no
checking kva.h presence... no
checking for kva.h... no
Where can I find kva package?

etc.

This kind of trivial issues?




What's more, I installed lua 5.3.5 manually. But why did I receive the following ERROR messages?

make[2]: Entering directory '....../vlc/share'
LUAC lua/intf/dumpmeta.luac
LUAC lua/intf/dummy.luac
LUAC lua/extensions/VLSub.luac
LUAC lua/intf/cli.luac
LUAC lua/intf/http.luac
LUAC lua/intf/luac.luac
LUAC lua/intf/modules/host.luac
LUAC lua/intf/modules/httprequests.luac
/bin/bash: line 1: 21103 Segmentation fault (core dumped) luac -o lua/intf/dumpmeta.luac lua/intf/dumpmeta.lua
Makefile:1895: recipe for target 'lua/intf/dumpmeta.luac' failed
make[2]: *** [lua/intf/dumpmeta.luac] Error 139
make[2]: *** Waiting for unfinished jobs....
/bin/bash: line 1: 21118 Segmentation fault (core dumped) luac -o lua/intf/http.luac lua/intf/http.lua
Makefile:1895: recipe for target 'lua/intf/http.luac' failed
make[2]: *** [lua/intf/http.luac] Error 139
/bin/bash: line 1: 21107 Segmentation fault (core dumped) luac -o lua/extensions/VLSub.luac lua/extensions/VLSub.lua
Makefile:1895: recipe for target 'lua/extensions/VLSub.luac' failed
make[2]: *** [lua/extensions/VLSub.luac] Error 139
/bin/bash: line 1: 21112 Segmentation fault (core dumped) luac -o lua/intf/cli.luac lua/intf/cli.lua
Makefile:1895: recipe for target 'lua/intf/cli.luac' failed
make[2]: *** [lua/intf/cli.luac] Error 139
/bin/bash: line 1: 21121 Segmentation fault (core dumped) luac -o lua/intf/luac.luac lua/intf/luac.lua
Makefile:1895: recipe for target 'lua/intf/luac.luac' failed
make[2]: *** [lua/intf/luac.luac] Error 139
/bin/bash: line 1: 21123 Segmentation fault (core dumped) luac -o lua/intf/modules/httprequests.luac lua/intf/modules/httprequests.lua
Makefile:1895: recipe for target 'lua/intf/modules/httprequests.luac' failed
make[2]: *** [lua/intf/modules/httprequests.luac] Error 139
/bin/bash: line 1: 21106 Segmentation fault (core dumped) luac -o lua/intf/dummy.luac lua/intf/dummy.lua
Makefile:1895: recipe for target 'lua/intf/dummy.luac' failed
make[2]: *** [lua/intf/dummy.luac] Error 139
/bin/bash: line 1: 21122 Segmentation fault (core dumped) luac -o lua/intf/modules/host.luac lua/intf/modules/host.lua
Makefile:1895: recipe for target 'lua/intf/modules/host.luac' failed
make[2]: *** [lua/intf/modules/host.luac] Error 139
make[2]: Leaving directory '....../vlc/share'
Makefile:1573: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '....../vlc'
Makefile:1458: recipe for target 'all' failed
make: *** [all] Error 2



Thank you very much...

Cheers
Pei

Re: VLC Configuration Summary ...

Posted: 02 Mar 2020 18:54
by RĂ©mi Denis-Courmont
1. This is about SDL_Image not SDL2.
2. That's OS/2-specific.
3. Your LuaC program is crashing. This is not a VLC problem.