katepanping / libyuv

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

ios build break on gyp/ninja build #456

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.

GYP_DEFINES="OS=ios target_arch=armv7" GYP_CROSSCOMPILE=1  
GYP_GENERATOR_FLAGS="output_dir=out_ios" ./build/gyp_chromium -f ninja 
--depth=. libyuv_test.gyp
ninja -j8 -C out_ios/Debug-iphoneos
ninja -j8 -C out_ios/Release-iphoneos

What is the expected output? What do you see instead?

gyp: third_party/class-dump/class-dump.gyp not found (cwd: 
/Users/fbarchard/libyuv2/libyuv)
ninja: Entering directory `out_ios/Debug-iphoneos'

Please use labels and text to provide additional information.

Original issue reported on code.google.com by fbarch...@google.com on 18 Jun 2015 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by fbarch...@google.com on 24 Jun 2015 at 2:21