having problems running Cmake

Jim mickeyboa at sbcglobal.net
Mon Jan 4 23:39:52 UTC 2010


FC12/KDE

# cmake -DCMAKE_INSTALL_PREFIX=/opt/kde4 ..  #here you put your path to 
kde4.
-- The C compiler identification is GNU
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not 
found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:84 (MESSAGE):
   ERROR: cmake/modules/FindKDE4Internal.cmake not found in
   
/root/.kde/share/apps;/usr/share/kde-settings/kde-profile/default/share/apps;/usr/share/kde4/apps 

Call Stack (most recent call first):
   CMakeLists.txt:3 (find_package)


CMake Warning (dev) in CMakeLists.txt:
   No cmake_minimum_required command is present.  A line of code such as

     cmake_minimum_required(VERSION 2.6)

   should be added at the top of the file.  The version specified may be 
lower
   if you wish to support older CMake versions for this project.  For more
   information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!
[root at acer64 build]# cmake --help-policy CMP0000
cmake version 2.6-patch 4
------------------------------------------------------------------------------
SingleItem

   CMP0000
        A minimum required CMake version must be specified.

        CMake requires that projects specify the version of CMake to which
        they have been written.  This policy has been put in place so users
        trying to build the project may be told when they need to update 
their
        CMake.  Specifying a version also helps the project build with 
CMake
        versions newer than that specified.  Use the cmake_minimum_required
        command at the top of your main CMakeLists.txt file:

          cmake_minimum_required(VERSION <major>.<minor>)

        where "<major>.<minor>" is the version of CMake you want to support
        (such as "2.6").  The command will ensure that at least the given
        version of CMake is running and help newer versions be 
compatible with
        the project.  See documentation of cmake_minimum_required for 
details.

        Note that the command invocation must appear in the CMakeLists.txt
        file itself; a call in an included file is not sufficient.  However,
        the cmake_policy command may be called to set policy CMP0000 to 
OLD or
        NEW behavior explicitly.  The OLD behavior is to silently ignore 
the
        missing invocation.  The NEW behavior is to issue an error 
instead of
        a warning.  An included file may set CMP0000 explicitly to 
affect how
        this policy is enforced for the main CMakeLists.txt file.

        This policy was introduced in CMake version 2.6.0.

[root at acer64 build]# cmake -DCMAKE_INSTALL_PREFIX=/opt/kde4 ..  #here 
you put your path to kde4.
-- The CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not 
found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:84 (MESSAGE):
   ERROR: cmake/modules/FindKDE4Internal.cmake not found in
   
/root/.kde/share/apps;/usr/share/kde-settings/kde-profile/default/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
   CMakeLists.txt:3 (find_package)


CMake Warning (dev) in CMakeLists.txt:
   No cmake_minimum_required command is present.  A line of code such as

     cmake_minimum_required(VERSION 2.6)

   should be added at the top of the file.  The version specified may be 
lower
   if you wish to support older CMake versions for this project.  For more
   information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!




More information about the users mailing list