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@lists.pearsoncomputing.net ?
On Saturday 08 October 2011 13:56:06 Werner Joss wrote:
so, I'obviously missing something called tqt anyone here can tell me how to get it ?
I should have read http://trinitydesktop.org/wiki/bin/view/Developers/HowToBuild before placing this post :) I'll do now and evtl. come back with more sophisticated questions when I'm done... werner
Hallo Werner,
anyone here can tell me how to get it ?
$>apt-cache search tqt picard-tools - Command line tools to manipulate SAM and BAM files libtqtinterface-dev - The Trinity Qt Interface Libraries (Development Files) libtqtinterface - The Trinity Qt Interface Libraries I suppose it it the second one.
On Saturday 08 October 2011 17:57:27 hha4491 wrote:
$>apt-cache search tqt picard-tools - Command line tools to manipulate SAM and BAM files libtqtinterface-dev - The Trinity Qt Interface Libraries (Development Files) libtqtinterface - The Trinity Qt Interface Libraries I suppose it it the second one.
2+3, that's right. problem is, trinity apps from svn trunk also need tqtinterface from trunk, and a patched version of qt3, see http://trinitydesktop.org/wiki/bin/view/Developers/HowToBuild I'm currently about to evaluate how to set this all up without messing up my stable trinity 3.5.12. maybe I'll just use a fresh squeeze install and build trinity svn trunk from source there.
werner