Dolphin, the GameCube and Wii emulator - Forums

Full Version: Unable to Install or Compile Dolphin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to install this emulator by two possible means but neither works correctly, presenting two different errors. It is worth mentioning that I used this emulator previously with correct operation.

I use Arch Linux x64 with decent hardware.

Today I tried to launch a game, but it stayed on a black screen (like all, without any error message, games that I had played before without problems). So I tried deleting it, updating the computer and reinstalling it, only to get an error for 'sfml-network' (a library that seems to be missing, but doesn't make sense since such a library is part of my system and I even use it for some things).
# Try to install it with 'sudo pacman -S dolphin-emu'

So, I took the alternative of downloading the dolphin repository from Github and compiling it manually, everything was fine until the 'make -j#' step, where I get a compile error due to poorly written Dolphin code.

These seem to be bugs that only I came across, as I can't find any hints on the internet about a similar bug.

I attach the images that show the errors...
Imgs
Did you follow the instructions here to build on Linux from source? https://github.com/dolphin-emu/dolphin/wiki/Building-for-Linux

When you build for Dolphin source did you update the submodules for the External libraries?