C:\ultracopier>cmake .
CMake Error: CMake was unable to find a build program corresponding to "Visual Studio 6". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: Could not find cmake module file:C:/ultracopier/CMakeFiles/CMakeCCompiler.cmake
CMake Error: Could not find cmake module file:C:/ultracopier/CMakeFiles/CMakeCXXCompiler.cmake
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!
C:\ultracopier>cmake -G "MinGW Makefiles" .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: Z:/mks_1.8.3.2-svn2821-win32/MinGW/bin/gcc.exe
-- Check for working C compiler: Z:/mks_1.8.3.2-svn2821-win32/MinGW/bin/gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: Z:/mks_1.8.3.2-svn2821-win32/MinGW/bin/g++.exe
-- Check for working CXX compiler: Z:/mks_1.8.3.2-svn2821-win32/MinGW/bin/g++.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
CMake Error: Error in cmake code at
C:/ultracopier/CMakeFiles/CMakeTmp/CMakeLists.txt:2:
Parse error. Function missing ending ")". Instead found left paren with text "(".
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for Q_WS_X11 - not found.
-- Looking for Q_WS_WIN
CMake Error: Error in cmake code at
C:/ultracopier/CMakeFiles/CMakeTmp/CMakeLists.txt:2:
Parse error. Function missing ending ")". Instead found left paren with text "(".
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
CMake Error: Error in cmake code at
C:/ultracopier/CMakeFiles/CMakeTmp/CMakeLists.txt:2:
Parse error. Function missing ending ")". Instead found left paren with text "(".
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
CMake Error: Error in cmake code at
C:/ultracopier/CMakeFiles/CMakeTmp/CMakeLists.txt:2:
Parse error. Function missing ending ")". Instead found left paren with text "(".
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.5.0-rc1 (using Z:/mks_1.8.3.2-svn2821-win32/qt/bin/qmake.exe)
-- Found Automoc4: C:/Program Files (x86)/KDE/bin/automoc4.exe
-- Found Perl: C:/Perl/bin/perl.exe
-- Found kdewin32 library: C:/Program Files (x86)/KDE/lib/libkdewin32.dll.a
-- Performing Test HAVE_FPIE_SUPPORT
CMake Error: Error in cmake code at
C:/ultracopier/CMakeFiles/CMakeTmp/CMakeLists.txt:2:
Parse error. Function missing ending ")". Instead found left paren with text "(".
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Performing Test HAVE_FPIE_SUPPORT - Failed
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
CMake Error: Error in cmake code at
C:/ultracopier/CMakeFiles/CMakeTmp/CMakeLists.txt:2:
Parse error. Function missing ending ")". Instead found left paren with text "(".
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Failed
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
CMake Error: Error in cmake code at
C:/ultracopier/CMakeFiles/CMakeTmp/CMakeLists.txt:2:
Parse error. Function missing ending ")". Instead found left paren with text "(".
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Failed
-- Phonon Version: 4.3.0
-- Found Phonon: C:/Program Files (x86)/KDE/lib/libphonon.dll.a
-- Found Phonon Includes: C:/Program Files (x86)/KDE/include/KDE;C:/Program Files (x86)/KDE/include
-- Found KDE 4.2 include dir: C:/Program Files (x86)/KDE/include
-- Found KDE 4.2 library dir: C:/Program Files (x86)/KDE/lib
-- Found the KDE4 kconfig_compiler preprocessor: C:/Program Files (x86)/KDE/bin/kconfig_compiler.exe
-- Found automoc4: C:/Program Files (x86)/KDE/bin/automoc4.exe
-- Configuring incomplete, errors occurred!
Partager