![]() |
|
Problem with building 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: Problem with building dolphin (/Thread-problem-with-building-dolphin) |
Problem with building dolphin - ginop - 08-07-2020 Hi, i'm trying to build dolphin but i get this error: [ 86%] Building CXX object Source/Core/UICommon/CMakeFiles/uicommon.dir/UICommon.cpp.o /home/gino/Programs/dolphin/Source/Core/UICommon/UICommon.cpp: In function ‘void UICommon::EnableScreenSaver(bool)’: /home/gino/Programs/dolphin/Source/Core/UICommon/UICommon.cpp:411:5: error: ‘X11Utils’ has not been declared 411 | X11Utils::InhibitScreensaver(win, !enable); | ^~~~~~~~ /home/gino/Programs/dolphin/Source/Core/UICommon/UICommon.cpp:411:34: error: ‘win’ was not declared in this scope; did you mean ‘sin’? 411 | X11Utils::InhibitScreensaver(win, !enable); | ^~~ | sin make[2]: *** [Source/Core/UICommon/CMakeFiles/uicommon.dir/build.make:193: Source/Core/UICommon/CMakeFiles/uicommon.dir/UICommon.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:2141: Source/Core/UICommon/CMakeFiles/uicommon.dir/all] Error 2 make: *** [Makefile:152: all] Error 2 i tryed to install wxmanager as told in this post but i didn't figured out how to resolve i'll appreciate any help RE: Problem with building dolphin - KatIsntGood - 08-08-2020 Are you building 5.0 stable or a 5.0 dev build? RE: Problem with building dolphin - JosJuice - 08-08-2020 (08-08-2020, 12:16 AM)KatIsntGood Wrote: Are you building 5.0 stable or a 5.0 dev build? It looks like a dev build. I don't believe the problems described in https://forums.dolphin-emu.org/Thread-linux-unable-to-compile-5-0-release-of-dolphin are related to this problem. RE: Problem with building dolphin - ginop - 08-12-2020 (08-08-2020, 12:16 AM)KatIsntGood Wrote: Are you building 5.0 stable or a 5.0 dev build? dev build, but i resolved with an install from ubuntu's repo. i have tryed to build onlt because before ubuntu's repo didn't work |