[go: up one dir, main page]

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

[boost-build] Build error #41137

Open
Damian434 opened this issue Sep 23, 2024 · 2 comments
Open

[boost-build] Build error #41137

Damian434 opened this issue Sep 23, 2024 · 2 comments
Assignees
Labels
category:question This issue is a question

Comments

@Damian434
Copy link

Hey, I'm trying to install dependencies found below this link: https://github.com/OTCv8/otcv8-dev

it results in: Error: Building package boost-build:x64-windows failed with: BUILD_FAILED

I tried .\vcpkg update

package: boost-build[core]:x64-windows -> 1.78.0#1
vcpkg-tool version: 2022-03-09-1affd32f93b299d5a907816c328ca3ededb73a7e
vcpkg-scripts version: unknown

@MonicaLiu0311 MonicaLiu0311 added the category:question This issue is a question label Sep 24, 2024
@MonicaLiu0311
Copy link
Contributor
MonicaLiu0311 commented Sep 24, 2024

The current version of boost-build in vcpkg is: 1.85.0#2.

Please update vcpkg to the latest version:

git pull https://github.com/microsoft/vcpkg.git master
./vcpkg remove boost-build --recurse
./vcpkg install boost-build

If you are using manifest mode, please provide the vcpkg.json.

@Osyotr
Copy link
Contributor
Osyotr commented Sep 25, 2024

vcpkg-tool version: 2022-03-09-1affd32f93b299d5a907816c328ca3ededb73a7e

Don't forget to run ./bootstrap-vcpkg.sh after pull

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:question This issue is a question
Projects
None yet
Development

No branches or pull requests

3 participants