On Thu, May 31, 2018 at 05:09:58PM -0000, BLFS Trac via blfs-book wrote: > #10823: vlc-3.0.3 > -------------------------+----------------------- > Reporter: bdubbs | Owner: bdubbs > Type: enhancement | Status: assigned > Priority: normal | Milestone: 8.3 > Component: BOOK | Version: SVN > Severity: normal | Resolution: > Keywords: | > -------------------------+----------------------- > > Comment (by bdubbs): > > Does not build with qt-5.11. Using --disable-qt allows it to build, but it > does not work properly. I'm going to hold off on this for a week or so. > > I have not checked, but qt-5.11 may have broken the previous version also. >
It did. For QT-5.11, gentoo have a one-liner patch at https://gitweb.gentoo.org/repo/gentoo.git/tree/media-video/vlc/files which for the book can become sed -i '/#include <QString>/i#include <QButtonGroup>' \ modules/gui/qt/components/simple_preferences.cpp With that, 3.0.2 builds and works. They also have a patch for 3.0.3 to fix the build with --disable-vlm No idea why people would want to do that in the build, AFAICS it seems to be an integral part of vlc : https://wiki.videolan.org/Documentation:Streaming_HowTo/VLM/ ĸen -- War is Peace Freedom is Slavery Ignorance is Strength -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
