• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 … 220 221 222 223 224 … 1204 Next »

Beta installation fails as Qt5 incompatibility
View New Posts | View Today's Posts

Pages (2): 1 2 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode
Beta installation fails as Qt5 incompatibility
07-26-2018, 01:48 AM
#1
Fabian Offline
Junior Member
**
Posts: 29
Threads: 7
Joined: Nov 2017
I already resolved some errors, but I'm still getting this output in the "cmake .." step in this tutorial: https://wiki.dolphin-emu.org/index.php?t...n_on_Linux

Code:
-- Detected architecture: x86_64
-- X11 support enabled
-- Xrandr found
--  Found avcodec: /usr/include/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libavcodec.so
--  Found avformat: /usr/include/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libavformat.so
--  Found avutil: /usr/include/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libavutil.so
--  Found swresample: /usr/include/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libswresample.so
--  Found swscale: /usr/include/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/libswscale.so
-- libav/ffmpeg found, enabling AVI frame dumps
-- libevdev/libudev found, enabling evdev controller backend
-- Using named pipes as controller inputs
-- Watching game memory for changes
-- Enabling analytics collection (subject to end-user opt-in)
-- Using static enet from Externals
-- Using static xxhash from Externals
-- Using shared zlib
-- Using static lzo from Externals
-- Using shared libpng
-- Using shared LibUSB
-- Found SFML 2.4 in /usr/include
-- Using shared SFML
-- Using shared miniupnpc
-- Could NOT find MBEDTLS (missing:  MBEDTLS_VERSION_OK)
-- Using static mbed TLS from Externals
-- Using shared libcurl
-- Using static DiscordRPC from Externals
-- libsystemd found, enabling traversal server watchdog support
-- Using static gtest from Externals
-- Could NOT find OpenSLES (missing:  OPENSLES_LIBRARY OPENSLES_INCLUDE_DIR)
-- ALSA found, enabling ALSA sound backend
-- PulseAudio found, enabling PulseAudio sound backend
-- BlueZ found, enabling bluetooth support
CMake Error at Source/Core/DolphinQt/CMakeLists.txt:1 (find_package):
 Could not find a configuration file for package "Qt5" that is compatible
 with requested version "5.9".

 The following configuration files were considered but not accepted:

   /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake, version: 5.7.1



-- Configuring incomplete, errors occurred!
See also "/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeOutput.log".
See also "/home/fabian/dolphin_beta/dolphin-emu/Build/CMakeFiles/CMakeError.log".

The output of
Code:
apt-file search Qt5Config.cmake
is:
Code:
libaccounts-qt5-dev: /usr/lib/x86_64-linux-gnu/cmake/AccountsQt5/AccountsQt5Config.cmake
libphonon4qt5-dev: /usr/lib/x86_64-linux-gnu/cmake/phonon4qt5/Phonon4Qt5Config.cmake
libsignon-qt5-dev: /usr/lib/x86_64-linux-gnu/cmake/SignOnQt5/SignOnQt5Config.cmake
libtelepathy-qt5-dev: /usr/lib/x86_64-linux-gnu/cmake/TelepathyQt5/TelepathyQt5Config.cmake
qtbase5-dev: /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake

To be safe I installed all five of these packages, but the output is still the same.

CMakeOutput.log and CMakeError.log are attached.

What do I have to install to get a working Dolphin installation (and why doesn't the install script do that automatically)?


Attached Files
.zip   CMakeFiles.zip (Size: 130.24 KB / Downloads: 141)
Find
Reply
07-26-2018, 01:53 AM (This post was last modified: 07-26-2018, 01:53 AM by Helios.)
#2
Helios Offline
Stellaaaaaaa
**********
Developers (Some Administrators and Super Moderators)
Posts: 4,395
Threads: 15
Joined: May 2012
Your distro's Qt5 install is too old. You have 5.7, you need to install 5.9

The install script won't install packages for you. Just compile Dolphin.
Find
Reply
07-26-2018, 02:01 AM
#3
Fabian Offline
Junior Member
**
Posts: 29
Threads: 7
Joined: Nov 2017
(07-26-2018, 01:53 AM)Helios Wrote: Your distro's Qt5 install is too old. You have 5.7, you need to install 5.9

The install script won't install packages for you. Just compile Dolphin.
I installed 5.10 of Qt5-default from here now, but the output is still the same. Do I have to update something else?
Find
Reply
07-28-2018, 08:18 AM
#4
spycrab Offline
Qt guy
**********
Developers (Some Administrators and Super Moderators)
Posts: 86
Threads: 1
Joined: Apr 2017
Those aren't the development packages you'll need. You need at least qtbase5-dev and qtbase5-private-dev.
Find
Reply
07-28-2018, 11:59 PM
#5
Fabian Offline
Junior Member
**
Posts: 29
Threads: 7
Joined: Nov 2017
(07-28-2018, 08:18 AM)spycrab Wrote: Those aren't the development packages you'll need. You need at least qtbase5-dev and qtbase5-private-dev.

I have now installed qtbase5-private-dev, libreadline-dev and some optional dependencies. The rest was already installed, except for libpolarssl-dev, which is not found in my package manager and which I also can't download online because of error messages: https://packages.debian.org/sid/arm64/li...v/download <-all four sources give errors
The wiki says "if not found will be built statically", which sounds to me like it should still work, but with some downsides maybe? But it doesn't, it fails. "mbedtls", which seems to be the alternative, is also not found in my package manager ("libmbdetls-dev" is installed) and when I try to download it, I get folders of which I have no idea how to install the program from them.

So what do I do now?
Find
Reply
07-29-2018, 12:05 AM
#6
Fabian Offline
Junior Member
**
Posts: 29
Threads: 7
Joined: Nov 2017
I just read this https://dolphin-emu.org/blog/2018/07/06/...june-2018/
and apparently there were a lot of changes with this "Qt" (whatever it is) recently. Maybe that could cause my problems?
Find
Reply
07-29-2018, 02:57 AM
#7
Helios Offline
Stellaaaaaaa
**********
Developers (Some Administrators and Super Moderators)
Posts: 4,395
Threads: 15
Joined: May 2012
No.

Your dev headers are installed incorrectly or you're missing some.
Find
Reply
07-29-2018, 03:51 AM
#8
Fabian Offline
Junior Member
**
Posts: 29
Threads: 7
Joined: Nov 2017
(07-29-2018, 02:57 AM)Helios Wrote: No.

Your dev headers are installed incorrectly or you're missing some.

How do I check that?
Find
Reply
08-11-2018, 05:58 PM
#9
JosJuice Online
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 9,025
Threads: 7
Joined: Oct 2014
(08-11-2018, 10:29 AM)Fabian Wrote: What does that mean for me?

It means nothing at all. All the posts by that user are essentially nonsense.
Find
Reply
08-11-2018, 10:22 PM
#10
Fabian Offline
Junior Member
**
Posts: 29
Threads: 7
Joined: Nov 2017
(08-11-2018, 05:58 PM)JosJuice Wrote: It means nothing at all. All the posts by that user are essentially nonsense.

Ok, then back to my original question: How do I check which "dev headers" I need?
Find
Reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »


  • View a Printable Version
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma