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
Hello, I meet error on link libuv_a.a
it looks like a problem on pthread
have any idea? thank you very much.
09:59:12.016 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Y:/App/Cocos2D/external/uv/prebuilt/android/x86_64/libuv_a.a(process.c.o):/Users/dimo4eg/dev/cocos2d-x-3rd-party-libs-src/contrib/android-x86_64/uv/src/unix/process.c:function uv_spawn: error: undefined reference to 'uv__pthread_sigmask'
09:59:12.016 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Y:/App/Cocos2D/external/uv/prebuilt/android/x86_64/libuv_a.a(signal.c.o):/Users/dimo4eg/dev/cocos2d-x-3rd-party-libs-src/contrib/android-x86_64/uv/src/unix/signal.c:function uv__signal_stop: error: undefined reference to 'uv__pthread_sigmask'
09:59:12.016 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Y:/App/Cocos2D/external/uv/prebuilt/android/x86_64/libuv_a.a(signal.c.o):/Users/dimo4eg/dev/cocos2d-x-3rd-party-libs-src/contrib/android-x86_64/uv/src/unix/signal.c:function uv__signal_stop: error: undefined reference to 'uv__pthread_sigmask'
09:59:12.017 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Y:/App/Cocos2D/external/uv/prebuilt/android/x86_64/libuv_a.a(signal.c.o):/Users/dimo4eg/dev/cocos2d-x-3rd-party-libs-src/contrib/android-x86_64/uv/src/unix/signal.c:function uv__signal_start: error: undefined reference to 'uv__pthread_sigmask'
09:59:12.017 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] clang++: error: linker command failed with exit code 1 (use -v to see invocation)
09:59:12.017 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] make: *** [R:/build/proj.android/App/intermediates/ndkBuild/debug/obj/local/x86_64/libMyGame.so] 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.
Except
spidermonkeybecause I'm not able to build it.