Jack·Boos·Yu
Jack·Boos·Yu
pixman does not have `supports` field in manifest file, can you please comfirm that? And `RoInitialize` is uwp supported. See https://docs.microsoft.com/en-us/windows/win32/api/roapi/nf-roapi-roinitialize.
``` [407/904] "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.32.31326/bin/Hostx64/x86/cl.exe" "-Isrc\compiler\glsl\glcpp\libglcpp.a.p" "-Isrc\compiler\glsl\glcpp" "-I..\src\esa-22.0.2-5fd67a6f31.clean\src\compiler\glsl\glcpp" "-Iinclude" "-I..\src\esa-22.0.2-5fd67a6f31.clean\include" "-Isrc" "-I..\src\esa-22.0.2-5fd67a6f31.clean\src" "-Isrc\mapi" "-I..\src\esa-22.0.2-5fd67a6f31.clean\src\mapi" "-Isrc\mesa" "-I..\src\esa-22.0.2-5fd67a6f31.clean\src\mesa" "-I..\src\esa-22.0.2-5fd67a6f31.clean\src\gallium\include" "-Isrc\gallium\auxiliary" "-I..\src\esa-22.0.2-5fd67a6f31.clean\src\gallium\auxiliary" "-Isrc\util" "-I..\src\esa-22.0.2-5fd67a6f31.clean\src\util" "-ID:/installed/x86-windows/include" "/MD" "/nologo" "/showIncludes" "/utf-8" "/W2" "/std:c11" "/Od"...
`vcpkg_install_meson` doesn't have an option to disable parallel build currently.
Is port `arrow[parquet]` instead of `Parquet [Arrow]`?
Confirmed, this issue exists in the latest master branch with the following code: ```cpp #include "arrow/api.h" #include "parquet/metadata.h" int main(){ auto pool = arrow::default_memory_pool(); parquet::FileMetaData* foo; foo->num_columns(); return 0; }...
cc @ianmcook @philjdf @@isaacbrodsky
@diehard2 Can you double confirm that?
@kou Can you please provide the related official patch / PR link?
That's because you also need to update the related docs. Please download [this file](https://dev.azure.com/vcpkg/c1ee48cb-0df2-4ab3-8384-b1df5a79fe53/_apis/build/builds/66849/artifacts?artifactName=format.diff&api-version=7.0&%24format=zip) and apply it, then commit.
cc @strega-nil-ms for review this PR.