trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: October 2011

cmake problem

From: Werner Joss <werner@...>
Date: Sat, 8 Oct 2011 13:56:06 +0200
hi all,
I'm just trying to figure out how to build cmake based trinity applications 
from source.
svn checkout works ok.
cmake is available.
also everything to build kde3/trinity stuff from source (at least for auto* 
based modules).
now when I try e.g. to build dolphin from svn (cmake based)
I get this:

cmake /home/josswern/tmp/kdesvn/dolphin
-- 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'
CMake Error at cmake/modules/TDEMacros.cmake:20 (message):
#################################################
Unable to find tqt!

so, I'obviously missing something called tqt
anyone here can tell me how to get it ?

werner
p.s.:
perhaps I should better ask on trinity-devel@... ?