Giter Club home page Giter Club logo

Comments (3)

rtarun9 avatar rtarun9 commented on May 27, 2024

Thank you for reporting the issue @piao8wan. Can you let me know what steps you used to build the project? Did you open the cloned repo with Visual studio, or used the cmake commands?
Also, can you let me know which OS you are using and its version?

from helios.

visualFatigue avatar visualFatigue commented on May 27, 2024

I open the cloned repo with Visual studio. I think everything is done automatically by the built-in tools of VS, and I did not manually configure anything.
My OS is WIN 10 Pro with Version 1803. The Windows 10 SDK version is 10.0.19041.0.

from helios.

rtarun9 avatar rtarun9 commented on May 27, 2024

Unfortunately, I am unable to reproduce the issue. I cloned the repo, opened it in VS 2022, selected the CmakeLists.txt file (in the project root directory, not the Cmake file under the External folder), ran the Setup.bat file, and build and run the project. I am using Win 10 home build 19045.2728 with SDK version.

A few things that might be causing this:

  1. Have you installed CMake tools for Visual studio?
    image

  2. Perhaps check your git version? (since in the error you shared, it mentions git not found for some reason). I am currently using version 2.39.1. This issue on another repo gives similar build errors, and indicates towards git not being installed (zxing-cpp/zxing-cpp#321)

  3. Check your cmake version (the minimum required is currently 3.20 which is high, but that might cause some issues).

  4. Finally, if none of the above looks right, could you please try :

cmake -S . -B Build
cmake --build Build
.\Setup.bat
// Here, when it asks for build directory enter 'Build'

and see if the error persist? If this indeed does work, we can narrow the issue down to a Visual studio cmake error.
Again, thanks for reporting the issue.

from helios.

Related Issues (2)

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.