-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[boost-iostreams] build fails to include zstd #16580
Labels
category:port-bug
The issue is with a library, which is something the port should already support
Comments
PhoebeHui
added
the
requires:more-information
This Issue requires more information to solve
label
Mar 8, 2021
@cdcseacave, could you provide us the repro code? |
PhoebeHui
added
category:port-bug
The issue is with a library, which is something the port should already support
and removed
requires:more-information
This Issue requires more information to solve
labels
Mar 10, 2021
This should be a port bug, from https://github.com/microsoft/vcpkg/blob/master/ports/boost-modular-build-helper/boost-modular-build.cmake, it only add the zstd library to boost on windows. cc @yurybura |
any updates here pls? |
seems this problem re-occur with boost 1.81.0 |
Could you share your log? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category:port-bug
The issue is with a library, which is something the port should already support
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install boost-iostreams
Failure
The port builds fine, but only zlib and bzip2 are considered during compilation, even though for ex zstd is installed already with vcpkg and it seems to be listed as dependency in the port script. When trying to use some functionality that depends on zstd I get many linking errors like this:
The text was updated successfully, but these errors were encountered: