dolphin-emu doesn't work

:slight_smile: Hello, I have bug with package dolphin-emu from

https://build.opensuse.org/package/show?project=home%3Awsxy162&package=dolphin-emu
dolphin-emu
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1002,STL containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1009,STL containers,compatible with 2.8).
Abandon (core dumped)


I try compile it too but I have this error

cmake ..
-- Detected architecture: x86_64
CMake Error at CMakeLists.txt:204 (message):
  Dolphin requires at least GCC 5.0 (found 4.8.5)


If you have suggestions, thanks a lot :slight_smile:

I suppose that you need to install gcc5 to compile, once the default one is gcc 4.8:

sudo zypper install gcc5 gcc5-c++