Emulator Issues #2270
closedMac OS X Snow Leopard scons error message with TextureDecoder.o (Dolphin 5038)
0%
Description
What steps will reproduce the problem?
- 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
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