Git Product home page Git Product logo

Comments (3)

marcocisternino avatar marcocisternino commented on August 23, 2024

from bitpit.

JanssensNick avatar JanssensNick commented on August 23, 2024

Dear Mr Cisternino
Thank you for your answer! So, luckily, I was able to locate the CMakeDetermineCompiler.cmake:
cmakeError1
But after running the ccmake command like the final command in the picture above, I still get:
cmakeError2
Any thoughts?

from bitpit.

marcocisternino avatar marcocisternino commented on August 23, 2024

Nick,
I don't know why but I've just noticed your cmake is looking for a wrong file, i.e. CMakeDeterminecmakeCompiler.cmake. It should look for CMakeDetermineCompiler.cmake, slightly different. The first file does not exist at all and looking for it is the root of your problem. You should understand why your cmake look for CMakeDeterminecmakeCompiler.cmake and not CMakeDetermineCompiler.cmake.
Probably something wrong in your cmake setup. I try to make you understand how:

  • CMakeDetermineCompiler.cmake is the general module to find compiler for all the languages
  • for example CMakeDetermineCXXCompiler.cmake is the specific module to find c++ compilers
  • your CMakeDeterminecmakeCompiler.cmake is quite weird, it seems a composed file name using "cmake" in place of the language standard names (like C, CXX, FORTRAN, ...)
  • did you set somewhere "cmake" as programming language to find a compiler for?
  • please, exit the error message (I think pressing "e") and print your complete list of cmake variables (you have to press "t" to toggle the complete list) as ccmake can show you and post it here.

Bests,

Marco Cisternino

from bitpit.

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.