Kai Pastor

Results 703 comments of Kai Pastor

> Hmmm, I wasn't able to reproduce the windows failures locally... You probably tested the head of your branch (before the msys2 update), not the merge commit in CI (after...

https://github.com/Azure/azure-sdk-for-cpp/issues/5745

> * libxslt[core,python]:x64-linux resulted in the unexpected state fail after 4.1 s /agent/_work/1/a/failure-logs/libxslt_python This works with the python system packages on Ubuntu 18.04 (python 3.6). Feature python doesn't depend on...

It is probably not a good idea to mix Windows CRT issues with Linux regular lib issues... > ### x64-windows-static > > When I build [openimageio] for x64-windows-static triplet my...

WRT to linux, the bug is real: - `buildtrees/openimageio/config-x64-linux-dbg-out.log` has ~~~ -- Found Boost [...] ~~~ - `/share/openimageio/OpenImageIOTargets.cmake` has several `

The boost link libs issue might be a side effect of vcpkg's switch to building boost with cmake: oiio uses `Boost_LIBRARIES`, but this seems to be populated with imported targets...

There should be a `-L[/debug]/lib`. We need to check where it is lost. The new test project build in CI still lacks `opencolorio`, so there is a blind spot.

> ~~~ > find_package(Spglib CONFIG REQUIRED) > target_link_libraries(main PRIVATE Spglib::symspg) > > # spglib is also compatible with modern CMake workflows > include(FetchContent) > FetchContent_Declare(Spglib > GIT_REPOSITORY https://github.com/spglib/spglib > GIT_TAG...

Your FetchContent implementation may be excellent, but that approach really doesn't integrate well with vcpkg's effort to control version, configuration and ABI. Simply remove the section which is unrelated to...