David

Results 3 issues of David

**Host Environment** - OS: macOS 12.5 (Apple Silicon using arm64-osx) - Compiler: Xcode 13.4.1 **To Reproduce** Steps to reproduce the behavior: `./vcpkg install libvpx` **Failure logs** ```bash Computing installation plan......

category:community-triplet

More than an issue an announcement :) I have added OpenTracing to vcpkg (C++ Library Manager) repository via this merged PR: https://github.com/Microsoft/vcpkg/pull/5974 It works in Windows and Linux (probably in...

When using v1.4 One of our dependencies is using minizip. This creates a problem of symbol duplication: ``` duplicate symbol '_call_zopen64' in:     /Users/Shared/vcpkg/installed/arm64-osx/debug/lib/libquazip1-qt6d.a(qioapi.cpp.o)     /Users/Shared/vcpkg/installed/arm64-osx/debug/lib/libminizip.a(ioapi.c.o) duplicate symbol '_call_ztell64' in:     /Users/Shared/vcpkg/installed/arm64-osx/debug/lib/libquazip1-qt6d.a(qioapi.cpp.o)     /Users/Shared/vcpkg/installed/arm64-osx/debug/lib/libminizip.a(ioapi.c.o)...