在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

Can't Link wwise library to cocos2d-x project on ios

0 投票

when I try to run the projecg for iOS using compiler libc++ (LLVM c++ standard library with c++11 support) the library libAutoPannerMixer.a is not able to find some STL types at linking (e.g. std::allocator)


when I run installing process like in the example of the project WWise ios, cocos2d-x stops compiling as it is not able to find the thread.


Screenshots are attached. I suppose the problem is because library and cocos2d-x are builded with two compilers that are not compatible


 

最新提问 4月 5, 2018 分类:General Discussion | 用户: Vasiliy B. (140 分)

1个回答

0 投票
I Added in project libstdc++.6.dylib and problem solved, but need solved analog problem on android

04-06 00:59:42.484  6596  6596 I AEE/AED :     #02 pc 0023aeb1  /system/lib/libart.so (_ZN3art9JavaVMExt17LoadNativeLibraryEP7_JNIEnvRKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEP8_jobjectP8_jstringPS9_+1844)
04-06 00:59:42.484  6596  6596 I AEE/AED :     #03 pc 000036a3  /system/lib/libopenjdkjvm.so (JVM_NativeLoad+178)
04-06 00:59:42.484  6596  6596 I AEE/AED :     #04 pc 005dda35  /system/framework/arm/boot.oat (offset 0x56d000) (java.lang.Runtime.nativeLoad+144)
04-06 00:59:42.484  6596  6596 I AEE/AED :     #05 pc 005dd68d  /system/framework/arm/boot.oat (offset 0x56d000) (java.lang.Runtime.doLoad+136)
04-06 00:59:42.484  6596  6596 I AEE/AED :     #06 pc 005deb49  /system/framework/arm/boot.oat (offset 0x56d000) (java.lang.Runtime.loadLibrary0+540)
04-06 00:59:42.484  6596  6596 I AEE/AED :     #07 pc 005f2653  /system/framework/arm/boot.oat (offset 0x56d000) (java.lang.System.loadLibrary+78)
04-06 00:59:42.484  6596  6596 I AEE/AED :     #08 pc 000a94c1  /system/lib/libart.so (art_quick_invoke_stub_internal+64)
最新回答 4月 6, 2018 用户: Vasiliy B. (140 分)
...