Menu

cmake failed

Help
tremolo72
2013-09-06
2013-09-06
  • tremolo72

    tremolo72 - 2013-09-06

    I installed the latest cmake to generate the build tools and getting the following errors. Thoughts??

    vmime$ /usr/local/bin/cmake -G "Linux Makefiles"
    CMake Error: Could not create named generator Linux Makefiles
    rmak@thor:~/temp/vmime$ /usr/local/bin/cmake -G "Unix Makefiles"
    CMake Error at CMakeLists.txt:20 (INCLUDE):
    include could not find load file:

    CheckIncludeFileCxx
    

    -- Build type: Debug
    CMake Error at CMakeLists.txt:452 (CHECK_INCLUDE_FILE_CXX):
    Unknown CMake command "CHECK_INCLUDE_FILE_CXX".

    -- Configuring incomplete, errors occurred!

     
  • tremolo72

    tremolo72 - 2013-09-06

    This should be

    include(CheckIncludeFileCXX)
    ^^--- Uppercase

    Can somebody fix this in the repos? Thanks.

     

Log in to post a comment.