Actions
Emulator Issues #1381
closed[Linux x86_64] Compilation error
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?
- Fetch source from Subversion repository
- Compile using Scons
What is the expected output? What do you see instead?
Expected output: A working binary
Actual output: Two error messages spit out by GCC:
Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp:620: error: 'DLLName'
was not declared in this scope
Source/Core/DebuggerWX/Src/CodeWindowFunctions.cpp:620: error: 'PLUGINTYPE'
was not declared in this scope
What version of the product are you using? On what operating system?
Revision: 4225
Operating system: Gentoo GNU/Linux x86_64
Compiler: GCC 4.4.1
Please provide any additional information below.
Maybe another function case mismatch?
Actions