![]() |
|
Dolphin refusing to build (Ubuntu 16.04) - 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: Dolphin refusing to build (Ubuntu 16.04) (/Thread-dolphin-refusing-to-build-ubuntu-16-04) |
Dolphin refusing to build (Ubuntu 16.04) - KatIsntGood - 08-21-2018 Whenever I try to build Dolphin, it just fails at Image.cpp. https://pastebin.com/sdn1Vsz4 this is what it says about it. I have no trouble at any other step and I've followed all of the requirements in the build instructions like getting dependencies and making sure to use the proper versions of gcc and g++. I would use the ppa for Dolphin, but it hasn't updated in months because it fails to auto build on ubuntu 16.04. I can't upgrade to 18.04 because KDE Neon hasn't been updated RE: Dolphin refusing to build (Ubuntu 16.04) - JosJuice - 08-21-2018 The problem is probably that your version of libpng is older than 1.6. The requirement was increased very recently. RE: Dolphin refusing to build (Ubuntu 16.04) - KatIsntGood - 08-21-2018 I installed the latest version but it hasn't made a difference RE: Dolphin refusing to build (Ubuntu 16.04) - JonnyH - 08-21-2018 What version is that? Remember debian (and ubuntu) name packages a bit weirdly at times - it's the 'libpng16-dev' package you want. RE: Dolphin refusing to build (Ubuntu 16.04) - KatIsntGood - 08-21-2018 That was it, thank you! |