-
Notifications
You must be signed in to change notification settings - Fork 943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to build with ndk #1007
Comments
Could you please try disabling Could you provide a bit if information on how to install NDK on Linux? Then I can have a look at it. |
With
To use ndk, it is quite easy, manually download it at : https://developer.android.com/ndk/downloads I didn't test the compiled libcpr yet, I'll let you know if everything is ok |
Ah, linking to |
Ref: #987 |
It worked without any error with ndk r25c (didn't try with r26b) ! Also I needed to set OFF SSL or I got
Same as #333 |
With this command on master:
With
|
TLDR: OpenSSL Detection is not working correctly. You have to set it manually like we are doing it for macOS inside the CI: Lines 256 to 257 in 1ad1cd2
|
FYI, if you use vckpkg it has an older version (1.10.5#2), I've created an issue to update cpr to 1.11.0 which seems like fixing NDK linking issue. microsoft/vcpkg#41876 |
Description
Example/How to Reproduce
I would like to add that if I remove
-DCPR_ENABLE_SSL=OFF
, I have the same error as #333 and I couldn't find a fixPossible Fix
No response
Where did you get it from?
GitHub (1.10.5)
Additional Context/Your Environment
The text was updated successfully, but these errors were encountered: