m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.53k stars 266 forks source link

vlc gui/qt compile error #1811

Open dbyoung720 opened 4 years ago

dbyoung720 commented 4 years ago

16:55:44 ┌ vlc git .................................. [Recently updated] vlc-corrected-patch Patch could not be applied with git am. Continuing without patching. medialib-patch Patch could not be applied with patch. Continuing without patching. 16:55:53 ├ Running autoreconf... 16:57:31 ├ Running configure... 17:03:43 ├ Running install... Likely error (tail of the failed operation logfile): compilation terminated. make[4]: [Makefile:28169: gui/qt/maininterface/libqt_plugin_la-compositor.lo] Error 1 make[4]: Leaving directory '/build/vlc-git/build-32bit/modules' make[3]: [Makefile:32222: install-recursive] Error 1 make[3]: Leaving directory '/build/vlc-git/build-32bit/modules' make[2]: [Makefile:32660: install] Error 2 make[2]: Leaving directory '/build/vlc-git/build-32bit/modules' make[1]: [Makefile:1584: install-recursive] Error 1 make[1]: Leaving directory '/build/vlc-git/build-32bit' make: *** [Makefile:2059: install] Error 2

logs.zip

1480c1 commented 4 years ago

Although I have a fix for this specific issue here https://github.com/1480c1/media-autobuild_suite/tree/vcs_clean, I am currently blocked by the rust issue so I cannot test it nor continue fixing the vlc issues