foolab / libyuv

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

Windows build #320

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
set GYP_DEFINES=target_arch=ia32
call python gyp_libyuv -fninja -G msvs_version=2010 libyuv_test.gyp

d:\src\libyuv\trunk>call python gyp_libyuv -fninja -G msvs_version=2010 
libyuv_test.gyp
Using automatic toolchain in c:\bin\depot_tools\win_toolchain\vs2013_files (Pro 
edition).
Generating gyp files from GN...
Traceback (most recent call last):
  File "gyp_libyuv", line 66, in <module>
    if not gyp_chromium.RunGN(gn_vars_dict):
  File "d:\src\libyuv\trunk\build\gyp_chromium", line 338, in RunGN
    return subprocess.call(args) == 0
  File "C:\python_27_amd64\files\lib\subprocess.py", line 493, in call
    return Popen(*popenargs, **kwargs).wait()
  File "C:\python_27_amd64\files\lib\subprocess.py", line 679, in __init__
    errread, errwrite)
  File "C:\python_27_amd64\files\lib\subprocess.py", line 896, in _execute_child
    startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
Sending crash report ...
  args: ['gyp_libyuv', '-fninja', '-G', 'msvs_version=2010', 'libyuv_test.gyp']
  cwd: d:\src\libyuv\trunk
  exception: [Error 2] The system cannot find the file specifie
  host: FBARCHARD3-W.ad.corp.google.com
  stack:   File "gyp_libyuv", line 66, in <module>
    if n
  user: fbarchard
  version: 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500
A stack trace has been sent to the maintainers.

Original issue reported on code.google.com by fbarch...@google.com on 1 Apr 2014 at 9:29

GoogleCodeExporter commented 9 years ago
fixed in r997.  also works with vs2013.

Original comment by fbarch...@chromium.org on 2 Apr 2014 at 6:50