Alexander Neumann

Results 375 comments of Alexander Neumann

Because the x86 triplet is just an example. I don't use it. But apart from that there is no further specific reason.

Thank you. Please consider them fluid and just take them as examples/templates. I might change details/compiler flags within them on an whim.

You need to have: ![image](https://github.com/Neumann-A/my-vcpkg-triplets/assets/30894796/3b85b2cc-d680-483b-8544-57d8743f3383) installed which is not the same as ![image](https://github.com/Neumann-A/my-vcpkg-triplets/assets/30894796/161b3c97-f8f1-40f7-8ae7-df72132ca463) In general it should work with either.

``` Unable to find a valid Visual Studio instance with toolset version ClangCL ``` means that vcpkg tried to locate a toolset with the name ClangCL. However, vcpkg doesn't know...

> However, a prevalent challenge surfaces when working within Visual Studio Number 1 answer here is: a) Use CMake. If you used CMake to generate project files you did something...

does ffmpeg have a migration guide somewhere? Maybe its easy to patch.

Does this help: https://gitlab.archlinux.org/archlinux/packaging/packages/aubio/-/blob/main/ffmpeg7.patch?ref_type=heads

https://gitlab.archlinux.org/archlinux/packaging/packages/aubio/-/blob/main/.SRCINFO?ref_type=heads also downloads some extra patches

> VCPKG_ENV_PASSTHROUGH would use the installation path of the SDK Use `VCPKG_ENV_PASSTHROUGH_UNTRACKED` as you already mentioned > The actual "compiler" is javac, but there are other tools affecting the structure...

I surprised that only so few cases of wrong `INTERFACE_LINK_LIBRARIES` exists.