On Wednesday 02 February 2011 23:41:36 David C. Rankin wrote: [...]
but now kdelibs fails saying it can't find tqt.h? The error is:
Good - your configure finished. Start make now
-- Found x86 architecture -- Found Cups: /usr/lib/libcups.so -- Configuring done -- Generating done -- Build files have been written to: /dat_e/david/bld/trinity/kdelibs/src [ 1%] Built target kICE-static [ 1%] Building CXX object dcop/CMakeFiles/DCOP-shared.dir/dcopstub.cpp.o cc1plus: fatal error: tqt.h: No such file or directory compilation terminated. make[2]: *** [dcop/CMakeFiles/DCOP-shared.dir/dcopstub.cpp.o] Error 1 make[1]: *** [dcop/CMakeFiles/DCOP-shared.dir/all] Error 2 make: *** [all] Error 2 Aborting...
[...]
Seems that you forgot to remove old objects built by cmake. Note that cmake using a caching system for variables (paths, options, etc).