Dolphin, the GameCube and Wii emulator - Forums
Trouble compiling for Linux (Fedora) - Pangocairo missing? - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Trouble compiling for Linux (Fedora) - Pangocairo missing? (/Thread-trouble-compiling-for-linux-fedora-pangocairo-missing)



Trouble compiling for Linux (Fedora) - Pangocairo missing? - Toxicshadow - 02-13-2016

Are there any other Fedora users out there?

I have been building dolphin in fedora for the past 12 months with no issue but yesterday I tried a clean build and have hit a bit of a problem.

The cmake operation fails in a couple of places:

Xrandr not found

-- Checking for module 'xi>=1.5.0'
--   Package 'xi>=1.5.0' not found

CMake Error at CMakeTests/CheckLib.cmake:49 (message):

  pangocairo is required but not found

The following packages are installed:

libXrandr-devel
libXi-devel
pango-devel
cairo-devel

A dnf search for pangocairo turns up nothing and a search on the net seems to suggest that it is only officially supported by Ubuntu? is this correct?


RE: Trouble compiling for Linux (Fedora) - Pangocairo missing? - NKF98 - 02-14-2016

Do you have Pango installed? Try "sudo yum install Pango", pangocairo is part of that package iirc

Nevermind, re-read your post.

Try installing the non-dev versions of all those packages, you don't need them and they can cause issues