Hi,
I've been trying to build kdebase with cmake from current svn with the
following command:
cmake ../../kdebase/ -DCMAKE_INSTALL_PREFIX=/opt/kde-3.5.13
cmake responds with:
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- 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
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- checking for one of the modules 'tqt'
--Â Â tmoc path: /opt/kde-3.5.13/bin/tmoc
--Â Â moc path: /opt/lib/qt3/bin/moc
--Â Â uic path: /opt/lib/qt3/bin/uic
-- Performing Test HAVE_USABLE_TQT
-- Performing Test HAVE_USABLE_TQT - Success
-- checking for 'TDE'
--Â Â found 'TDE', version 3.5.13
-- Configuring done
-- Generating done
-- Build files have been written to: /root/temp/build/base
created files:
CMakeCache.txt CMakeFiles Makefile cmake_install.cmake config.hÂ
kcontrol kdmlib
firing up make does nothing at all. kdelibs builds fine btw.
Any clues?
Regards
Nic
kdebase by default builds nothing. You will either need to enable the
modules you want to compile by passing the correct flags to CMake, or
build everything by passing -DBUILD_ALL="ON to CMake.
Tim