Page 1 of 1

it's so hard to compile vlc

Posted: 14 Jun 2022 18:39
by tswain
I make it to make from these instructions.
git clean -fdx
# build the needed tools
cd extras/tools
./bootstrap && make

Then this happens.
--------------------------------------------------------------------------------------
K:/msys64/mingw64/include/c++/12.1.0/bits/stl_iterator_base_types.h:127:34: note: declared here
127 | struct _GLIBCXX17_DEPRECATED iterator
| ^~~~~~~~
make[3]: Leaving directory '/home/Tiger/vlc/extras/tools/protobuf/src'
make[2]: *** [Makefile:1314: all-recursive] Error 1
make[2]: Leaving directory '/home/Tiger/vlc/extras/tools/protobuf'
make[1]: *** [Makefile:1220: all] Error 2
make[1]: Leaving directory '/home/Tiger/vlc/extras/tools/protobuf'
make: *** [/home/Tiger/vlc/extras/tools/tools.mak:319: .buildprotoc] Error 2
--------------------------
Suggestions?

Re: it's so hard to compile vlc

Posted: 15 Jun 2022 11:49
by Hitchhiker
Here's the Wiki on the subject: https://wiki.videolan.org/Category:Building/

Re: it's so hard to compile vlc

Posted: 15 Jun 2022 13:12
by RĂ©mi Denis-Courmont
Google Protobuf is notoriously tedious to deal with. Google simply doesn't care.

But TBH, compiling VLC for Windows and on Windows is not for beginners.