Lily Wang

Results 17 issues of Lily Wang

Due to the following codes in **CMake\FollyFunctions.cmake**, folly will build error in a directory which contain character. ``` foreach (theList ${LISTS_TO_SEARCH}) foreach (entry ${${theList}}) foreach (match ${MATCHES_TO_REMOVE}) if (${entry} MATCHES...

**Describe the pull request** - #### What does your PR fix? Fixes #16019, update `tesseract` to version 5.2.0.

info:internal
category:port-update

Since not add `target_link_libraries` when `WITH_CURL` is ON, there are LNK2019 error as below: ``` cmd.exe /C "cd . && D:\downloads\tools\cmake-3.22.2-windows\cmake-3.22.2-windows-i386\bin\cmake.exe -E vs_link_dll --intdir=src\CMakeFiles\rdkafka.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\mt.exe --manifests -- C:\PROGRA~1\MICROS~1\2022\ENTERP~1\VC\Tools\MSVC\1432~1.313\bin\Hostx64\x86\link.exe src\CMakeFiles\rdkafka.dir\crc32c.c.obj...

Hello, I'm a member of Microsoft VCPKG, when I built this port in an internal version of Visual Studio, it failed with following errors: ``` E:\0207\vcpkg\buildtrees\ocilib\x64-windows-rel\v4.7.3-f3f6b8726c.clean\src\array.c(300,71): error C2220: the following...

enhancement request
C API
done - waiting for merge
build issue

Unicorn is available as a port in [vcpkg](https://github.com/microsoft/vcpkg), a C++ library manager that simplifies installation for unicorn and other project dependencies. Documenting the install process here will help users get...

**Describe the pull request** - #### What does your PR fix? Fixes #26833, add export CMake and fix Release mode depends on Debug lib. Usage have test pass.

category:port-bug
info:internal

Wren is available as a port in [vcpkg](https://github.com/microsoft/vcpkg), a C++ library manager that simplifies installation for wren and other project dependencies. Documenting the install process here will help users get...

Fixes #35835, update `lcms` to 2.16, switch use `meson` to build it, and remove the old patches. Usage passed on `x64-windows`. - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md) -...

info:internal
category:port-update

Fix link error: ``` The link interface of target "GameNetworkingSockets::GameNetworkingSockets" contains: protobuf::libprotobuf but the target was not found. Possible reasons include: * There is a typo in the target name....

I use `sleef` 3.5.1 on vcpkg, there are the following build errors on Linux. It build failed when setting `COMPILER_SUPPORTS_OPENMP` to FALSE, could someone help me to take a look...

dft