Le 20/03/2012 03:48, Darrell Anderson a écrit :
In an effort to resolve bug report 817 I converted qca
to tqca. That
small package never got converted to Trinity TQt.
One stumbling block. I am unable to figure out how to force the
configure script to add /usr/include/tqt to the -I include list. If I
could get past that then I suspect any remaining build problems will
be superficial. The build log output is clear that the problem is not
finding the tqt headers.
Hello, in file "qca.pro", add the following line :
INCLUDEPATH += /usr/include/tqt
just below the existing(s) "INCLUDEPATH" ...
BTW, I've made a patch to allow tqca-tls building with TQT3 (instead of
QT3).
It does not require any 'tqca' package. The patch is here:
http://git.trinitydesktop.org/cgit/tde-packaging/tree/redhat/dependencies/t…
I encourage you (and all others packagers) to browse the GIT repository
'tde-packaging', but in others distros directories, especially Ubuntu,
which I consider being the reference distro (because it is maintained by
Tim).
When I get a build failure, I go there, and 99% of the time, I find the
solution.
Francois