[kde-windows] [Bug 318649] New: Unknown CMake command "check_include_files"

Chris developerchris at rebel.com.au
Sat Apr 20 23:49:22 UTC 2013


https://bugs.kde.org/show_bug.cgi?id=318649

            Bug ID: 318649
           Summary: Unknown CMake command "check_include_files"
    Classification: Unclassified
           Product: kde-windows
           Version: unspecified
          Platform: Other
                OS: MS Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: buildsystem
          Assignee: kde-windows at kde.org
          Reporter: developerchris at rebel.com.au

When compiling the kde-runtime it fails with the above message

emerge debug: executing command: cmake -G "MinGW Makefiles" 
-DCMAKE_INSTALL_PREFIX="G:/kderoot" -DCMAKE_INCLUDE_PATH="G
:/kderoot/include" -DCMAKE_LIBRARY_PATH="G:/kderoot/lib"
-DCMAKE_PREFIX_PATH="G:/kderoot" -DCMAKE_BUILD_TYPE=RelWithDebI
nfo "G:\kderoot\git\kde-runtime"
-- The C compiler identification is GNU 4.4.7
-- The CXX compiler identification is GNU 4.4.7
-- Check for working C compiler: G:/kderoot/mingw/bin/gcc.exe
-- Check for working C compiler: G:/kderoot/mingw/bin/gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: G:/kderoot/mingw/bin/g++.exe
-- Check for working CXX compiler: G:/kderoot/mingw/bin/g++.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt-Version 4.8.4 (using G:/kderoot/bin/qmake.exe)
-- Found Automoc4: G:/kderoot/bin/automoc4.exe
-- Found Perl: G:/kderoot/dev-utils/bin/perl.exe (found version "5.16.3")
-- Found Phonon: G:/kderoot/include (Required is at least version "4.3.80")
-- Found KDEWin library: G:/kderoot/lib/libkdewin.dll.a
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Failed
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Failed
-- Found KDE 4.10 include dir: G:/kderoot/include
-- Found KDE 4.10 library dir: G:/kderoot/lib
-- Found the KDE4 kconfig_compiler preprocessor:
g:/kderoot/bin/kconfig_compiler.exe
-- Found automoc4: G:/kderoot/bin/automoc4.exe
-- Found Strigi: G:/kderoot/lib/libstreams.dll.a (Required is at least version
"0.5.9")
-- Could NOT find SLP (missing:  SLP_LIBRARIES SLP_INCLUDE_DIR)
-- Found LibAttica: G:/kderoot/lib/libattica.dll.a (found suitable version
"0.4.2", minimum required is "0.1.4")
-- Found QCA2: G:/kderoot/lib/libqca.dll.a (Required is at least version
"2.0.0")
CMake Error at CMakeLists.txt:64 (check_include_files):
  Unknown CMake command "check_include_files".


-- Configuring incomplete, errors occurred!
emerge fatal error: while running configure cmd: cmake -G "MinGW Makefiles" 
-DCMAKE_INSTALL_PREFIX="G:/kderoot" -DCMAKE
_INCLUDE_PATH="G:/kderoot/include" -DCMAKE_LIBRARY_PATH="G:/kderoot/lib"
-DCMAKE_PREFIX_PATH="G:/kderoot" -DCMAKE_BUILD_
TYPE=RelWithDebInfo "G:\kderoot\git\kde-runtime"
emerge fatal error: running python
G:\kderoot\emerge\portage\kde\kde-runtime\kde-runtime-20110130.py compile
emerge debug: Task: compile for kde-runtime stopped after: 0:00:16.421875
emerge debug: Task: Emerge stopped after: 0:00:34.062500



Include(CheckincludeFiles) does not appear to be called anywhere within the
kde-runtime 

Adding it to kde-runtime\CMakeLists.txt seems to resolve it because the
compilation moves to the next bug...

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-windows mailing list