Fixes for errors that appeared on http://build.chromium.org/buildbot/waterfall/builders/Chromium%20Linux%20Builder%20(dbg-shlib)/builds/3568/steps/compile/logs/stdio http://codereview.appspot.com/1255042/diff/1/2 File src/compiler/Intermediate.cpp (right): http://codereview.appspot.com/1255042/diff/1/2#newcode12 src/compiler/Intermediate.cpp:12: #include <limits.h> ...
14 years, 7 months ago
(2010-05-19 01:20:33 UTC)
#1
Fixes for errors that appeared on
http://build.chromium.org/buildbot/waterfall/builders/Chromium%20Linux%20Buil...http://codereview.appspot.com/1255042/diff/1/2
File src/compiler/Intermediate.cpp (right):
http://codereview.appspot.com/1255042/diff/1/2#newcode12
src/compiler/Intermediate.cpp:12: #include <limits.h>
third_party/angle/src/compiler/Intermediate.cpp: In member function ‘virtual
TIntermTyped* TIntermConstantUnion::fold(TOperator, TIntermTyped*, TInfoSink&)’:
third_party/angle/src/compiler/Intermediate.cpp:1127: error: ‘INT_MAX’ was not
declared in this scope
http://codereview.appspot.com/1255042/diff/1/3
File src/compiler/PoolAlloc.cpp (right):
http://codereview.appspot.com/1255042/diff/1/3#newcode171
src/compiler/PoolAlloc.cpp:171: sprintf(assertMsg, "PoolAlloc: Damage %s %u byte
allocation at 0x%p\n",
third_party/angle/src/compiler/PoolAlloc.cpp: In member function ‘void
TAllocation::checkGuardBlock(unsigned char*, unsigned char, const char*) const’:
third_party/angle/src/compiler/PoolAlloc.cpp:172: warning: format ‘%lu’ expects
type ‘long unsigned int’, but argument 4 has type ‘unsigned int’
http://codereview.appspot.com/1255042/diff/1/4
File src/compiler/PoolAlloc.h (right):
http://codereview.appspot.com/1255042/diff/1/4#newcode35
src/compiler/PoolAlloc.h:35: #include <stdint.h>
third_party/angle/src/compiler/PoolAlloc.cpp: In member function ‘void*
TPoolAllocator::allocate(size_t)’:
third_party/angle/src/compiler/PoolAlloc.cpp:280: error: expected type-specifier
before ‘uintptr_t’
third_party/angle/src/compiler/PoolAlloc.cpp:280: error: expected ‘>’ before
‘uintptr_t’
third_party/angle/src/compiler/PoolAlloc.cpp:280: error: expected ‘(’ before
‘uintptr_t’
third_party/angle/src/compiler/PoolAlloc.cpp:280: error: ‘uintptr_t’ was not
declared in this scope
third_party/angle/src/compiler/PoolAlloc.cpp:280: error: expected ‘)’ before ‘;’
token
Issue 1255042: Fix ANGLE build with gcc 4.4 on Karmic.
(Closed)
Created 14 years, 7 months ago by thestig
Modified 12 years, 10 months ago
Reviewers: Alok Priyadarshi
Base URL: http://angleproject.googlecode.com/svn/trunk/
Comments: 4