cmake problem under windows/mingw

Peter Kümmel syntheticpp at gmx.net
Thu Feb 9 14:16:53 CET 2006


Ralf Habacker wrote:
> Hi,
> 
> I've just tried to run cmake on kdelibs using mingw and got problems 
> with QT4, I can't find the reason for.
>   
> C:\Daten\kde4\kdelibs\win>c:\Programme\CMake-2.3-KDE\bin\cmake.exe -G 
> "MinGW Makefiles"  .
> -- Check for working C compiler: c:/MinGW/bin/gcc.exe
> -- Check for working C compiler: c:/MinGW/bin/gcc.exe -- works
> -- Check size of void*
> -- Check size of void* - done
> -- Check for working CXX compiler: c:/MinGW/bin/g++.exe
> -- Check for working CXX compiler: c:/MinGW/bin/g++.exe -- works
> -- Found Qt-Version 4.1.0
> CMake Error: This project requires some variables to be set,
> and cmake can not find them.
> Please set the following variables:
> QT_QT3SUPPORT_LIBRARY (ADVANCED)
> QT_QTCORE_LIBRARY (ADVANCED)
> 
> -- Configuring done
> 
> 
> Then I've tried with msys, the same problem
> 
> $ /c/Programme/CMake-2.3-KDE/bin/cmake -G "MSYS Makefiles" .
> -- Check for working C compiler: c:/mingw/bin/gcc.exe
> -- Check for working C compiler: c:/mingw/bin/gcc.exe -- works
> -- Check size of void*
> -- Check size of void* - done
> -- Check for working CXX compiler: c:/mingw/bin/g++.exe
> -- Check for working CXX compiler: c:/mingw/bin/g++.exe -- works
> -- Found Qt-Version 4.1.0
> CMake Error: This project requires some variables to be set,
> and cmake can not find them.
> Please set the following variables:
> QT_QT3SUPPORT_LIBRARY (ADVANCED)
> QT_QTCORE_LIBRARY (ADVANCED)
> 
> 
> Any idea what groes wrong ?
> 
> Ralf

cmake could not find the mentioned libraries.
Call cmakesetup or edit CMackeCache.txt
Peter



More information about the Kde-buildsystem mailing list