刚从前端转过来学习cocos2d-js 搭建环境的时候 用cocos code ide 打包官网上面打飞机的一个教程 编译成Android的时候报错了 求大神们帮忙看下
D:\Program Files\Cocos Code IDE>
Updated project.properties
Updated local.properties
Updated file E:\games\cocos\demo01\frameworks\runtime-src\proj.android\proguard-project.txt
Updated project.properties
Updated local.properties
Updated file E:\games\cocos\demo01\frameworks\runtime-src\proj.android…\js-bindings\cocos2d-x\cocos\platform\android\java\proguard-project.txt
Android NDK: WARNING: APP_PLATFORM android-18 is larger than android:minSdkVersion 9 in ./AndroidManifest.xml
make.exe: Entering directory `E:/games/cocos/demo01/frameworks/runtime-src/proj.android’
Compile++ thumb: cocos2djs_shared <= extension_set.cc
Compile++ thumb: cocos2djs_shared <= generated_message_util.cc
Compile++ thumb: cocos2djs_shared <= message_lite.cc
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos2djs_shared <= once.cc
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
1 warning generated.
Compile++ thumb: cocos2djs_shared <= atomicops_internals_x86_gcc.cc
Compile++ thumb: cocos2djs_shared <= repeated_field.cc
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos2djs_shared <= wire_format_lite.cc
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos2djs_shared <= zero_copy_stream.cc
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos2djs_shared <= zero_copy_stream_impl_lite.cc
1 warning generated.
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
Compile++ thumb: cocos2djs_shared <= stringprintf.cc
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
1 warning generated.
Compile++ thumb: cocos2djs_shared <= VisibleRect.cpp
1 warning generated.
Compile++ thumb: cocos2djs_shared <= AppDelegate.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
Compile++ thumb: cocos2djs_shared <= ConfigParser.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
1 warning generated.
StaticLibrary : libcocos2d.a
1 warning generated.
Compile++ thumb: cocostudio_static <= CSParseBinary.pb.cc
Compile++ thumb: cocos2djs_shared <= coded_stream.cc
Compile++ thumb: cocos2djs_shared <= common.cc
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos2djs_shared <= Landscape_png.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos2djs_shared <= PlayDisable_png.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos2djs_shared <= PlayEnable_png.cpp
1 warning generated.
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos2djs_shared <= Portrait_png.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
Compile++ thumb: cocos2djs_shared <= Shine_png.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos2djs_shared <= Runtime.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos2djs_shared <= Protos.pb.cc
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos2djs_shared <= Runtime_android.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos2djs_shared <= main.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_auto.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_builder_auto.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_extension_auto.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32468
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32468:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32506
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32506:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32524
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32524:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32541
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32541:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32560
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32560:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32580
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32580:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32600
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32600:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32620
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32620:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32638
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32638:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32657
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32657:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32681
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32681:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32701
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32701:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32781
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32781:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32809
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32809:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32828
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32828:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32860
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32860:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32879
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32879:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32899
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32899:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32917
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32917:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32934
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32934:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32953
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32953:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32971
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32971:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32990
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32990:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33010
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33010:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_spine_auto.cpp
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33035
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33035:41: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF cobj = (cocos2d::LabelTTF )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33061:22: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF ret = cocos2d::LabelTTF::create();
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33065:75: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelTTF(cx, (cocos2d::LabelTTF)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33065:99: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelTTF(cx, (cocos2d::LabelTTF)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33087:22: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF* ret = cocos2d::LabelTTF::create(arg0, arg1, arg2);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33091:75: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelTTF(cx, (cocos2d::LabelTTF)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33091:99: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelTTF(cx, (cocos2d::LabelTTF)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33115:22: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF* ret = cocos2d::LabelTTF::create(arg0, arg1, arg2, arg3);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33119:75: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelTTF(cx, (cocos2d::LabelTTF)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33119:99: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelTTF(cx, (cocos2d::LabelTTF)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33146:22: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF* ret = cocos2d::LabelTTF::create(arg0, arg1, arg2, arg3, arg4);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33150:75: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelTTF(cx, (cocos2d::LabelTTF)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33150:99: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelTTF(cx, (cocos2d::LabelTTF)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33180:22: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF* ret = cocos2d::LabelTTF::create(arg0, arg1, arg2, arg3, arg4, arg5);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33184:75: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelTTF(cx, (cocos2d::LabelTTF)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33184:99: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelTTF(cx, (cocos2d::LabelTTF)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33207:18: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF* ret = cocos2d::LabelTTF::createWithFontDefinition(arg0, arg1);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33211:67: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelTTF(cx, (cocos2d::LabelTTF)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33211:91: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelTTF(cx, (cocos2d::LabelTTF)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33228
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF* cobj = new (std::nothrow) cocos2d::LabelTTF();
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33228:59: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF* cobj = new (std::nothrow) cocos2d::LabelTTF();
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33233:23: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
TypeTestcocos2d::LabelTTF t;
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33261
warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF nobj = new (std::nothrow) cocos2d::LabelTTF();
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33261:59: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelTTF nobj = new (std::nothrow) cocos2d::LabelTTF();
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33342:23: warning: ‘LabelTTF’ is deprecated -Wdeprecated-declarations]
TypeTestcocos2d::LabelTTF t;
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelTTF.h:66:38: note: ‘LabelTTF’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol
^
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35481
warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35481:44: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35499
warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35499:44: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35516
warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35516:44: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35535
warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35535:44: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35562
warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35562:44: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35581
warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35581:44: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35601
warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35601:44: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35621
warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35621:44: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35693
warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35693:44: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35711
warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35711:44: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35730
warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35730:44: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35760
warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35760:44: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35780
warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35780:44: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont cobj = (cocos2d::LabelBMFont )(proxy ? proxy->ptr : NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35801:22: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont ret = cocos2d::LabelBMFont::create();
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35805:75: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelBMFont(cx, (cocos2d::LabelBMFont)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35805:102: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelBMFont(cx, (cocos2d::LabelBMFont)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35824:22: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont ret = cocos2d::LabelBMFont::create(arg0, arg1);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35828:75: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelBMFont(cx, (cocos2d::LabelBMFont)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35828:102: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelBMFont(cx, (cocos2d::LabelBMFont)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35849:22: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont* ret = cocos2d::LabelBMFont::create(arg0, arg1, arg2);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35853:75: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelBMFont(cx, (cocos2d::LabelBMFont)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35853:102: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelBMFont(cx, (cocos2d::LabelBMFont)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35877:22: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont* ret = cocos2d::LabelBMFont::create(arg0, arg1, arg2, arg3);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35881:75: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelBMFont(cx, (cocos2d::LabelBMFont)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35881:102: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelBMFont(cx, (cocos2d::LabelBMFont)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35908:22: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont* ret = cocos2d::LabelBMFont::create(arg0, arg1, arg2, arg3, arg4);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35912:75: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelBMFont(cx, (cocos2d::LabelBMFont)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35912:102: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
js_proxy_t jsProxy = js_get_or_create_proxycocos2d::LabelBMFont(cx, (cocos2d::LabelBMFont)ret);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35929
warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont* cobj = new (std::nothrow) cocos2d::LabelBMFont();
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35929:62: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont* cobj = new (std::nothrow) cocos2d::LabelBMFont();
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35934:23: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
TypeTestcocos2d::LabelBMFont t;
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35962
warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont nobj = new (std::nothrow) cocos2d::LabelBMFont();
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35962:62: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
cocos2d::LabelBMFont nobj = new (std::nothrow) cocos2d::LabelBMFont();
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:36030:23: warning: ‘LabelBMFont’ is deprecated -Wdeprecated-declarations]
TypeTestcocos2d::LabelBMFont t;
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/2d/CCLabelBMFont.h:80:38: note: ‘LabelBMFont’ declared here
class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol
^
1 warning generated.
Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_studio_auto.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_ui_auto.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_jsb_static <= ScriptingCore.cpp
1 warning generated.
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
Compile++ thumb: cocos_jsb_static <= cocos2d_specifics.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/manual/cocos2d_specifics.cpp:1469:15: warning: ‘unscheduleAllSelectors’ is deprecated -Wdeprecated-declarations]
cobj->unscheduleAllSelectors();
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…\2d/CCNode.h:1348:34: note: ‘unscheduleAllSelectors’ declared here
CC_DEPRECATED_ATTRIBUTE void unscheduleAllSelectors() { unscheduleAllCallbacks(); }
^
1 warning generated.
Compile++ thumb: cocos_jsb_static <= js_manual_conversions.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/manual/js_manual_conversions.cpp:80:15: warning: ‘cc_utf16_to_utf8’ is deprecated -Wdeprecated-declarations]
_buffer = cc_utf16_to_utf8(pStrUTF16, -1, NULL, NULL);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/base/ccUTF8.h:210:39: note: ‘cc_utf16_to_utf8’ declared here
CC_DEPRECATED_ATTRIBUTE CC_DLL char * cc_utf16_to_utf8 (const unsigned short str,
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/manual/js_manual_conversions.cpp:1665:33: warning: ‘cc_utf8_to_utf16’ is deprecated -Wdeprecated-declarations]
jschar strUTF16 = (jschar)cc_utf8_to_utf16(v, (int)length, &utf16_size);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/base/ccUTF8.h:197:48: note: ‘cc_utf8_to_utf16’ declared here
CC_DEPRECATED_ATTRIBUTE CC_DLL unsigned short cc_utf8_to_utf16(const char* str_old, int length = -1, int* rUtf16Size = nullptr);
^
2 warnings generated.
Compile++ thumb: cocos_jsb_static <= js_bindings_core.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
3 warnings generated.
Compile++ thumb: cocos_jsb_static <= js_bindings_opengl.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_jsb_static <= jsb_opengl_functions.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_jsb_static <= jsb_opengl_manual.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_jsb_static <= jsb_opengl_registration.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_jsb_static <= jsb_event_dispatcher_manual.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_jsb_static <= CCJavascriptJavaBridge.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
122 warnings generated.
1 warning generated.
Compile++ thumb: cocos_jsb_static <= js_bindings_chipmunk_auto_classes.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/manual/platform/android/CCJavascriptJavaBridge.cpp:62
warning: enumeration values ‘TypeInvalid’, ‘TypeVector’, and ‘TypeFunction’ not handled in switch -Wswitch]
switch (m_returnType)
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/manual/platform/android/CCJavascriptJavaBridge.cpp:102
warning: enumeration values ‘TypeInvalid’, ‘TypeVector’, and ‘TypeFunction’ not handled in switch -Wswitch]
switch (m_returnType)
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/manual/platform/android/CCJavascriptJavaBridge.cpp:268
warning: 4 enumeration values not handled in switch: ‘TypeInvalid’, ‘TypeVoid’, ‘TypeVector’… -Wswitch]
switch (type)
^
4 warnings generated.
Compile++ thumb: cocos_jsb_static <= js_bindings_chipmunk_functions.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
Compile++ thumb: cocos_jsb_static <= js_bindings_chipmunk_manual.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_jsb_static <= js_bindings_chipmunk_registration.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
1 warning generated.
Compile++ thumb: cocos_jsb_static <= js_bindings_ccbreader.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_studio_manual.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_extension_manual.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_jsb_static <= js_bindings_system_functions.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_jsb_static <= js_bindings_system_registration.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_jsb_static <= jsb_socketio.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_jsb_static <= jsb_websocket.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_jsb_static <= XMLHTTPRequest.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/manual/network/jsb_socketio.cpp:35:38: warning: ‘Object’ is deprecated -Wdeprecated-declarations]
class JSB_SIOEvent : public cocos2d::Object {
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…/deprecated/CCDeprecated.h:537:37: note: ‘Object’ declared here
CC_DEPRECATED_ATTRIBUTE typedef Ref Object;
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/manual/network/jsb_socketio.cpp:184:36: warning: ‘connect’ is deprecated -Wdeprecated-declarations]
SIOClient* ret = SocketIO::connect(siodelegate, url);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…\network/SocketIO.h:106:48: note: ‘connect’ declared here
CC_DEPRECATED_ATTRIBUTE static SIOClient connect(SocketIO::SIODelegate& delegate, const std::string& uri);
^
3 warnings generated.
Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_spine_manual.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_ui_manual.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/manual/network/XMLHTTPRequest.cpp:248:19: warning: ‘setResponseCallback’ is deprecated -Wdeprecated-declarations]
_httpRequest->setResponseCallback(this, httpresponse_selector(MinXmlHttpRequest::handle_requestResponse));
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…\network/HttpRequest.h:188:41: note: ‘setResponseCallback’ declared here
CC_DEPRECATED_ATTRIBUTE inline void setResponseCallback(Ref* pTarget, SEL_HttpResponse pSelector)
^
2 warnings generated.
Compile++ thumb: cocos_localstorage_static <= LocalStorage.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
1 warning generated.
Compile++ thumb: cocos_localstorage_static <= LocalStorage-android.cpp
warning: unknown warning option ‘-Wno-psabi’ -Wunknown-warning-option]
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/manual/ui/jsb_cocos2dx_ui_manual.cpp:146:15: warning: ‘addTouchEventListener’ is deprecated -Wdeprecated-declarations]
cobj->addTouchEventListener(tmpObj, toucheventselector(JSStudioEventListenerWrapper::eventCallbackFunc));
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…\ui/UIWidget.h:238:34: note: ‘addTouchEventListener’ declared here
CC_DEPRECATED_ATTRIBUTE void addTouchEventListener(Ref* target,SEL_TouchEvent selector);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/manual/ui/jsb_cocos2dx_ui_manual.cpp:178:15: warning: ‘addEventListenerCheckBox’ is deprecated -Wdeprecated-declarations]
cobj->addEventListenerCheckBox(tmpObj, checkboxselectedeventselector(JSStudioEventListenerWrapper::eventCallbackFunc));
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…\ui/UICheckBox.h:182:34: note: ‘addEventListenerCheckBox’ declared here
CC_DEPRECATED_ATTRIBUTE void addEventListenerCheckBox(Ref* target,SEL_SelectedStateEvent selector);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/manual/ui/jsb_cocos2dx_ui_manual.cpp:210:15: warning: ‘addEventListenerSlider’ is deprecated -Wdeprecated-declarations]
cobj->addEventListenerSlider(tmpObj, sliderpercentchangedselector(JSStudioEventListenerWrapper::eventCallbackFunc));
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…\ui/UISlider.h:188:34: note: ‘addEventListenerSlider’ declared here
CC_DEPRECATED_ATTRIBUTE void addEventListenerSlider(Ref* target,SEL_SlidPercentChangedEvent selector);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/manual/ui/jsb_cocos2dx_ui_manual.cpp:242:15: warning: ‘addEventListenerTextField’ is deprecated -Wdeprecated-declarations]
cobj->addEventListenerTextField(tmpObj, textfieldeventselector(JSStudioEventListenerWrapper::eventCallbackFunc));
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…\ui/UITextField.h:182:34: note: ‘addEventListenerTextField’ declared here
CC_DEPRECATED_ATTRIBUTE void addEventListenerTextField(Ref* target, SEL_TextFieldEvent selecor);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/manual/ui/jsb_cocos2dx_ui_manual.cpp:274:15: warning: ‘addEventListenerPageView’ is deprecated -Wdeprecated-declarations]
cobj->addEventListenerPageView(tmpObj, pagevieweventselector(JSStudioEventListenerWrapper::eventCallbackFunc));
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…\ui/UIPageView.h:137:34: note: ‘addEventListenerPageView’ declared here
CC_DEPRECATED_ATTRIBUTE void addEventListenerPageView(Ref target, SEL_PageViewEvent selector);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/manual/ui/jsb_cocos2dx_ui_manual.cpp:306:15: warning: ‘addEventListenerScrollView’ is deprecated -Wdeprecated-declarations]
cobj->addEventListenerScrollView(tmpObj, scrollvieweventselector(JSStudioEventListenerWrapper::eventCallbackFunc));
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…\ui/UIScrollView.h:254:34: note: ‘addEventListenerScrollView’ declared here
CC_DEPRECATED_ATTRIBUTE void addEventListenerScrollView(Ref target, SEL_ScrollViewEvent selector);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/bindings/manual/ui/jsb_cocos2dx_ui_manual.cpp:338:15: warning: ‘addEventListenerListView’ is deprecated -Wdeprecated-declarations]
cobj->addEventListenerListView(tmpObj, listvieweventselector(JSStudioEventListenerWrapper::eventCallbackFunc));
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/3d/…\ui/UIListView.h:177:34: note: ‘addEventListenerListView’ declared here
CC_DEPRECATED_ATTRIBUTE void addEventListenerListView(Ref* target, SEL_ListViewEvent selector);
^
1 warning generated.
1 warning generated.
Compile++ thumb: cocostudio_static <= CCActionFrame.cpp
Compile++ thumb: cocostudio_static <= CCActionFrameEasing.cpp
Compile++ thumb: cocostudio_static <= CCActionManagerEx.cpp
8 warnings generated.
Compile++ thumb: cocostudio_static <= CCActionNode.cpp
Compile++ thumb: cocostudio_static <= CCActionObject.cpp
Compile++ thumb: cocostudio_static <= CCArmature.cpp
//
//这边省略
//
Compile++ thumb: cocos_network_static <= HttpClient.cpp
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/editor-support/spine/SkeletonRenderer.cpp:229:20: warning: ‘setDrawColor4B’ is deprecated -Wdeprecated-declarations]
DrawPrimitives::setDrawColor4B(0, 0, 255, 255);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/./2d/CCDrawingPrimitives.h:150:41: note: ‘setDrawColor4B’ declared here
CC_DEPRECATED_ATTRIBUTE void CC_DLL setDrawColor4B(GLubyte r, GLubyte g, GLubyte b, GLubyte a);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/editor-support/spine/SkeletonRenderer.cpp:242:21: warning: ‘drawPoly’ is deprecated -Wdeprecated-declarations]
DrawPrimitives::drawPoly(points, 4, true);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/./2d/CCDrawingPrimitives.h:109:41: note: ‘drawPoly’ declared here
CC_DEPRECATED_ATTRIBUTE void CC_DLL drawPoly(const Vec2 *vertices, unsigned int numOfVertices, bool closePolygon);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/editor-support/spine/SkeletonRenderer.cpp:248:20: warning: ‘setDrawColor4B’ is deprecated -Wdeprecated-declarations]
DrawPrimitives::setDrawColor4B(255, 0, 0, 255);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/./2d/CCDrawingPrimitives.h:150:41: note: ‘setDrawColor4B’ declared here
CC_DEPRECATED_ATTRIBUTE void CC_DLL setDrawColor4B(GLubyte r, GLubyte g, GLubyte b, GLubyte a);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/editor-support/spine/SkeletonRenderer.cpp:253:21: warning: ‘drawLine’ is deprecated -Wdeprecated-declarations]
DrawPrimitives::drawLine(Vec2(bone->worldX, bone->worldY), Vec2(x, y));
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/./2d/CCDrawingPrimitives.h:96:41: note: ‘drawLine’ declared here
CC_DEPRECATED_ATTRIBUTE void CC_DLL drawLine(const Vec2& origin, const Vec2& destination);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/editor-support/spine/SkeletonRenderer.cpp:256:20: warning: ‘setPointSize’ is deprecated -Wdeprecated-declarations]
DrawPrimitives::setPointSize(4);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/./2d/CCDrawingPrimitives.h:160:41: note: ‘setPointSize’ declared here
CC_DEPRECATED_ATTRIBUTE void CC_DLL setPointSize(GLfloat pointSize);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/editor-support/spine/SkeletonRenderer.cpp:257:20: warning: ‘setDrawColor4B’ is deprecated -Wdeprecated-declarations]
DrawPrimitives::setDrawColor4B(0, 0, 255, 255); // Root bone is blue.
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/./2d/CCDrawingPrimitives.h:150:41: note: ‘setDrawColor4B’ declared here
CC_DEPRECATED_ATTRIBUTE void CC_DLL setDrawColor4B(GLubyte r, GLubyte g, GLubyte b, GLubyte a);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/editor-support/spine/SkeletonRenderer.cpp:260:21: warning: ‘drawPoint’ is deprecated -Wdeprecated-declarations]
DrawPrimitives::drawPoint(Vec2(bone->worldX, bone->worldY));
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/./2d/CCDrawingPrimitives.h:88:41: note: ‘drawPoint’ declared here
CC_DEPRECATED_ATTRIBUTE void CC_DLL drawPoint(const Vec2& point);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/editor-support/spine/SkeletonRenderer.cpp:261:33: warning: ‘setDrawColor4B’ is deprecated -Wdeprecated-declarations]
if (i == 0) DrawPrimitives::setDrawColor4B(0, 255, 0, 255);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/./2d/CCDrawingPrimitives.h:150:41: note: ‘setDrawColor4B’ declared here
CC_DEPRECATED_ATTRIBUTE void CC_DLL setDrawColor4B(GLubyte r, GLubyte g, GLubyte b, GLubyte a);
^
8 warnings generated.
Compile++ thumb: cocos_network_static <= SocketIO.cpp
Compile++ thumb: cocos_network_static <= WebSocket.cpp
Compile++ thumb: audioengine_static <= AudioEngine-inl.cpp
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/audio/android/AudioEngine-inl.cpp:289:38: warning: format specifies type ‘unsigned long’ but the argument has type ‘unsigned int’ -Wformat]
log("%s error:%lu",func, result);
~~~ ^~~~~~
%u
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/audio/android/AudioEngine-inl.cpp:308:38: warning: format specifies type ‘unsigned long’ but the argument has type ‘unsigned int’ -Wformat]
log("%s error:%lu",func, result);
~~~ ^~~~~~
%u
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/audio/android/AudioEngine-inl.cpp:317:38: warning: format specifies type ‘unsigned long’ but the argument has type ‘unsigned int’ -Wformat]
log("%s error:%lu",func, result);
~~~ ^~~~~~
%u
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/audio/android/AudioEngine-inl.cpp:326:38: warning: format specifies type ‘unsigned long’ but the argument has type ‘unsigned int’ -Wformat]
log("%s error:%lu",func, result);
~~~ ^~~~~~
%u
Compile++ thumb: audioengine_static <= AudioEngine.cpp
Compile++ thumb: cocos_ui_static <= UIWidget.cpp
4 warnings generated.
Compile++ thumb: cocos_ui_static <= UILayout.cpp
Compile++ thumb: cocos_ui_static <= UILayoutParameter.cpp
Compile++ thumb: cocos_ui_static <= UILayoutManager.cpp
//
//这边省略
//
Compile++ thumb: cocos_ui_static <= UILayoutComponent.cpp
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/ui/UIEditBox/UIEditBoxImpl-android.cpp:172:31: warning: ‘cc_utf8_strlen’ is deprecated -Wdeprecated-declarations]
long length = cc_utf8_strlen(_text.c_str(), -1);
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/.\base/ccUTF8.h:169:37: note: ‘cc_utf8_strlen’ declared here
CC_DEPRECATED_ATTRIBUTE CC_DLL long cc_utf8_strlen (const char * p, int max = -1);
^
1 warning generated.
//
//这边省略
//
Compile++ thumb: cocos2dxandroid_static <= IMEJni.cpp
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/platform/android/javaactivity-android.cpp:77:34: warning: ‘init’ is deprecated -Wdeprecated-declarations]
cocos2d::DrawPrimitives::init();
^
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/platform/android/…/…\2d/CCDrawingPrimitives.h:82:41: note: ‘init’ declared here
CC_DEPRECATED_ATTRIBUTE void CC_DLL init();
^
Compile++ thumb: cocos2dxandroid_static <= Java_org_cocos2dx_lib_Cocos2dxAccelerometer.cpp
1 warning generated.
Compile++ thumb: cocos2dxandroid_static <= Java_org_cocos2dx_lib_Cocos2dxBitmap.cpp
Compile++ thumb: cocos2dxandroid_static <= Java_org_cocos2dx_lib_Cocos2dxHelper.cpp
//
//这边省略
//
StaticLibrary : libcocos2dandroid.a
StaticLibrary : libcpufeatures.a
SharedLibrary : libcocos2djs.so
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/external/curl/prebuilt/android/armeabi/libcurl.a(url.o):function IsPipeliningPossible: error: relocation overflow in R_ARM_THM_CALL
E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/external/curl/prebuilt/android/armeabi/libcurl.a(url.o):function fix_hostname.isra.1: error: relocation overflow in R_ARM_THM_CALL
clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
make.exe: *** Error 1
make.exe: Leaving directory `E:/games/cocos/demo01/frameworks/runtime-src/proj.android’
Running command: compile
Building mode: debug
running: ‘“D:\Android\sdk\tools\android” update project -t android-18 -p E:\games\cocos\demo01\frameworks\runtime-src\proj.android’
running: ‘“D:\Android\sdk\tools\android” update lib-project -p E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/platform/android/java -t android-18’
building native
NDK build mode: release
running: ‘D:\Android\android-ndk-r9d\ndk-build -C E:\games\cocos\demo01\frameworks\runtime-src\proj.android -j3 NDK_MODULE_PATH=E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings;E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x;E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos;E:\games\cocos\demo01\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/external’
Ndk build failed!
Running command: new
Copy template into E:\games\cocos.cctemp\domecat
Copying cocos2d-html5 files…
Replace the project name from ‘HelloJavascript’ to ‘domecat’
Copying directory from cocos root directory…
Copying files from cocos root directory…
Copying files from template directory…
Copying directory from cocos root directory…
Rename project name from ‘HelloJavascript’ to ‘domecat’
Replace the project name from ‘HelloJavascript’ to ‘domecat’
Replace the project package name from ‘org.cocos2dx.hellojavascript’ to ‘org.cocos2dx.domecat’
Replace the mac bundle id from ‘org.cocos2dx.hellojavascript’ to ‘org.cocos2dx.domecat’
Replace the ios bundle id from ‘org.cocos2dx.hellojavascript’ to ‘org.cocos2dx.domecat’
Updated project.properties
Updated local.properties
Updated file E:\games\cocos\domecat\frameworks\runtime-src\proj.android\proguard-project.txt
Updated project.properties
Updated local.properties
Updated file E:\games\cocos\domecat\frameworks\runtime-src\proj.android…\js-bindings\cocos2d-x\cocos\platform\android\java\proguard-project.txt
Android NDK: WARNING: APP_PLATFORM android-18 is larger than android:minSdkVersion 9 in ./AndroidManifest.xml
make.exe: Entering directoryE:/games/cocos/domecat/frameworks/runtime-src/proj.android' Compile++ thumb: cocos2djs_shared <= extension_set.cc Compile++ thumb: cocos2djs_shared <= generated_message_util.cc Compile++ thumb: cocos2djs_shared <= message_lite.cc warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos2djs_shared <= once.cc 1 warning generated. warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] Compile++ thumb: cocos2djs_shared <= atomicops_internals_x86_gcc.cc 1 warning generated. warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] Compile++ thumb: cocos2djs_shared <= repeated_field.cc 1 warning generated. warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] Compile++ thumb: cocos2djs_shared <= wire_format_lite.cc warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos2djs_shared <= zero_copy_stream.cc warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. 1 warning generated. Compile++ thumb: cocos2djs_shared <= zero_copy_stream_impl_lite.cc Compile++ thumb: cocos2djs_shared <= stringprintf.cc warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. 1 warning generated. 1 warning generated. Compile++ thumb: cocos2djs_shared <= VisibleRect.cpp Compile++ thumb: cocos2djs_shared <= AppDelegate.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] Compile++ thumb: cocos2djs_shared <= ConfigParser.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. 1 warning generated. 1 warning generated. StaticLibrary : libcocos2d.a Compile++ thumb: cocostudio_static <= CSParseBinary.pb.cc Compile++ thumb: cocos2djs_shared <= coded_stream.cc warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] Compile++ thumb: cocos2djs_shared <= common.cc warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos2djs_shared <= Landscape_png.cpp 1 warning generated. warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] Compile++ thumb: cocos2djs_shared <= PlayDisable_png.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos2djs_shared <= PlayEnable_png.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. 1 warning generated. Compile++ thumb: cocos2djs_shared <= Portrait_png.cpp Compile++ thumb: cocos2djs_shared <= Shine_png.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos2djs_shared <= Runtime.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos2djs_shared <= Protos.pb.cc warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos2djs_shared <= Runtime_android.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos2djs_shared <= main.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_auto.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_builder_auto.cpp 1 warning generated. warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_extension_auto.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_spine_auto.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32468:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32468:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32506:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32506:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32524:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32524:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32541:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32541:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32560:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32560:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32580:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32580:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32600:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32600:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32620:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32620:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32638:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32638:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32657:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32657:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32681:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32681:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32701:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32701:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32781:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32781:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32809:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32809:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32828:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32828:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32860:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32860:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32879:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32879:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32899:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32899:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32917:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32917:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32934:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32934:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32953:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32953:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32971:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32971:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32990:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:32990:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33010:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33010:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33035:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33035:41: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = (cocos2d::LabelTTF *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33061:22: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* ret = cocos2d::LabelTTF::create(); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33065:75: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelTTF>(cx, (cocos2d::LabelTTF*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33065:99: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelTTF>(cx, (cocos2d::LabelTTF*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33087:22: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* ret = cocos2d::LabelTTF::create(arg0, arg1, arg2); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33091:75: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelTTF>(cx, (cocos2d::LabelTTF*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33091:99: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelTTF>(cx, (cocos2d::LabelTTF*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33115:22: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* ret = cocos2d::LabelTTF::create(arg0, arg1, arg2, arg3); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33119:75: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelTTF>(cx, (cocos2d::LabelTTF*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33119:99: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelTTF>(cx, (cocos2d::LabelTTF*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33146:22: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* ret = cocos2d::LabelTTF::create(arg0, arg1, arg2, arg3, arg4); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33150:75: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelTTF>(cx, (cocos2d::LabelTTF*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33150:99: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelTTF>(cx, (cocos2d::LabelTTF*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33180:22: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* ret = cocos2d::LabelTTF::create(arg0, arg1, arg2, arg3, arg4, arg5); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33184:75: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelTTF>(cx, (cocos2d::LabelTTF*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33184:99: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelTTF>(cx, (cocos2d::LabelTTF*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33207:18: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* ret = cocos2d::LabelTTF::createWithFontDefinition(arg0, arg1); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33211:67: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelTTF>(cx, (cocos2d::LabelTTF*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33211:91: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelTTF>(cx, (cocos2d::LabelTTF*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33228:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = new (std::nothrow) cocos2d::LabelTTF(); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33228:59: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF* cobj = new (std::nothrow) cocos2d::LabelTTF(); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33233:23: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] TypeTest<cocos2d::LabelTTF> t; ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33261:14: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF *nobj = new (std::nothrow) cocos2d::LabelTTF(); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33261:59: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] cocos2d::LabelTTF *nobj = new (std::nothrow) cocos2d::LabelTTF(); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:33342:23: warning: 'LabelTTF' is deprecated -Wdeprecated-declarations] TypeTest<cocos2d::LabelTTF> t; ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelTTF.h:66:38: note: 'LabelTTF' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelTTF : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35481:14: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35481:44: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35499:14: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35499:44: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35516:14: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35516:44: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35535:14: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35535:44: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35562:14: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35562:44: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35581:14: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35581:44: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35601:14: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35601:44: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35621:14: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35621:44: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35693:14: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35693:44: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35711:14: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35711:44: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35730:14: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35730:44: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35760:14: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35760:44: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35780:14: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35780:44: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = (cocos2d::LabelBMFont *)(proxy ? proxy->ptr : NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35801:22: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* ret = cocos2d::LabelBMFont::create(); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35805:75: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelBMFont>(cx, (cocos2d::LabelBMFont*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35805:102: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelBMFont>(cx, (cocos2d::LabelBMFont*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35824:22: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* ret = cocos2d::LabelBMFont::create(arg0, arg1); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35828:75: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelBMFont>(cx, (cocos2d::LabelBMFont*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35828:102: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelBMFont>(cx, (cocos2d::LabelBMFont*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35849:22: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* ret = cocos2d::LabelBMFont::create(arg0, arg1, arg2); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35853:75: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelBMFont>(cx, (cocos2d::LabelBMFont*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35853:102: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelBMFont>(cx, (cocos2d::LabelBMFont*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35877:22: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* ret = cocos2d::LabelBMFont::create(arg0, arg1, arg2, arg3); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35881:75: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelBMFont>(cx, (cocos2d::LabelBMFont*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35881:102: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelBMFont>(cx, (cocos2d::LabelBMFont*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35908:22: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* ret = cocos2d::LabelBMFont::create(arg0, arg1, arg2, arg3, arg4); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35912:75: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelBMFont>(cx, (cocos2d::LabelBMFont*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35912:102: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] js_proxy_t *jsProxy = js_get_or_create_proxy<cocos2d::LabelBMFont>(cx, (cocos2d::LabelBMFont*)ret); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35929:14: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = new (std::nothrow) cocos2d::LabelBMFont(); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35929:62: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont* cobj = new (std::nothrow) cocos2d::LabelBMFont(); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35934:23: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] TypeTest<cocos2d::LabelBMFont> t; ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35962:14: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont *nobj = new (std::nothrow) cocos2d::LabelBMFont(); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:35962:62: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] cocos2d::LabelBMFont *nobj = new (std::nothrow) cocos2d::LabelBMFont(); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/auto/jsb_cocos2dx_auto.cpp:36030:23: warning: 'LabelBMFont' is deprecated -Wdeprecated-declarations] TypeTest<cocos2d::LabelBMFont> t; ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../2d/CCLabelBMFont.h:80:38: note: 'LabelBMFont' declared here class CC_DLL CC_DEPRECATED_ATTRIBUTE LabelBMFont : public Node, public LabelProtocol, public BlendProtocol ^ 1 warning generated. Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_studio_auto.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_ui_auto.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. 1 warning generated. Compile++ thumb: cocos_jsb_static <= ScriptingCore.cpp Compile++ thumb: cocos_jsb_static <= cocos2d_specifics.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/manual/cocos2d_specifics.cpp:1469:15: warning: 'unscheduleAllSelectors' is deprecated -Wdeprecated-declarations] cobj->unscheduleAllSelectors(); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/..\2d/CCNode.h:1348:34: note: 'unscheduleAllSelectors' declared here CC_DEPRECATED_ATTRIBUTE void unscheduleAllSelectors() { unscheduleAllCallbacks(); } ^ 1 warning generated. Compile++ thumb: cocos_jsb_static <= js_manual_conversions.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/manual/js_manual_conversions.cpp:80:15: warning: 'cc_utf16_to_utf8' is deprecated -Wdeprecated-declarations] _buffer = cc_utf16_to_utf8(pStrUTF16, -1, NULL, NULL); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../base/ccUTF8.h:210:39: note: 'cc_utf16_to_utf8' declared here CC_DEPRECATED_ATTRIBUTE CC_DLL char * cc_utf16_to_utf8 (const unsigned short *str, ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/manual/js_manual_conversions.cpp:1665:33: warning: 'cc_utf8_to_utf16' is deprecated -Wdeprecated-declarations] jschar* strUTF16 = (jschar*)cc_utf8_to_utf16(v, (int)length, &utf16_size); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../base/ccUTF8.h:197:48: note: 'cc_utf8_to_utf16' declared here CC_DEPRECATED_ATTRIBUTE CC_DLL unsigned short* cc_utf8_to_utf16(const char* str_old, int length = -1, int* rUtf16Size = nullptr); ^ 2 warnings generated. Compile++ thumb: cocos_jsb_static <= js_bindings_core.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 3 warnings generated. Compile++ thumb: cocos_jsb_static <= js_bindings_opengl.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos_jsb_static <= jsb_opengl_functions.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos_jsb_static <= jsb_opengl_manual.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos_jsb_static <= jsb_opengl_registration.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos_jsb_static <= jsb_event_dispatcher_manual.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos_jsb_static <= CCJavascriptJavaBridge.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 122 warnings generated. 1 warning generated. Compile++ thumb: cocos_jsb_static <= js_bindings_chipmunk_auto_classes.cpp E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/manual/platform/android/CCJavascriptJavaBridge.cpp:62:13: warning: enumeration values 'TypeInvalid', 'TypeVector', and 'TypeFunction' not handled in switch -Wswitch] switch (m_returnType) ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/manual/platform/android/CCJavascriptJavaBridge.cpp:102:13: warning: enumeration values 'TypeInvalid', 'TypeVector', and 'TypeFunction' not handled in switch -Wswitch] switch (m_returnType) ^ warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/manual/platform/android/CCJavascriptJavaBridge.cpp:268:10: warning: 4 enumeration values not handled in switch: 'TypeInvalid', 'TypeVoid', 'TypeVector'... -Wswitch] switch (type) ^ 4 warnings generated. Compile++ thumb: cocos_jsb_static <= js_bindings_chipmunk_functions.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] Compile++ thumb: cocos_jsb_static <= js_bindings_chipmunk_manual.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos_jsb_static <= js_bindings_chipmunk_registration.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. 1 warning generated. Compile++ thumb: cocos_jsb_static <= js_bindings_ccbreader.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_studio_manual.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_extension_manual.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos_jsb_static <= js_bindings_system_functions.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos_jsb_static <= js_bindings_system_registration.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos_jsb_static <= jsb_socketio.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos_jsb_static <= jsb_websocket.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos_jsb_static <= XMLHTTPRequest.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/manual/network/jsb_socketio.cpp:35:38: warning: 'Object' is deprecated -Wdeprecated-declarations] class JSB_SIOEvent : public cocos2d::Object { ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/../deprecated/CCDeprecated.h:537:37: note: 'Object' declared here CC_DEPRECATED_ATTRIBUTE typedef Ref Object; ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/manual/network/jsb_socketio.cpp:184:36: warning: 'connect' is deprecated -Wdeprecated-declarations] SIOClient* ret = SocketIO::connect(*siodelegate, url); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/..\network/SocketIO.h:106:48: note: 'connect' declared here CC_DEPRECATED_ATTRIBUTE static SIOClient* connect(SocketIO::SIODelegate& delegate, const std::string& uri); ^ 3 warnings generated. Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_spine_manual.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos_jsb_static <= jsb_cocos2dx_ui_manual.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/manual/network/XMLHTTPRequest.cpp:248:19: warning: 'setResponseCallback' is deprecated -Wdeprecated-declarations] _httpRequest->setResponseCallback(this, httpresponse_selector(MinXmlHttpRequest::handle_requestResponse)); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/..\network/HttpRequest.h:188:41: note: 'setResponseCallback' declared here CC_DEPRECATED_ATTRIBUTE inline void setResponseCallback(Ref* pTarget, SEL_HttpResponse pSelector) ^ 2 warnings generated. Compile++ thumb: cocos_localstorage_static <= LocalStorage.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocos_localstorage_static <= LocalStorage-android.cpp warning: unknown warning option '-Wno-psabi' -Wunknown-warning-option] 1 warning generated. Compile++ thumb: cocostudio_static <= CCActionFrame.cpp E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/manual/ui/jsb_cocos2dx_ui_manual.cpp:146:15: warning: 'addTouchEventListener' is deprecated -Wdeprecated-declarations] cobj->addTouchEventListener(tmpObj, toucheventselector(JSStudioEventListenerWrapper::eventCallbackFunc)); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/..\ui/UIWidget.h:238:34: note: 'addTouchEventListener' declared here CC_DEPRECATED_ATTRIBUTE void addTouchEventListener(Ref* target,SEL_TouchEvent selector); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/manual/ui/jsb_cocos2dx_ui_manual.cpp:178:15: warning: 'addEventListenerCheckBox' is deprecated -Wdeprecated-declarations] cobj->addEventListenerCheckBox(tmpObj, checkboxselectedeventselector(JSStudioEventListenerWrapper::eventCallbackFunc)); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/..\ui/UICheckBox.h:182:34: note: 'addEventListenerCheckBox' declared here CC_DEPRECATED_ATTRIBUTE void addEventListenerCheckBox(Ref* target,SEL_SelectedStateEvent selector); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/manual/ui/jsb_cocos2dx_ui_manual.cpp:210:15: warning: 'addEventListenerSlider' is deprecated -Wdeprecated-declarations] cobj->addEventListenerSlider(tmpObj, sliderpercentchangedselector(JSStudioEventListenerWrapper::eventCallbackFunc)); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/..\ui/UISlider.h:188:34: note: 'addEventListenerSlider' declared here CC_DEPRECATED_ATTRIBUTE void addEventListenerSlider(Ref* target,SEL_SlidPercentChangedEvent selector); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/manual/ui/jsb_cocos2dx_ui_manual.cpp:242:15: warning: 'addEventListenerTextField' is deprecated -Wdeprecated-declarations] cobj->addEventListenerTextField(tmpObj, textfieldeventselector(JSStudioEventListenerWrapper::eventCallbackFunc)); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/..\ui/UITextField.h:182:34: note: 'addEventListenerTextField' declared here CC_DEPRECATED_ATTRIBUTE void addEventListenerTextField(Ref* target, SEL_TextFieldEvent selecor); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/manual/ui/jsb_cocos2dx_ui_manual.cpp:274:15: warning: 'addEventListenerPageView' is deprecated -Wdeprecated-declarations] cobj->addEventListenerPageView(tmpObj, pagevieweventselector(JSStudioEventListenerWrapper::eventCallbackFunc)); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/..\ui/UIPageView.h:137:34: note: 'addEventListenerPageView' declared here CC_DEPRECATED_ATTRIBUTE void addEventListenerPageView(Ref *target, SEL_PageViewEvent selector); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/manual/ui/jsb_cocos2dx_ui_manual.cpp:306:15: warning: 'addEventListenerScrollView' is deprecated -Wdeprecated-declarations] cobj->addEventListenerScrollView(tmpObj, scrollvieweventselector(JSStudioEventListenerWrapper::eventCallbackFunc)); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/..\ui/UIScrollView.h:254:34: note: 'addEventListenerScrollView' declared here CC_DEPRECATED_ATTRIBUTE void addEventListenerScrollView(Ref* target, SEL_ScrollViewEvent selector); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/bindings/manual/ui/jsb_cocos2dx_ui_manual.cpp:338:15: warning: 'addEventListenerListView' is deprecated -Wdeprecated-declarations] cobj->addEventListenerListView(tmpObj, listvieweventselector(JSStudioEventListenerWrapper::eventCallbackFunc)); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/3d/..\ui/UIListView.h:177:34: note: 'addEventListenerListView' declared here CC_DEPRECATED_ATTRIBUTE void addEventListenerListView(Ref* target, SEL_ListViewEvent selector); ^ 1 warning generated. Compile++ thumb: cocostudio_static <= CCActionFrameEasing.cpp 8 warnings generated. Compile++ thumb: cocostudio_static <= CCActionManagerEx.cpp // //这边省略 // Compile thumb : spine_static <= SkinnedMeshAttachment.c Compile thumb : spine_static <= Slot.c Compile thumb : spine_static <= SlotData.c Compile++ thumb: spine_static <= spine-cocos2dx.cpp Compile++ thumb: cocos_network_static <= HttpClient.cpp E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/editor-support/spine/SkeletonRenderer.cpp:229:20: warning: 'setDrawColor4B' is deprecated -Wdeprecated-declarations] DrawPrimitives::setDrawColor4B(0, 0, 255, 255); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/./2d/CCDrawingPrimitives.h:150:41: note: 'setDrawColor4B' declared here CC_DEPRECATED_ATTRIBUTE void CC_DLL setDrawColor4B(GLubyte r, GLubyte g, GLubyte b, GLubyte a); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/editor-support/spine/SkeletonRenderer.cpp:242:21: warning: 'drawPoly' is deprecated -Wdeprecated-declarations] DrawPrimitives::drawPoly(points, 4, true); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/./2d/CCDrawingPrimitives.h:109:41: note: 'drawPoly' declared here CC_DEPRECATED_ATTRIBUTE void CC_DLL drawPoly(const Vec2 *vertices, unsigned int numOfVertices, bool closePolygon); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/editor-support/spine/SkeletonRenderer.cpp:248:20: warning: 'setDrawColor4B' is deprecated -Wdeprecated-declarations] DrawPrimitives::setDrawColor4B(255, 0, 0, 255); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/./2d/CCDrawingPrimitives.h:150:41: note: 'setDrawColor4B' declared here CC_DEPRECATED_ATTRIBUTE void CC_DLL setDrawColor4B(GLubyte r, GLubyte g, GLubyte b, GLubyte a); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/editor-support/spine/SkeletonRenderer.cpp:253:21: warning: 'drawLine' is deprecated -Wdeprecated-declarations] DrawPrimitives::drawLine(Vec2(bone->worldX, bone->worldY), Vec2(x, y)); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/./2d/CCDrawingPrimitives.h:96:41: note: 'drawLine' declared here CC_DEPRECATED_ATTRIBUTE void CC_DLL drawLine(const Vec2& origin, const Vec2& destination); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/editor-support/spine/SkeletonRenderer.cpp:256:20: warning: 'setPointSize' is deprecated -Wdeprecated-declarations] DrawPrimitives::setPointSize(4); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/./2d/CCDrawingPrimitives.h:160:41: note: 'setPointSize' declared here CC_DEPRECATED_ATTRIBUTE void CC_DLL setPointSize(GLfloat pointSize); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/editor-support/spine/SkeletonRenderer.cpp:257:20: warning: 'setDrawColor4B' is deprecated -Wdeprecated-declarations] DrawPrimitives::setDrawColor4B(0, 0, 255, 255); // Root bone is blue. ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/./2d/CCDrawingPrimitives.h:150:41: note: 'setDrawColor4B' declared here CC_DEPRECATED_ATTRIBUTE void CC_DLL setDrawColor4B(GLubyte r, GLubyte g, GLubyte b, GLubyte a); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/editor-support/spine/SkeletonRenderer.cpp:260:21: warning: 'drawPoint' is deprecated -Wdeprecated-declarations] DrawPrimitives::drawPoint(Vec2(bone->worldX, bone->worldY)); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/./2d/CCDrawingPrimitives.h:88:41: note: 'drawPoint' declared here CC_DEPRECATED_ATTRIBUTE void CC_DLL drawPoint(const Vec2& point); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/editor-support/spine/SkeletonRenderer.cpp:261:33: warning: 'setDrawColor4B' is deprecated -Wdeprecated-declarations] if (i == 0) DrawPrimitives::setDrawColor4B(0, 255, 0, 255); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/./2d/CCDrawingPrimitives.h:150:41: note: 'setDrawColor4B' declared here CC_DEPRECATED_ATTRIBUTE void CC_DLL setDrawColor4B(GLubyte r, GLubyte g, GLubyte b, GLubyte a); ^ 8 warnings generated. Compile++ thumb: cocos_network_static <= SocketIO.cpp Compile++ thumb: cocos_network_static <= WebSocket.cpp Compile++ thumb: audioengine_static <= AudioEngine-inl.cpp E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/audio/android/AudioEngine-inl.cpp:289:38: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' -Wformat] log("%s error:%lu",__func__, result); ~~~ ^~~~~~ %u E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/audio/android/AudioEngine-inl.cpp:308:38: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' -Wformat] log("%s error:%lu",__func__, result); ~~~ ^~~~~~ %u E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/audio/android/AudioEngine-inl.cpp:317:38: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' -Wformat] log("%s error:%lu",__func__, result); ~~~ ^~~~~~ %u E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/audio/android/AudioEngine-inl.cpp:326:38: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' -Wformat] log("%s error:%lu",__func__, result); ~~~ ^~~~~~ %u Compile++ thumb: audioengine_static <= AudioEngine.cpp Compile++ thumb: cocos_ui_static <= UIWidget.cpp 4 warnings generated. Compile++ thumb: cocos_ui_static <= UILayout.cpp Compile++ thumb: cocos_ui_static <= UILayoutParameter.cpp Compile++ thumb: cocos_ui_static <= UILayoutManager.cpp Compile++ thumb: cocos_ui_static <= CocosGUI.cpp Compile++ thumb: cocos_ui_static <= UIHelper.cpp Compile++ thumb: cocos_ui_static <= UIListView.cpp Compile++ thumb: cocos_ui_static <= UIPageView.cpp Compile++ thumb: cocos_ui_static <= UIScrollView.cpp Compile++ thumb: cocos_ui_static <= UIButton.cpp Compile++ thumb: cocos_ui_static <= UICheckBox.cpp Compile++ thumb: cocos_ui_static <= UIImageView.cpp Compile++ thumb: cocos_ui_static <= UIText.cpp Compile++ thumb: cocos_ui_static <= UITextAtlas.cpp Compile++ thumb: cocos_ui_static <= UITextBMFont.cpp Compile++ thumb: cocos_ui_static <= UILoadingBar.cpp Compile++ thumb: cocos_ui_static <= UISlider.cpp Compile++ thumb: cocos_ui_static <= UITextField.cpp Compile++ thumb: cocos_ui_static <= UIRichText.cpp Compile++ thumb: cocos_ui_static <= UIHBox.cpp Compile++ thumb: cocos_ui_static <= UIVBox.cpp Compile++ thumb: cocos_ui_static <= UIRelativeBox.cpp Compile++ thumb: cocos_ui_static <= UIVideoPlayer-android.cpp Compile++ thumb: cocos_ui_static <= UIDeprecated.cpp Compile++ thumb: cocos_ui_static <= UIScale9Sprite.cpp Compile++ thumb: cocos_ui_static <= UIWebView.cpp Compile++ thumb: cocos_ui_static <= UIWebViewImpl-android.cpp Compile++ thumb: cocos_ui_static <= UIEditBox.cpp Compile++ thumb: cocos_ui_static <= UIEditBoxImpl-android.cpp Compile++ thumb: cocos_ui_static <= UILayoutComponent.cpp E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/ui/UIEditBox/UIEditBoxImpl-android.cpp:172:31: warning: 'cc_utf8_strlen' is deprecated -Wdeprecated-declarations] long length = cc_utf8_strlen(_text.c_str(), -1); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/.\base/ccUTF8.h:169:37: note: 'cc_utf8_strlen' declared here CC_DEPRECATED_ATTRIBUTE CC_DLL long cc_utf8_strlen (const char * p, int max = -1); ^ 1 warning generated. Compile++ thumb: cocosdenshion_static <= cddSimpleAudioEngine.cpp // //这边省略 // Compile++ thumb: cocos2dxandroid_static <= javaactivity-android.cpp Compile++ thumb: cocos2dxandroid_static <= DPIJni.cpp Compile++ thumb: cocos2dxandroid_static <= IMEJni.cpp E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/platform/android/javaactivity-android.cpp:77:34: warning: 'init' is deprecated -Wdeprecated-declarations] cocos2d::DrawPrimitives::init(); ^ E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/cocos/platform/android/../..\2d/CCDrawingPrimitives.h:82:41: note: 'init' declared here CC_DEPRECATED_ATTRIBUTE void CC_DLL init(); ^ Compile++ thumb: cocos2dxandroid_static <= Java_org_cocos2dx_lib_Cocos2dxAccelerometer.cpp 1 warning generated. Compile++ thumb: cocos2dxandroid_static <= Java_org_cocos2dx_lib_Cocos2dxBitmap.cpp // //这边省略 // StaticLibrary : libcpufeatures.a SharedLibrary : libcocos2djs.so E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/external/curl/prebuilt/android/armeabi/libcurl.a(url.o):function IsPipeliningPossible: error: relocation overflow in R_ARM_THM_CALL E:\games\cocos\domecat\frameworks\runtime-src\proj.android\../../js-bindings/cocos2d-x/external/curl/prebuilt/android/armeabi/libcurl.a(url.o):function fix_hostname.isra.1: error: relocation overflow in R_ARM_THM_CALL clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation) make.exe: *** Error 1 make.exe: Leaving directoryE:/games/cocos/domecat/frameworks/runtime-src/proj.android’
Running command: compile
Building mode: debug
running: ‘“D:\Android\sdk\tools\android” update project -t android-18 -p E:\games\cocos\domecat\frameworks\runtime-src\proj.android’
running: ‘“D:\Android\sdk\tools\android” update lib-project -p E:\games\cocos\domecat\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos/platform/android/java -t android-18’
building native
NDK build mode: release
running: ‘D:\Android\android-ndk-r9d\ndk-build -C E:\games\cocos\domecat\frameworks\runtime-src\proj.android -j3 NDK_MODULE_PATH=E:\games\cocos\domecat\frameworks\runtime-src\proj.android…/…/js-bindings;E:\games\cocos\domecat\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x;E:\games\cocos\domecat\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/cocos;E:\games\cocos\domecat\frameworks\runtime-src\proj.android…/…/js-bindings/cocos2d-x/external’
Ndk build failed!