Project

General

Profile

Actions

Emulator Issues #2270

closed

Mac OS X Snow Leopard scons error message with TextureDecoder.o (Dolphin 5038)

Added by marco over 14 years ago.

Status:
Duplicate
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. On Snow Leopard compiling with command #scons

What is the expected output? What do you see instead?
Compiling Build/Darwin-i386-release/Source/Core/VideoCommon/Src/TextureDecoder.o
Source/Core/VideoCommon/Src/TextureDecoder.cpp:237: error: integer constant is too large for
'long' type
Source/Core/VideoCommon/Src/TextureDecoder.cpp: In function 'u32
TexDecoder_GetFullHash32(const u8*, int, u32)':
Source/Core/VideoCommon/Src/TextureDecoder.cpp:99: warning: unused variable 'Flen'
Source/Core/VideoCommon/Src/TextureDecoder.cpp: At global scope:
Source/Core/VideoCommon/Src/TextureDecoder.cpp:521: warning: 'void copyDXTBlock(u8*,
const u8*)' defined but not used
scons: *** [Build/Darwin-i386-release/Source/Core/VideoCommon/Src/TextureDecoder.o] Error
1
scons: building terminated because of errors.

What version of the product are you using? On what operating system?
dolphin-svn 5038 on Mac OS X Snow Leopard 10.6.2

Please provide any additional information below.
compiling with commands
scons and scons opencl=true


Related issues 1 (0 open1 closed)

Is duplicate of Emulator - Emulator Issues #2260: Mac OS X Snow Leopard scons error message with TextureDecoder.oFixed

Actions
Actions #1

Updated by lpfaint99 over 14 years ago

  • Status changed from New to Duplicate

there is no need to create a new case for the same issue, instead please post the
new compilation error on issue 2260

the fix will be the same, add ull to the end of the number

Actions

Also available in: Atom PDF