Adam Helbling
04/20/2023, 1:35 AM./gradlew linkNative
It’s obviously something to do with the header files used from the toolchain but I have no idea how to specify anything different.
2 errors generated.
* Source files:
* Compiler version info: Konan: 1.7.21 / Kotlin: 1.7.21
* Output kind: DYNAMIC
e: org.jetbrains.kotlin.konan.KonanExternalToolFailure: The /Users/ahelbling/.konan/dependencies/apple-llvm-20200714-macos-aarch64-essentials/bin/clang++ command returned non-zero exit code: 1.
output:
In file included from /var/folders/08/mqm71ljs6qsct07_r9qxd9vc0000gn/T/konan_temp15784896127495882400/api.cpp:165:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/exception:84:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/cstdlib:135:9: error: no member named 'at_quick_exit' in the global namespace
using ::at_quick_exit _LIBCPP_USING_IF_EXISTS;
~~^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/cstdlib:136:9: error: no member named 'quick_exit' in the global namespace
using ::quick_exit _LIBCPP_USING_IF_EXISTS;
~~^
2 errors generated.
jasper
04/20/2023, 1:37 AMjasper
04/20/2023, 1:37 AMjasper
04/20/2023, 1:37 AMAdam Helbling
04/20/2023, 1:37 AMAdam Helbling
04/20/2023, 1:39 AMAdam Helbling
04/20/2023, 1:53 AMjasper
04/20/2023, 2:15 AMjasper
04/20/2023, 2:16 AMjasper
04/20/2023, 2:17 AMjasper
04/20/2023, 2:17 AMjasper
04/20/2023, 2:18 AMAdam Helbling
04/20/2023, 2:46 AMAdam Helbling
04/20/2023, 2:47 AM