AndroidIDE-NDK icon indicating copy to clipboard operation
AndroidIDE-NDK copied to clipboard

CMake doesn't support download from ssl or http but out-of-the-box it must.

Open Alex3474247 opened this issue 1 year ago • 4 comments

Hi! Out-of-the-box I mean Windows and Linux full versions of CMake (for example 3.25.1) See this issue: https://github.com/OpenEnroth/OpenEnroth/issues/1308#issuecomment-1722913731 This project cmake auto-resolves the dependencies and downloads them. Is this issue fixable? It is critical I think.

Alex3474247 avatar Sep 18 '23 11:09 Alex3474247

Im trying building this project using a termux, not successfully, need more configuration for ffmpeg. Not any messages for downloading files with cmake

MrIkso avatar Sep 30 '23 14:09 MrIkso

build.gradle.txt You can take my build.gradle file for path OpenEnroth/android/openenroth and my keystore.jks if you don't have yours, to reproduce the error.

Alex3474247 avatar Sep 30 '23 14:09 Alex3474247

I have just reproduced the issue, entered the following command in the AndroidIDE terminal: git pull origin master under the OpenEnroth dir if you cloned the repo. Build log: build_output (1).txt

Alex3474247 avatar Oct 30 '23 06:10 Alex3474247

The problem still reproduces even if I use the latest ndk: r26b, the errors are the same, unsupported protocol which means CMake is linked against libcurl without openssl and http support. build_output (2).txt

Alex3474247 avatar Dec 01 '23 11:12 Alex3474247