WangYongHai / libyuv

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

trybots fail on ios #332

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[81/83 | 13.530] OBJCXX obj.host/testing/iossim/iossim.iossim.o
FAILED: ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF 
obj.host/testing/iossim/iossim.iossim.o.d -DV8_DEPRECATION_WARNINGS 
-DBLINK_SCALE_FILTERS_AT_RECORD_TIME -DDISABLE_NACL -DCHROMIUM_BUILD 
-DUSE_LIBJPEG_TURBO=1 -DENABLE_CONFIGURATION_POLICY 
-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY 
-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE -DENABLE_EGLIMAGE=1 -DCLD_VERSION=1 
-DENABLE_SPELLCHECK=1 -DDISABLE_FTP_SUPPORT=1 -DNDEBUG -DNVALGRIND 
-DDYNAMIC_ANNOTATIONS_ENABLED=0 -DNS_BLOCK_ASSERTIONS=1 
-Iobj.host/testing/iossim/iossim.gen/iossim -isysroot 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/S
DKs/MacOSX10.6.sdk -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof 
-mmacosx-version-min=10.6 -arch x86_64 -Wendif-labels -Wno-unused-parameter 
-Wno-missing-field-initializers -Wheader-hygiene -Wno-c++11-narrowing 
-Wno-char-subscripts -Wno-unneeded-internal-declaration 
-Wno-covered-switch-default -Wstring-conversion -Wno-deprecated-register 
-Wno-absolute-value -Wno-selector-type-mismatch -Wno-objc-property-no-attribute 
-std=gnu++0x -fno-rtti -fno-exceptions -fvisibility-inlines-hidden 
-fno-threadsafe-statics -Xclang -load -Xclang 
/Volumes/data/b/build/slave/ios_rel/build/src/tools/clang/scripts/../../../third
_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.dylib -Xclang 
-add-plugin -Xclang find-bad-constructs -fcolor-diagnostics 
-fobjc-call-cxx-cdtors  -c ../../testing/iossim/iossim.mm -o 
obj.host/testing/iossim/iossim.iossim.o
../../testing/iossim/iossim.mm:504:17: error: property 
'simulatedDeviceInfoName' not found on object of type 
'DTiPhoneSimulatorSessionConfig *'
  sessionConfig.simulatedDeviceInfoName = deviceName;
                ^
1 error generated.
ninja: build stopped: subcommand failed.
program finished with exit code 1
elapsedTime=14.357645

Original issue reported on code.google.com by fbarch...@chromium.org on 20 May 2014 at 2:44

GoogleCodeExporter commented 9 years ago
Sorry for not looking into this earlier. I did a few tests myself and I can 
build fine with the same config. I think an upgrade to XCode 5.1 will fix it so 
I filed a ticket for that.

Original comment by kjellan...@google.com on 4 Jun 2014 at 2:15

GoogleCodeExporter commented 9 years ago
Note that XCode 6 is released, so we should probably skip straight to that.

Original comment by fbarch...@chromium.org on 4 Jun 2014 at 11:24

GoogleCodeExporter commented 9 years ago
I recommend starting with XCode 5.1 and move to version 6 when Chromium 
supports it.

Original comment by kjellan...@google.com on 5 Jun 2014 at 5:45

GoogleCodeExporter commented 9 years ago
Seems like upgrade to XCode 5.1 did it.

Original comment by kjellan...@google.com on 4 Sep 2014 at 5:48