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
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
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