Coder Social home page Coder Social logo

Comments (4)

FrankXie05 avatar FrankXie05 commented on July 17, 2024

@Belox86 Thanks for posting this issue. Could you please provide an example? For example: After installing the port, the dependency dll is missing. :)

from vcpkg.

Belox86 avatar Belox86 commented on July 17, 2024

ok i will try to do an example:
My project has tinyxml2 as dependency which is available from the official vcpkg repository.
so in my vcpkg.json file i have:
"dependencies": [ { "name": "vcpkg-cmake", "host": true }, { "name":"tinyxml2" } ]
when i run cmake and cmake --build with -config Debug the port is successfully installed and my application compiled.
In the folder myProject\build\Debug i find the tinyxml2.dll but not the tinyxml2.pdb.
tinyxml2.pdb is present only in the local vcpkg cache in myProject\build\vcpkg_installed\x64-windows\debug\bin but not copied in the output directory along with its dll.
How can i have dependencies pdbs copy with dlls in output directory?

from vcpkg.

jjYBdx4IL avatar jjYBdx4IL commented on July 17, 2024

I just had the same issue after relocating the vcpkg installation. Try clearing the package archives (zips) and rebuilding the package from source. There is no need for the dependency pdbs to get copied into the output folder. MSVC will find them at their isntalled location.

from vcpkg.

FrankXie05 avatar FrankXie05 commented on July 17, 2024

cc @BillyONeal

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.