Project

General

Profile

Actions

Emulator Issues #12097

closed

Compilation on Linux Error.

Added by JojoDojo almost 5 years ago. Updated almost 5 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
5.0-12026

Description

When compiling with the given instructions I get this following error when trying to make.

/home/jojo/dolphin/Source/Core/UICommon/UICommon.cpp:400:24: error: variable or field ‘EnableScreenSaver’ declared void
400 | void EnableScreenSaver(Window win, bool enable)
| ^~~~~~
/home/jojo/dolphin/Source/Core/UICommon/UICommon.cpp:400:24: error: ‘Window’ was not declared in this scope
/home/jojo/dolphin/Source/Core/UICommon/UICommon.cpp:400:36: error: expected primary-expression before ‘bool’
400 | void EnableScreenSaver(Window win, bool enable)
| ^~~~
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:1963: Source/Core/UICommon/CMakeFiles/uicommon.dir/all] Error 2
make: *** [Makefile:152: all] Error 2

Unfortunately, due to the nature of this bug, I don't think there is anything I can do on my end to resolve this. Let me know if you need any more data and ill try to supply that.

Actions

Also available in: Atom PDF