trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: November 2011

Re: [trinity-devel] Can't build kdebindings from 3.5.13 tarball

From: François ANDRIOT <francois.andriot@...>
Date: Sat, 05 Nov 2011 23:38:10 +0100
Le 05/11/2011 22:26, Darrell Anderson a écrit :
> Slackware 13.1.
>
> Log:
>
> http://humanreadable.nfshost.com/trinity/build_logs/kdebindings-3.5.13-i486-1-build.log.gz
>
> Would somebody please send a kdebindings build script I can study? I have no idea how everything has changed in order to update by build script.
>
> Are there links available to build scripts for other distros? I had no success finding any on the web. Well hidden!
>
> Thanks.
>
> Darrell
You can visit the Trinity GIT for packaging here:
http://git.trinitydesktop.org/cgit/tde-packaging/tree/

There are build scripts for at least debian, ubuntu, and fedora/redhat.

Concerning your problem for building kdebindings, it looks like the 
compiler cannot find the tqtinterface include files.
You can add a parameter to the "./configure" command line to help 
finding specific include files. For example (adjust the path to your 
environment):
./configure --with-extra-includes=/opt/trinity/include/tqt

Good luck