You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
打包报错 F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-internal.h:739:61: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions]
static_assert(kJSObjectType + 1 == kFirstJSApiObjectType);
^
, ""
F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-internal.h:740:55: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions]
static_assert(kJSObjectType < kLastJSApiObjectType);
^
, ""
F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-internal.h:741:63: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions]
static_assert(kFirstJSApiObjectType < kLastJSApiObjectType);
^
, ""
F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-internal.h:939:38: error: no template named 'remove_cv_t' in namespace 'std'; did you mean 'remove_cv'?
!std::is_same<Data, std::remove_cv_t>::value>::Perform(data);
~~~~~^~~~~~~~~~~
remove_cv
D:/Android_SDK/ndk/21.4.7075529/build//../sources/cxx-stl/llvm-libc++/include\type_traits:686:50: note: 'remove_cv' declared here
template struct _LIBCPP_TEMPLATE_VIS remove_cv
^
In file included from D:/jk_wp/workspace/fairy_farm_APK_test/build/jsb-link/frameworks/runtime-src/proj.android-studio/app/jni/../../jni/../../Classes/jsb_module_register.cpp:29:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/SeApi.h:34:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/SeApi.h:27:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/ScriptEngine.hpp:31:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/Base.h:33:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8\v8.h:24:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-array-buffer.h:12:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-local-handle.h:12:
F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-handle-base.h:34:51: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions]
template <template <typename T, typename... Ms> typename H, typename T,
^~~~~~~~
class
In file included from D:/jk_wp/workspace/fairy_farm_APK_test/build/jsb-link/frameworks/runtime-src/proj.android-studio/app/jni/../../jni/../../Classes/jsb_module_register.cpp:29:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/SeApi.h:34:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/SeApi.h:27:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/ScriptEngine.hpp:31:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/Base.h:33:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8\v8.h:24:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-array-buffer.h:13:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-object.h:9:
F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-maybe.h:106:27: error: no template named 'enable_if_t' in namespace 'std'; did you mean 'enable_if'?
template <class U, std::enable_if_t<!std::is_lvalue_reference_v>>
~~~~~^~~~~~~~~~~
enable_if
D:/Android_SDK/ndk/21.4.7075529/build//../sources/cxx-stl/llvm-libc++/include\type_traits:538:63: note: 'enable_if' declared here
template <bool, class _Tp = void> struct _LIBCPP_TEMPLATE_VIS enable_if {};
^
In file included from D:/jk_wp/workspace/fairy_farm_APK_test/build/jsb-link/frameworks/runtime-src/proj.android-studio/app/jni/../../jni/../../Classes/jsb_module_register.cpp:29:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/SeApi.h:34:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/SeApi.h:27:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/ScriptEngine.hpp:31:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/Base.h:33:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8\v8.h:24:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-array-buffer.h:13:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-object.h:9:
F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-maybe.h:106:45: error: no template named 'is_lvalue_reference_v' in namespace 'std'; did you mean 'is_lvalue_reference'?
template <class U, std::enable_if_t<!std::is_lvalue_reference_v>>
~~~~~^~~~~~~~~~~~~~~~~~~~~
is_lvalue_reference
D:/Android_SDK/ndk/21.4.7075529/build//../sources/cxx-stl/llvm-libc++/include\type_traits:817:50: note: 'is_lvalue_reference' declared here
template struct _LIBCPP_TEMPLATE_VIS is_lvalue_reference : public false_type {};
^
In file included from D:/jk_wp/workspace/fairy_farm_APK_test/build/jsb-link/frameworks/runtime-src/proj.android-studio/app/jni/../../jni/../../Classes/jsb_module_register.cpp:29:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/SeApi.h:34:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/SeApi.h:27:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/ScriptEngine.hpp:31:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/Base.h:33:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8\v8.h:24:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-array-buffer.h:13:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-object.h:9:
F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-maybe.h:106:69: error: expected '(' for function-style cast or type construction
template <class U, std::enable_if_t<!std::is_lvalue_reference_v>>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-maybe.h:123:25: error: no template named 'enable_if_t' in namespace 'std'; did you mean 'enable_if'?
template <class T, std::enable_if_t<!std::is_lvalue_reference_v> = nullptr>
~~~~~^~~~~~~~~~~
enable_if
D:/Android_SDK/ndk/21.4.7075529/build//../sources/cxx-stl/llvm-libc++/include\type_traits:538:63: note: 'enable_if' declared here
template <bool, class _Tp = void> struct _LIBCPP_TEMPLATE_VIS enable_if {};
^
In file included from D:/jk_wp/workspace/fairy_farm_APK_test/build/jsb-link/frameworks/runtime-src/proj.android-studio/app/jni/../../jni/../../Classes/jsb_module_register.cpp:29:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/SeApi.h:34:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/SeApi.h:27:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/ScriptEngine.hpp:31:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/Base.h:33:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8\v8.h:24:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-array-buffer.h:13:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-object.h:9:
F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-maybe.h:123:43: error: no template named 'is_lvalue_reference_v' in namespace 'std'; did you mean 'is_lvalue_reference'?
template <class T, std::enable_if_t<!std::is_lvalue_reference_v>* = nullptr>
~~~~~^~~~~~~~~~~~~~~~~~~~~
is_lvalue_reference
D:/Android_SDK/ndk/21.4.7075529/build//../sources/cxx-stl/llvm-libc++/include\type_traits:817:50: note: 'is_lvalue_reference' declared here
template struct _LIBCPP_TEMPLATE_VIS is_lvalue_reference : public false_type {};
^
In file included from D:/jk_wp/workspace/fairy_farm_APK_test/build/jsb-link/frameworks/runtime-src/proj.android-studio/app/jni/../../jni/../../Classes/jsb_module_register.cpp:29:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/SeApi.h:34:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/SeApi.h:27:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/ScriptEngine.hpp:31:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/Base.h:33:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8\v8.h:24:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-array-buffer.h:13:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-object.h:9:
F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-maybe.h:123:67: error: expected '(' for function-style cast or type construction
template <class T, std::enable_if_t<!std::is_lvalue_reference_v>* = nullptr>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
In file included from D:/jk_wp/workspace/fairy_farm_APK_test/build/jsb-link/frameworks/runtime-src/proj.android-studio/app/jni/../../jni/../../Classes/jsb_module_register.cpp:29:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/SeApi.h:34:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/SeApi.h:27:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/ScriptEngine.hpp:31:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/cocos/..\cocos/scripting/js-bindings/jswrapper/v8/Base.h:33:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8\v8.h:33:
In file included from F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-function.h:11:
F:/cocos-dashboard-editors/2.4.13/resources/cocos2d-x/external/android/armeabi-v7a/include/v8/v8-function-callback.h:151:50: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions]
kIsolateIndex - kReturnValueIndex);
^
, ""
24 warnings and 7 errors generated.
make: *** [D:/Android_SDK/ndk/21.4.7075529/build//../build/core/build-binary.mk:478: D:/jk_wp/workspace/fairy_farm_APK_test/build/jsb-link/frameworks/runtime-src/proj.android-studio/app/build/intermediates/ndkBuild/release/obj/local/armeabi-v7a/objs/cocos2djs///Classes/jsb_module_register.o] Error 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.