yangqiaosheng / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Missing include on Linux systems, FYI bot breakage #692

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See 
http://build.chromium.org/p/chromium.gpu.fyi/builders/GPU%20Linux%20Builder/buil
ds/15345

Relevant error:

FAILED: /b/build/goma/gomacc c++ -MMD -MF 
obj/third_party/angle/src/common/translator_lib.debug.o.d 
-DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME 
'-DANGLE_PRELOADED_D3DCOMPILER_MODULE_NAMES={ TEXT("d3dcompiler_46.dll"), 
TEXT("d3dcompiler_43.dll") }' -D_FILE_OFFSET_BITS=64 -DCHROMIUM_BUILD 
-DTOOLKIT_VIEWS=1 -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_ASH=1 
-DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 
-DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN 
-DENABLE_PRE_SYNC_BACKUP -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 
-DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS 
-DUSE_UDEV -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 
-DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 
-DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 
-DCLD_VERSION=2 -DCLD_DATA_FROM_STATIC -DENABLE_FULL_PRINTING=1 
-DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 
-DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 
-DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DUSE_NSS=1 -DNDEBUG -DNVALGRIND 
-DDYNAMIC_ANNOTATIONS_ENABLED=0 -Igen -I../../third_party/angle/src 
-I../../third_party/angle/include -fstack-protector --param=ssp-buffer-size=4 
-pthread -fno-exceptions -fno-strict-aliasing -Wno-unused-parameter 
-Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC 
-B/b/build/slave/GPU_Linux_Builder/build/src/third_party/binutils/Linux_x64/Rele
ase/bin -Wno-format -Wno-unused-result -m64 -march=x86-64 -O2 -fno-ident 
-fdata-sections -ffunction-sections -funwind-tables -fno-rtti 
-fno-threadsafe-statics -fvisibility-inlines-hidden -Wno-deprecated  -c 
../../third_party/angle/src/common/debug.cpp -o 
obj/third_party/angle/src/common/translator_lib.debug.o
In file included from ../../third_party/angle/src/common/debug.h:15:0,
                 from ../../third_party/angle/src/common/debug.cpp:9:
../../third_party/angle/src/common/angleutils.h: In function 'std::string 
ArrayString(unsigned int)':
../../third_party/angle/src/common/angleutils.h:123:14: error: 'UINT_MAX' was 
not declared in this scope

Original issue reported on code.google.com by jmad...@chromium.org on 8 Jul 2014 at 7:18

GoogleCodeExporter commented 9 years ago
https://chromium-review.googlesource.com/#/c/206633/

Original comment by jmad...@chromium.org on 8 Jul 2014 at 7:26