![]() |
|
Unable to Install or Compile Dolphin - 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: Unable to Install or Compile Dolphin (/Thread-unable-to-install-or-compile-dolphin) |
Unable to Install or Compile Dolphin - HiperDoo - 06-24-2023 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 RE: Unable to Install or Compile Dolphin - KHg8m3r - 06-25-2023 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? |