v3quick build_native出错

android_ndk_r10
v3quick :刚git pull(看到是8月26日 22点更新的)
新建的空工程

proj.android build_native出现如下错误 win8.1和osx 10.9下都如此。

Compile++ thumb: cocos2dx_3d_static <= CCBundleReader.cpp
/Users/cuiyu/gdmecwork/cocos2d-x/v3quick/cocos/3d/CCBundleReader.cpp:94:9: error: prototype for ‘ssize_t cocos2d::BundleReader::tell()’ does not match any in class ‘cocos2d::BundleReader’
ssize_t BundleReader::tell()
^
In file included from /Users/cuiyu/gdmecwork/cocos2d-x/v3quick/cocos/3d/CCBundleReader.cpp:1:0:
/Users/cuiyu/gdmecwork/cocos2d-x/v3quick/cocos/3d/CCBundleReader.h:90:14: error: candidate is: long int cocos2d::BundleReader::tell()
long int tell();
^
cc1plus: warning: unrecognized command line option “-Wno-extern-c-compat”
make: *** cocos2dx_3d_static/CCBundleReader.o] Error 1

空工程(hello world)的 proj.wp8 和proj.ios 在vs2013和xcode上都能分别编译通过。

正在下载android ndk r9d,等换ndk再试试。

用android ndk r9d,就没问题了,看来目前是不能用android ndk r10.