Project

General

Profile

Actions

Emulator Issues #1344

closed

Linux: compilation error on revision 4112

Added by xamaniqinqu over 15 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:

Description

What steps will reproduce the problem?

  1. Checkout Dolphin subversion repository
  2. ???
  3. 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)

Actions #1

Updated by xamaniqinqu over 15 years ago

Edit: Path is ./Source/Core/Common/Src/ConsoleListener.cpp.

Actions #3

Updated by Anonymous almost 14 years ago

  • Status changed from New to Fixed

Ignore this...Status:Verified was removed, changing to Fixed

Actions

Also available in: Atom PDF