Project

General

Profile

Actions

Emulator Issues #4802

closed

error C2065: 'C_COLORMATRIX' : undeclared identifier

Added by eyeonus over 12 years ago.

Status:
Invalid
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

  1. Game Name and ID (as it appears in right click > properties:

Dolphin rev. 91e9d272a9e20f0c042e463a9ac8c0b0847563c4

2) What is the expected output? What do you see instead?
Expected output: Compiles

Actual output:

1>------ Build started: Project: VideoDX9, Configuration: Release x64 ------

<snip>

1>Src\TextureConverter.cpp(90): error C2065: 'C_COLORMATRIX' : undeclared identifier
1>Src\TextureConverter.cpp(90): error C2065: 'C_COLORMATRIX' : undeclared identifier
1>Src\TextureConverter.cpp(120): error C2065: 'C_COLORMATRIX' : undeclared identifier
1>Src\TextureConverter.cpp(120): error C2065: 'C_COLORMATRIX' : undeclared identifier

<snip>

1>Src\PixelShaderCache.cpp(178): error C2065: 'C_COLORMATRIX' : undeclared identifier
1>Src\Render.cpp(601): error C2039: 'SetColorMatrix' : is not a member of 'PixelShaderManager'

<snip>

1>Src\Render.cpp(601): error C3861: 'SetColorMatrix': identifier not found

<snip>

VideoDX9.lib fails to compile. resulting in:

LINK : fatal error LNK1181: cannot open input file '...\Dolphin\Source\x64\Release\VideoDX9.lib'

Which causes all of Dolphin to fail to compile.

4) What steps will reproduce the problem?

  1. install vc 2010 express on win 7 64
  2. git clone dolphin
  3. follow instructions on Windows Build wiki
  4. build solution
Actions #1

Updated by NeoBrainX over 12 years ago

Hey, people actually seem to understand how to provide commit hashes :)

For what it's worth, a fix for this has already landed in the develop branch. They will eventually be merged back to master (the develop branch will be deleted within this week), so be a bit patient, please. (or switch to the develop branch temporarily).

Actions #2

Updated by NeoBrainX over 12 years ago

  • Status changed from New to Invalid
Actions

Also available in: Atom PDF