Gents,
I'm getting these errors in https://android-build.linaro.org/builds/~linaro-android/snowball-ics-gcc47-i....
Is something new missing to my build ?
Thanks, Mathieu.
(8 Errors in this section) 1 external/webkit/Source/JavaScriptCore/wtf/NullPtr.h:48:23: error: expected unqualified-id before 'nullptr'
2 external/webkit/Source/JavaScriptCore/wtf/NullPtr.h:48:23: error: expected unqualified-id before 'nullptr'
3 external/webkit/Source/JavaScriptCore/wtf/NullPtr.h:48:23: error: expected unqualified-id before 'nullptr'
4 make: *** [out/target/product/snowball/obj/SHARED_LIBRARIES/libwebcore_intermediates/Source/WebKit/chromium/src/WebCString.o] Error 1
5 make: *** [out/target/product/snowball/obj/SHARED_LIBRARIES/libwebcore_intermediates/Source/WebKit/chromium/src/WebRegularExpression.o] Error 1
6 make: *** [out/target/product/snowball/obj/SHARED_LIBRARIES/libwebcore_intermediates/Source/WebKit/chromium/src/WebString.o] Error 1
7 external/webkit/Source/JavaScriptCore/wtf/NullPtr.h:48:23: error: expected unqualified-id before 'nullptr'
8 make: *** [out/target/product/snowball/obj/SHARED_LIBRARIES/libwebcore_intermediates/Source/WebKit/android/jni/WebCoreJniOnLoad.o] Error 1
Hi,
The problem is triggered by the addition of -std=gnu++11 to the compiler flags (enabling ISO C++11 support), but I've fixed that particular problem. Looks like I fixed the problem but didn't update the manifest to actually pull in the change.
This should fix it: http://review.android.git.linaro.org/#change,2164
ttyl bero
On 22 May 2012 20:31, Mathieu Poirier mathieu.poirier@linaro.org wrote:
Gents,
I'm getting these errors in https://android-build.linaro.org/builds/~linaro-android/snowball-ics-gcc47-i....
Is something new missing to my build ?
Thanks, Mathieu.
(8 Errors in this section) 1 external/webkit/Source/JavaScriptCore/wtf/NullPtr.h:48:23: error: expected unqualified-id before 'nullptr'
2 external/webkit/Source/JavaScriptCore/wtf/NullPtr.h:48:23: error: expected unqualified-id before 'nullptr'
3 external/webkit/Source/JavaScriptCore/wtf/NullPtr.h:48:23: error: expected unqualified-id before 'nullptr'
4 make: *** [out/target/product/snowball/obj/SHARED_LIBRARIES/libwebcore_intermediates/Source/WebKit/chromium/src/WebCString.o] Error 1
5 make: *** [out/target/product/snowball/obj/SHARED_LIBRARIES/libwebcore_intermediates/Source/WebKit/chromium/src/WebRegularExpression.o] Error 1
6 make: *** [out/target/product/snowball/obj/SHARED_LIBRARIES/libwebcore_intermediates/Source/WebKit/chromium/src/WebString.o] Error 1
7 external/webkit/Source/JavaScriptCore/wtf/NullPtr.h:48:23: error: expected unqualified-id before 'nullptr'
8 make: *** [out/target/product/snowball/obj/SHARED_LIBRARIES/libwebcore_intermediates/Source/WebKit/android/jni/WebCoreJniOnLoad.o] Error 1
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
linaro-android@lists.linaro.org