Actions
Bug #1160
closedobjc and objc++ standalone test failed for both gcc and clang toolchains
Start date:
11/18/2015
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
Host OS:
Toolchain:
clang-3.6, clang-3.7, gcc-4.9, gcc-5
Android version:
CrystaX NDK Version:
Description
COMMAND[/tmp/ndk-zuav/tmp/android-ndk-api21-arm-darwin-x86_64-4.9-gnustl-3.6/bin/arm-linux-androideabi-gcc -DABI_armeabi_v7a=1 -march=armv7-a -mfloat-abi=softfp -o /dev/null main.m -lobjc]¶
main.m:6:24: fatal error: objc/Object.h: No such file or directory
#import <objc/Object.h>
^
compilation terminated.
Running basic-objcxx-compile test... # COMMAND[cd /tmp/ndk-zuav/tests/standalone/build]
COMMAND[/tmp/ndk-zuav/tmp/android-ndk-api21-arm-darwin-x86_64-4.9-gnustl-3.6/bin/arm-linux-androideabi-g++ -DABI_armeabi_v7a=1 -march=armv7-a -mfloat-abi=softfp -fno-exceptions -o /dev/null main.mm -lobjc]¶
main.mm:6:24: fatal error: objc/Object.h: No such file or directory
#import <objc/Object.h>
^
compilation terminated.
Updated by Alexander Z. about 9 years ago
- Subject changed from objc and objc++ standalone test failed for gcc 4.9 to objc and objc++ standalone test failed for both gcc and clang toolchains
- Toolchain clang-3.6, clang-3.7, gcc-5 added
Updated by Alexander Z. about 9 years ago
- Status changed from Open to In Progress
Updated by Alexander Z. about 9 years ago
Fixed with commit 38ecb9c5b9a8b600701125565ef77e46ec9030ca
Updated by Alexander Z. about 9 years ago
- Status changed from In Progress to Completed
- % Done changed from 0 to 100
Actions