-
lmathlib.c中使用了log2函数,需要在Android API >= 18的情况下 libm.so中才存在此符号
但是make_android_lua54.sh中是指定了API等级 android-18
也许是我使用的NDK版本的cmake参数不支持ANDROID_NATIVE_API_LEVEL了?
个人的解决方法是多传一个 -DANDROID_PLATFORM=${API} …
-
### Description / Steps to reproduce the issue
`sim:lua` in macOS CI doesn't link with pipe2(). Is there something special about the Lua Build that fails with pipe2()? We may need to disable the bu…
-
After updating MacOS to Sonoma 14.7 which also updated the clang toolchain. I noticed the following error message generated when building using `./test/toranj/build.sh all`:
```
FAILED: examples/app…
-
### Checklist
- [X] I'm reporting a bug unrelated to a specific site.
- [X] I've verified that I'm running the [**latest version**](https://github.com/yt-dlp/yt-dlp/releases/latest) of yt-dlp.
- [X] …
-
Undefined symbols for architecture arm64:
"_swift_getOpaqueTypeConformance", referenced from:
_$s10Kingfisher7KFImageV7SwiftUI4ViewAA4BodyAdEP_AGWT in libKingfisher.a(KFImage.o)
_$s10…
luyun updated
1 month ago
-
### MAX SDK Version
12.0.0
### Device/Platform Info
iOS18,xcode16
### Current Behavior
I am utilizing the AppLovin SDK to develop a custom SDK of my own. The process via CocoaPods was uneventful,…
-
### Current Behavior
My complier linker(MSVC) :
`>link -version`
`Microsoft (R) Incremental Linker Version 14.16.27043.0`
`Copyright (C) Microsoft Corporation. All rights reserved.`
tesseract v…
-
I don't know what causes this yet. Possibly an LLVM issue?
Can be reproduced by [Sabaton](https://github.com/FlorenceOS/Sabaton), branch `zig-update`, run `zig build virt`
```
ld.lld: error: /roo…
-
```sh
ld: warning: ignoring duplicate libraries: '-lobjc'
duplicate symbol '_OBJC_IVAR_$_AppDelegate.statusItem' in:
/private/var/folders/6p/_r5vpwg51sx9_fw2cvd64mb00000gn/T/go-link-2148735896/…
-
We are getting the following linker error with Clang 17 (LLVM 17) on osx intel:
```
[ 93%] Linking CXX executable test_lfortran
Undefined symbols for architecture x86_64:
"__availability_version…