Greetings,
I followd "https://wiki.videolan.org/Win32CompileMSYS" to build vlc in windows by msys2.
After execute
"
cd vlc/contrib
mkdir win32 && cd win32
../bootstrap --build=i686-w64-mingw32
"
msys2 prompt:
"
$ ../bootstrap --build=i686-w64-mingw32
Guessing host system... i686-w64-mingw32
Packages licensing... GPL version 3
Creating configuration file... config.mak
Bootstrap completed.
which: no protoc in (/home/myusername/vlc/extras/tools/build/bin:/mingw32/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
which: no protoc in (/home/myusername/vlc/extras/tools/build/bin:/mingw32/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
../../contrib/src/protobuf/rules.mak:13: *** protoc not found in PATH /home/myusername/vlc/extras/tools/build/bin:/mingw32/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
"
How do I resolve this problem? Thanks a a lot.