trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2011

kdelibs FTBFS with cmake 2.8.4

From: Darrell Anderson <humanreadable@...>
Date: Mon, 7 Mar 2011 18:00:30 -0800 (PST)
I have successfully built tqtinterface and arts in Slackware 12.2 with cmake 2.8.4. Building kdelibs failed quickly:

=======================================
- Looking for alsa/asoundlib.h
-- Looking for alsa/asoundlib.h - found
-- checking for one of the modules 'arts'
-- checking for one of the modules 'openssl'
-- Looking for ippDeleteAttribute in cups
-- Looking for ippDeleteAttribute in cups - found
-- Found Cups: /usr/lib/libcups.so
CMake Error at cmake/modules/TDEMacros.cmake:20 (message):
  #################################################

   Source for /dev/shm/kdelibs/kdecore/kaccelprivate.moc doesn't exists.

  #################################################
Call Stack (most recent call first):
  cmake/modules/TDEMacros.cmake:280 (tde_message_fatal)
  cmake/modules/TDEMacros.cmake:575 (tde_automoc)
  kdecore/CMakeLists.txt:128 (tde_add_library)


-- Configuring incomplete, errors occurred!
make: *** No targets specified and no makefile found.  Stop.
=======================================

Darrell