Cheney Wang
Cheney Wang
@SamuelMarks Are you still working on this PR?
OK, please apply my suggestions by the way when you add new changes.
What you really need to run is: `.\vcpkg upgrade` and when you are happy with it: `.\vcpkg upgrade --no-dry-run` Alternatively, you can try: `.\vcpkg remove --recurse vcpkg-cmake`
still relevant
If the failures on Linux and macOS are only due to missing dependencies rather than the port not supporting these platforms, you can mark the corresponding triplets as failed in...
In the latest local test, port also has an usage issue, the release mode file: \packages\serf_x64-windows\lib\pkgconfig\serf-1.pc includes the following contents: ``` libdir=${prefix}/debug/lib ```
Usage test passed with x64-windows.
arm64-windows failures: ``` Creating library libserf-1.lib and object libserf-1.exp auth_digest.obj : error LNK2019: unresolved external symbol __imp__apr_palloc@8 referenced in function _build_auth_header auth_spnego.obj : error LNK2001: unresolved external symbol __imp__apr_palloc@8 auth_spnego_sspi.obj...
All Windows-related triplets failed due to the following error: ``` ports\spirv-tools\portfile.cmake: warning: The following executables were found in ${CURRENT_PACKAGES_DIR}/bin or ${CURRENT_PACKAGES_DIR}/debug/bin. Executables are not valid distribution targets. If these executables...
Please run below command when you submit a new commit: ``` .\vcpkg.exe x-add-version libmem (--overwrite-version Add this option only for the second or subsequent use) git add . git commit...