Emulator Issues #1344
closedLinux: compilation error on revision 4112
0%
Description
What steps will reproduce the problem?
- Checkout Dolphin subversion repository
- ???
- Profit
What is the expected output? What do you see instead?
Expected output: a working binary. Actual output: error message:
Source/Core/Common/Src/ConsoleListener.cpp: In member function 'virtual
void ConsoleListener::Log(LogTypes::LOG_LEVELS, const char*)':
Source/Core/Common/Src/ConsoleListener.cpp:320: error: 'text' was not
declared in this scope
scons: ***
[Build/Linux-x86_64-release/Source/Core/Common/Src/ConsoleListener.o] Error 1
What version of the product are you using? On what operating system?
Revision 4112, on Gentoo GNU/Linux x86-64.
Please provide any additional information below.
The problem seems to be line 320 in
./Build/Linux-x86_64-release/Source/Core/Common/Src/ConsoleListener.cpp:
fprintf(stderr, "%s", text);
This specific error was solved by simply changing 'text' to 'Text', as
'Text' was declared in line 274:
void ConsoleListener::Log(LogTypes::LOG_LEVELS Level, const char *Text)
Updated by xamaniqinqu over 15 years ago
Edit: Path is ./Source/Core/Common/Src/ConsoleListener.cpp.
Updated by Anonymous almost 14 years ago
- Status changed from New to Fixed
Ignore this...Status:Verified was removed, changing to Fixed