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-...
Darrell