Coder Social home page Coder Social logo

Comments (6)

dg0yt avatar dg0yt commented on September 26, 2024 1

This issue is obsolete. Boost builds were changed to CMake. New problems, new tickets.

from vcpkg.

mcollard0 avatar mcollard0 commented on September 26, 2024

Related cmake settings:
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE static)
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_CXX_FLAGS " ${VCPKG_CXX_FLAGS} /std::c_++20)
set(VCPKG_C_FLAGS "/Od /RTC1 /Ob0 /Za ${VCPKG_C_FLAGS}")

Failed ultimately in following stack: (compressed to what I believe are relevant messages:)

-- Building foundation.obj
call "C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-test\x64-windows-rel\boost\standalone\msvc\943897acc6555446e7558f53bf1a3e85\msvc-setup.bat" amd64 >nul
cl "..\src\framework.cpp" -c -Fo"C:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-test\x64-windows-rel\boost\build\4988625385030616bfedae61903db6f5*framework.obj"* -TP /wd4675 /EHs /GR /Zc:throwingNew -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -std:c++17 -MD -O2 -Oi -Gy -DNDEBUG -Z7 /O2 /Z7 /Ob2 /W4 /MD /Zc:forScope /Zc:wchar_t /Zc:inline /Gw /favor:blend -wd4671 -wd4673 -DBOOST_ALL_NO_LIB=1 -DNDEBUG "-I..\include" "-IC:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\x64-windows\include"

...skipped pC:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-test\x64-windows-rel\boost\build\4988625385030616bfedae61903db6f5libboost_test_exec_monitor-vc143-mt-x64-1_83.lib for lack of pC:\Users\vboxuser\source\repos\untitledMigrationService\vcpkg_installed\vcpkg\blds\boost-test\x64-windows-rel\boost\build\4988625385030616bfedae61903db6f5framework.obj...

...failed updating 1 target...

from vcpkg.

mcollard0 avatar mcollard0 commented on September 26, 2024

Repro steps:
Git clone new vcpkg, attempt build of enclosed vcpkg.json. (Included two ways for reference.)

I am open to blowing away vspkg, however, having tried that it did not resolve my issue.

install-x64-windows-rel-out.log
Adding windows-rel-out-log.
vcpkg.json
Adding vcpkg.json>

from vcpkg.

JonLiu1993 avatar JonLiu1993 commented on September 26, 2024

@mcollard0, Please make sure you are using the latest port files with git pull and vcpkg update:

vcpkg-tool version: 2023-12-12-1c9ec1978a6b0c2b39c9e9554a96e3e275f7556e
https://github.com/microsoft/vcpkg/commit/a34c873a9717a888f58dc05268dea15592c2f0ff

You need use the latest vcpkg, used "git pull" and "vcpkg update".

from vcpkg.

mcollard0 avatar mcollard0 commented on September 26, 2024

When I attempt this update, I get the following error:
the update command does not currently support manifest mode. Instead, modify your vcpkg.json and run install.note: updating vcpkg by rerunning bootstrap-vcpkg may resolve this failure.

What is the right thing to do next?

from vcpkg.

JonLiu1993 avatar JonLiu1993 commented on September 26, 2024

Copy your vcpkg.json file to another location and use the command update vcpkg in classic mode, then copy it back and continue using manifest mode.

from vcpkg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.