trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: November 2011

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

From: Darrell Anderson <humanreadable@...>
Date: Sat, 5 Nov 2011 17:14:15 -0700 (PDT)
> 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

Thanks. Oddly that configure option did not help, but I modified my scripts to find the location of the tqt header files and add that path in the CPLUS_INCLUDE_PATH environment variable. That got me through that problem but kdebindings still fails to build.

Latest build log:

http://humanreadable.nfshost.com/trinity/build_logs/kdebindings-3.5.13-i486-1-build.log.gz

Darrell