Git Product home page Git Product logo

Comments (6)

floitsch avatar floitsch commented on May 8, 2024

I will try to give it a look.
If you have more information on what would need to be done (or what went wrong) I would appreciate. I don't have any Windows machine, nor do I use this build-system, so debugging things could be complicated for me.

from double-conversion.

dzenanz avatar dzenanz commented on May 8, 2024

The same thing happens on Linux. What I think is wrong, is that double-conversion.h thinks its containing folder's parent will be in the include path, and that it can reference it via double-conversion/utils.h. I think that just utils.h would work [better].

The include paths provided is C:\Dev\vcpkg\installed\x64-windows-static\include\double-conversion, but C:\Dev\vcpkg\installed\x64-windows-static\include is not. See my post.

from double-conversion.

phcerdan avatar phcerdan commented on May 8, 2024

I just had a quick look, and seems related to missing the target include directory for the install tree?

https://github.com/google/double-conversion/blob/master/CMakeLists.txt#L25-L27

target_include_directories(
    double-conversion PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>)

that should have a

$<INSTALL_INTERFACE:${include_dir_at_install}>)

but maybe that's added into the logic later, not sure.

from double-conversion.

floitsch avatar floitsch commented on May 8, 2024

I'm sorry I still haven't found the time to look at this. It's still on my list, though.

from double-conversion.

dzenanz avatar dzenanz commented on May 8, 2024

Fixed by microsoft/vcpkg#5115.

from double-conversion.

floitsch avatar floitsch commented on May 8, 2024

aah. Thanks. Even better :)

from double-conversion.

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.