trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: October 2011

Re: [trinity-devel] kdebase make process fails to run

From: "Timothy Pearson" <kb9vqf@...>
Date: Fri, 28 Oct 2011 10:54:32 -0500
> 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