Yury Bura
Yury Bura
> Switch to the CMake build? As far as I could tell 1.80 finally comes with proper CMake scripts which install `-config.cmake` etc. @Neumann-A Could you provide details? [Release notes](https://www.boost.org/users/history/version_1_80_0.html)...
> ah please consider including/fixing #26004/[#22762 (comment)](https://github.com/microsoft/vcpkg/discussions/22762#discussioncomment-2126877) I think it is better to fix this issue in a separate MR. Did you report the issue in Boost.Log?
@PhoebeHui Boost was updated.
@FrankXie05 Could you help with CI? In fact CI completed successfully: ``` SUMMARY FOR x64-osx SUCCEEDED: 1574 ```
Merged with master by @Neumann-A in https://github.com/microsoft/vcpkg/pull/38523 Thanks!
> hmm for some reason I would like to see patches for [llvm/llvm-project#79694](https://github.com/llvm/llvm-project/pull/79694) and [llvm/llvm-project#75711](https://github.com/llvm/llvm-project/pull/75711) applied so there is at least one place to get a useable clang-cl ;) Patches...
> Why does this require meson 1.4? the meson.build of meson just has 1.1.0 as a requirement LLVM 18 issues: https://github.com/mesonbuild/meson/commit/dec93ce9a52b234ed4cb25646eaf13c503ba739a https://github.com/mesonbuild/meson/commit/67afddbf431140c1ee064bf79a2fa5a95575488e
> the gstreamer issues seems be missing an include folder. The glib pc files have the correct include paths and the meson logs also show them. So the build is...
> as a workaround: Instead of updating meson, patching would also be possible. This at least should take care of the gstreamer regressions. Actually I wanted to update LLVM, but...
> @yurybura You already have the upstream patch you just need to supply it to the meson in vcpkg without updating it to 1.4 (at least I assume it is...