I got the following errors when I ran the cmake command. Can anybody tell me what I did wrong?
Thanks. ------------------------------------------------------------------------ ------------- xxxxx /cygdrive/h/download/gccxml/gccxml-build $ cmake ../GCC_XML>cmake_out.txt 2>&1 -- Check for working C compiler: gcc -- works -- Check for working CXX compiler: c++ -- works CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/CMakeLists.txt:5: CMAKE_MINIMUM_REQUIRED called with incorrect number of arguments CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/CMakeLists.txt:135: IF An IF command had incorrect arguments: WIN32 AND NOT CYGWIN CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/CMakeLists.txt:150: Unknown CMake command "INSTALL". CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/CMakeLists.txt:5: CMAKE_MINIMUM_REQUIRED called with incorrect number of arguments CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/CMakeLists.txt:135: IF An IF command had incorrect arguments: WIN32 AND NOT CYGWIN CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/CMakeLists.txt:150: Unknown CMake command "INSTALL". CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/KWSys/CMakeLists.txt:159: INCLUDE Could not find include file: CheckTypeSize CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/KWSys/CMakeLists.txt:390: IF An IF command had incorrect arguments: KWSYS_IOS_USE_ANSI AND NOT WATCOM CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/KWSys/CMakeLists.txt:394: ELSE An ELSE command was found outside of a proper IF ENDIF structure. Or its arguments did not match the opening IF command. CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/KWSys/CMakeLists.txt:865: IF An IF command had incorrect arguments: COMMAND SET_TESTS_PROPERTIES AND COMMAND GET_TEST_PROPERTY AND KWSYS_STANDALONE CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/KWSys/CMakeLists.txt:962: IF An IF command had incorrect arguments: COMMAND SET_TESTS_PROPERTIES AND COMMAND GET_TEST_PROPERTY AND KWSYS_STANDALONE CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/CMakeLists.txt:5: CMAKE_MINIMUM_REQUIRED called with incorrect number of arguments CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/CMakeLists.txt:135: IF An IF command had incorrect arguments: WIN32 AND NOT CYGWIN CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/CMakeLists.txt:150: Unknown CMake command "INSTALL". CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/Support/CMakeLists.txt:2: Unknown CMake command "INSTALL". CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/Support/CMakeLists.txt:6: Unknown CMake command "INSTALL". CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/Support/CMakeLists.txt:20: Unknown CMake command "INSTALL". CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/CMakeLists.txt:5: CMAKE_MINIMUM_REQUIRED called with incorrect number of arguments CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/CMakeLists.txt:135: IF An IF command had incorrect arguments: WIN32 AND NOT CYGWIN CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/CMakeLists.txt:150: Unknown CMake command "INSTALL". CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/VcInstall/CMakeLists.txt:11: Unknown CMake command "INSTALL". CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/VcInstall/CMakeLists.txt:52: Unknown CMake command "INSTALL". CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/VcInstall/CMakeLists.txt:58: Unknown CMake command "INSTALL". CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/VcInstall/CMakeLists.txt:65: Unknown CMake command "INSTALL". CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/VcInstall/CMakeLists.txt:72: Unknown CMake command "INSTALL". CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/CMakeLists.txt:5: CMAKE_MINIMUM_REQUIRED called with incorrect number of arguments CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/CMakeLists.txt:135: IF An IF command had incorrect arguments: WIN32 AND NOT CYGWIN CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/CMakeLists.txt:150: Unknown CMake command "INSTALL". CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/GXFront/CMakeLists.txt:53: Unknown CMake command "INSTALL". CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/GXFront/CMakeLists.txt:56: Unknown CMake command "INSTALL". CMake Error: Error in cmake code at /cygdrive/h/download/gccxml/GCC_XML/GXFront/CMakeLists.txt:59: Unknown CMake command "INSTALL". -- Configuring done
_______________________________________________ gccxml mailing list [email protected] http://www.gccxml.org/mailman/listinfo/gccxml
