Dolphin, the GameCube and Wii emulator - Forums
Trouble compiling newest Dolphin on Centos 7 - 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 newest Dolphin on Centos 7 (/Thread-trouble-compiling-newest-dolphin-on-centos-7)



Trouble compiling newest Dolphin on Centos 7 - aquaz - 07-23-2015

I'm trying to compile latest Dolphin on Centos 7 x86_64.


I've installed package named xorg-x11-drv-evdev-devel.x86_64 , but I get

Code:
-- Found LIBUDEV: /usr/lib64/libudev.so  
-- Could NOT find libevdev (missing:  LIBEVDEV_LIBRARY LIBEVDEV_INCLUDE_DIR)
CMake Error at CMakeLists.txt:540 (message):
 Couldn't find libevdev and/or libudev.  Can't build evdev controller
 backend.

 Disable ENABLE_EVDEV if you wish to build without controller support

Is there any other package that provides evdev development library?


RE: Trouble compiling newest Dolphin on Centos 7 - Anti-Ultimate - 07-23-2015

Install the "libudev-devel" package


RE: Trouble compiling newest Dolphin on Centos 7 - aquaz - 07-23-2015

(07-23-2015, 07:04 PM)Anti-Ultimate Wrote: Install the "libudev-devel" package

There is no such package.
At first cmake coulnd't find libudev, but I figured out that since udev is now provided by systemd I've installed systemd-devel, and the problem was gone.
I think I'll just build libevdev from source.