almondyoung / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

drmemory build breakage #460

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
set GYP_DEFINES=build_for_tool=drmemory target_arch=ia32
python build\gyp_chromium -fninja -G msvs_version=2012 --depth=. libyuv_test.gyp

ninja -C out\Debug
What is the expected output? What do you see instead?
FAILED: ninja -t msvc -e environment.x86 -- 
"c:\src\depot_tools\win_toolchain\vs2013_files\VC\bin\amd64_x86\cl.exe" /nologo 
/showIncludes /FC @obj\unit_test\lib
yuv_unittest.convert_test.obj.rsp /c ..\..\unit_test\convert_test.cc 
/Foobj\unit_test\libyuv_unittest.convert_test.obj /Fdobj\libyuv_unittest.cc.pdb
d:\src\libyuv\libyuv\testing\gtest\include\gtest\internal\gtest-internal.h(569) 
: error C2039: 'set' : is not a member of 'std'
d:\src\libyuv\libyuv\testing\gtest\include\gtest\internal\gtest-internal.h(569) 
: error C2143: syntax error : missing ';' before '<'
d:\src\libyuv\libyuv\testing\gtest\include\gtest\internal\gtest-internal.h(569) 
: error C4430: missing type specifier - int assumed. Note: C++ does not support
default-int
d:\src\libyuv\libyuv\testing\gtest\include\gtest\internal\gtest-internal.h(569) 
: error C2238: unexpected token(s) preceding ';'
d:\src\libyuv\libyuv\testing\gtest\include\gtest\internal\gtest-internal.h(557) 
: error C2065: 'defined_test_names_' : undeclared identifier
d:\src\libyuv\libyuv\testing\gtest\include\gtest\internal\gtest-internal.h(557) 
: error C2228: left of '.insert' must have class/struct/union
        type is 'unknown-type'
[21/22] LINK_EMBED psnr.exe

Original issue reported on code.google.com by fbarch...@google.com on 1 Jul 2015 at 6:16

GoogleCodeExporter commented 8 years ago
fixed with chromium roll https://webrtc-codereview.appspot.com/51259004/

Original comment by fbarch...@google.com on 1 Jul 2015 at 8:20