codyc / libyuv

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

win64 build break #205

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
d:\src\libyuv\trunk>set GYP_DEFINES=target_arch=x64

d:\src\libyuv\trunk>call python build\gyp_chromium -fninja -G msvs_version=2012 
--depth=. libyuv_test.gyp
Updating projects from gyp files...

d:\src\libyuv\trunk>ninja -C out\Debug_x64
ninja: Entering directory `out\Debug_x64'
[85/102] CXX obj\source\libyuv.convert_argb.obj
FAILED: ninja -t msvc -o obj\source\libyuv.convert_argb.obj -e environment.x64 
-- cl.exe /nologo /showIncludes /FC @obj\source\libyu
v.convert_argb.obj.rsp /c ..\..\source\convert_argb.cc 
/Foobj\source\libyuv.convert_argb.obj /Fdobj\libyuv.pdb
d:\src\libyuv\trunk\source\convert_argb.cc(360) : error C2065: 
'BGRAToARGBRow_C' : undeclared identifier
d:\src\libyuv\trunk\source\convert_argb.cc(397) : error C2065: 
'ABGRToARGBRow_C' : undeclared identifier
d:\src\libyuv\trunk\source\convert_argb.cc(446) : error C2065: 
'RGBAToARGBRow_C' : undeclared identifier
[85/102] CXX obj\testing\gtest\src\gtest.gtest.obj
ninja: build stopped: subcommand failed.

Original issue reported on code.google.com by fbarch...@chromium.org on 19 Mar 2013 at 4:35

GoogleCodeExporter commented 8 years ago

Original comment by fbarch...@chromium.org on 19 Mar 2013 at 4:45