dmn-star

Results 11 comments of dmn-star

@pps83rbx The following steps worked for me when updating an older msys2 version: 1. install the new keys ( https://www.msys2.org/news/#2020-06-29-new-packagers) 2. **taskkill /fi "MODULES eq msys-2.0.dll" + exit the terminal**...

@asapha Did you find the solution for the "corrupted tree" problem?

@JonLiu1993 @dg0yt I simply deleted the directory with community triplets but still get the same error. The problem is that vcpkg tries to export vcpkg-cmake as a prefab, which of...

>but I wonder if the prefab export really needs to export host packages? ```bash vcpkg depend-info zlib --format=mermaid ``` produces the following diagram ```mermaid flowchart TD; zlib --> vcpkg-cmake; ```...

The answer to your question is no. Android cannot run any host tools and the integration to the build system is done via gradle plug-in, based on meta data generated...

I have managed to export the zlib ```bash vcpkg install zlib:arm-neon-android zlib:arm64-android zlib:x64-android zlib:x86-android ``` > [!IMPORTANT] > It is mandatory to install all 4 of them! Delete the line...

Thx for your suggestion. Unfortunately, the last installed triplet will be overwritten when using the manifest mode. #32631 And that's not what I need at all. I think I'll try...

>Why are you using macOS for CI? I'm not saying you're doing it wrong, I'm just curious what I'm missing that makes that a better option over Linux. > used...

@DanAlbert I have tested the update to [NDK r23](https://github.com/conan-io/conan-center-index/pull/6888) locally on my workstation and it does not work yet. r22b works as expected. Any suggestions how I can fix this?

Good catch. :-) /Users/dmn/.conan/data/android-ndk/r23/_/_/package/46f53f156846659bf39ad6675fa0ee8156e859fe/toolchains/llvm/prebuilt/darwin-x86_64/bin/aarch64-linux-android21-clang --version Permission denied. Maybe a broken symlink? clang++ -> clang12