Skip to content
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

[C++] Compiling with vcpkg dependencies is broken for latest VS 2022 (17.10) #43327

Open
HansLehnert opened this issue Jul 18, 2024 · 3 comments

Comments

@HansLehnert
Copy link

Describe the bug, including details regarding any error messages, version, and platform.

Looks like one of the vcpkg dependencies (boost-filesystem) fails to build when using Visual Studio 17.10.

A potential solution is to bump vcpkg baseline version to newer revision either for whole project or only for boost packages.

(Some related discussion in vcpkg repo)

Component(s)

C++

@kou kou changed the title Compiling with vcpkg dependencies is broken for latest VS 2022 (17.10) [C++] Compiling with vcpkg dependencies is broken for latest VS 2022 (17.10) Jul 19, 2024
@kou
Copy link
Member

kou commented Jul 19, 2024

Could you share how to reproduce this?

@HansLehnert
Copy link
Author

You can repro by installing latest Visual Studio 2022 version and running vcpkg install from the /cpp/ directory

@raulcd
Copy link
Member

raulcd commented Jul 25, 2024

I am going to try and bump the vcpkg version here: #43417
because we are seeing other failures that could be related to vcpkg version being old

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants