ubuntuaddicted
Member
Im trying to compile obs-studio because apparently the pulseaudio desync patch hasn't been pushed to the ppa yet but when I try to compile it I am getting an error about Qt5Widgets. Here's the full error
Here's the CMakeError.log=http://paste.ubuntu.com/8517841/
and the CMakeOutput.log=http://paste.ubuntu.com/8517844/
Can someone please help me with this? I've tried to follow the other thread that had this same issue but I am a little confused how to solve due to further errors when trying to install
Code:
CMake Error at obs/CMakeLists.txt:28 (find_package):
By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"Qt5Widgets", but CMake did not find one.
Could not find a package configuration file provided by "Qt5Widgets" with
any of the following names:
Qt5WidgetsConfig.cmake
qt5widgets-config.cmake
Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
"Qt5Widgets_DIR" to a directory containing one of the above files. If
"Qt5Widgets" provides a separate development package or SDK, be sure it has
been installed.
-- Configuring incomplete, errors occurred!
See also "/home/ubu/obs-studio/build/CMakeFiles/CMakeOutput.log".
See also "/home/ubu/obs-studio/build/CMakeFiles/CMakeError.log".
and the CMakeOutput.log=http://paste.ubuntu.com/8517844/
Can someone please help me with this? I've tried to follow the other thread that had this same issue but I am a little confused how to solve due to further errors when trying to install
Code:
libqt5x11extras5-dev:i386 libqt5x11extras5-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libqt5x11extras5-dev : Depends: qtbase5-dev but it is not going to be installed
Conflicts: libqt5x11extras5-dev:i386 but 5.2.1-1 is to be installed
libqt5x11extras5-dev:i386 : Depends: libqt5x11extras5:i386 (= 5.2.1-1) but it is not going to be installed
Depends: qtbase5-dev:i386 but it is not going to be installed
Conflicts: libqt5x11extras5-dev but 5.2.1-1 is to be installed
E: Unable to correct problems, you have held broken packages.