3.0.12 source build fails on OSX Mojave
Posted: 21 Apr 2021 15:56
Running mac osx 10.14.6 and have previously successfully built 3.0.10 and 3.0.11. Trying to build VLC 3.0.12 from source downloaded from here: http://www.videolan.org/vlc/download-sources.html
and using recommended build from here: https://wiki.videolan.org/MacOSCompile/ AND using the recommended:
build runs for about 20 minutes or so and then stops here (snip of last few lines before it stops):
Can someone please suggest a solution or next steps? Thanks.
and using recommended build from here: https://wiki.videolan.org/MacOSCompile/ AND using the recommended:
Code: Select all
../extras/package/macosx/build.sh -c
Code: Select all
CCLD libprefetch_plugin.la
CCLD libhds_plugin.la
CCLD librecord_plugin.la
ld: library not found for -lzstd
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: *** [libarchive_plugin.la] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
mysystem:build EP$