katepanping / libyuv

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

vs2015 build #434

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
set GYP_DEFINES=target_arch=ia32 libyuv_enable_svn=1
set DEPOT_TOOLS_WIN_TOOLCHAIN=0
call python gyp_libyuv -fninja -G msvs_version=2015 libyuv_test.gyp
ninja -C out\Debug

LINK : fatal error LNK1320: /MAXILKSIZE value 0x7FFFFFFF must be between 
0x01000000 and 0x7FF00000

Original issue reported on code.google.com by fbarch...@google.com on 30 Apr 2015 at 10:28

GoogleCodeExporter commented 9 years ago
We fixed this in Chromium already. Just copy our fix:

https://codereview.chromium.org/943893003

Original comment by brucedaw...@chromium.org on 30 Apr 2015 at 10:31

GoogleCodeExporter commented 9 years ago
the roll broke clangcl and ios64 builds.  clangcl workaround is in.  ios64 is 
still broken.
vs2015 builds though.

Original comment by fbarch...@google.com on 2 May 2015 at 1:27

GoogleCodeExporter commented 9 years ago
clangcl work around is checked in
ios in progress

Original comment by fbarch...@google.com on 5 May 2015 at 7:03

GoogleCodeExporter commented 9 years ago
ios fix checked in.
vs2015 build is slow (bug 438) but works.

Original comment by fbarch...@google.com on 7 May 2015 at 5:34

GoogleCodeExporter commented 9 years ago
build time can be worked around by not generating ninja files each time. 

Original comment by fbarch...@google.com on 9 May 2015 at 2:38