Search found 5 matches

Go to advanced search

by ev01ve
14 Dec 2018 14:58
Forum: VLC media player for Linux and friends Troubleshooting
Topic: it's so hard to compile vlc
Replies: 14
Views: 5669

Re: it's so hard to compile vlc

Maybe a dumb question.. But did you mean cd build-native in this command instead of cd native? cd ../../ && ./bootstrap && mkdir build-native && cd native && ../configure I am going to try this in ubuntu on a normal OS. I am running a special version of linux now and ...
by ev01ve
14 Dec 2018 14:05
Forum: VLC media player for Linux and friends Troubleshooting
Topic: it's so hard to compile vlc
Replies: 14
Views: 5669

Re: it's so hard to compile vlc

Hi, maybe the version trigger is invalid. Can you tell me which version of libx264 you have on your system? To fix this; try to do "make .x264" in contrib/native and go back to the ../configure step. Deleting the folder is fine, but I'm used to never deleting a git folder (as you might lo...
by ev01ve
13 Dec 2018 17:10
Forum: VLC media player for Linux and friends Troubleshooting
Topic: it's so hard to compile vlc
Replies: 14
Views: 5669

Re: it's so hard to compile vlc

You can try building the tools too. # cleanup everything (WARNING, it basically deletes everything not commited) git clean -fdx # build the needed tools cd extras/tools ./bootstrap && make # build the contribs cd ../../contribs && mkdir native && cd native ../bootstrap &...
by ev01ve
13 Dec 2018 16:27
Forum: VLC media player for Linux and friends Troubleshooting
Topic: it's so hard to compile vlc
Replies: 14
Views: 5669

Re: it's so hard to compile vlc

hi, Do you have flex / bison installed ? Hi. Thanks for the answer. It looks like i have it installed in debian already.. When i use apt-get install flex (or bison) i already have the newest version it says. So yeah, it seems like it. But i was thinking about the: libtool: error: 'codec/webvtt/libw...
by ev01ve
13 Dec 2018 08:18
Forum: VLC media player for Linux and friends Troubleshooting
Topic: it's so hard to compile vlc
Replies: 14
Views: 5669

Re: it's so hard to compile vlc

I agree that it's hard to compile... Love the player and project! I'm new when it comes to compiling... But i have had no luck so far, just some progress. ;) I also get to the same error when i tried compiling like the one who first posted. The exact same error. Then i read here and tried that, and ...

Go to advanced search