Slavek,
I know there isn't a 3.5.13-sru branch for tqca-tls. I'll look at creating a patch. Currently there is an error where it is looking for libtqt-mt.so.3 instead of libqt-mt.so.3
When there is NO 3.5.13-sru branch for a module (like tqca-tls), does this mean you are still using the 3.5.13 tarball for the module and not the current GIT tree?
For those that know cmake, what would I have to change to fix this? Can it be done as a conditional to look for either Qt3 or TQt3 libs like we were doing in the Jan.-Feb. timeframe when TDE could still build on QT3?? The error is:
==> Starting configure... Configuring qca-tls ... Verifying TQt 3.x Multithreaded (MT) build environment ... fail
There was an error compiling 'conf'. Be sure you have a proper TQt 3.x Multithreaded (MT) build environment set up.
One possible reason is that you don't have libtqt-mt.so.3 installed in /opt/qt3/lib/ or /opt/qt3/lib64/.
==> ERROR: A failure occurred in build(). Aborting...
Dne pá 27. července 2012 David C. Rankin napsal(a):
Slavek,
I know there isn't a 3.5.13-sru branch for tqca-tls. I'll look at creating a patch. Currently there is an error where it is looking for libtqt-mt.so.3 instead of libqt-mt.so.3
When there is NO 3.5.13-sru branch for a module (like tqca-tls), does this mean you are still using the 3.5.13 tarball for the module and not the current GIT tree?
For those that know cmake, what would I have to change to fix this? Can it be done as a conditional to look for either Qt3 or TQt3 libs like we were doing in the Jan.-Feb. timeframe when TDE could still build on QT3?? The error is:
For 3.5.13-sru is used original qt3 and also original qca-tls. When I ported it for Precise according to tqca-tls only I modified calls SSLv23_client_method and SSLv23_server_method. See:
https://quickbuild.pearsoncomputing.net/~slavek-banko/+archive/axis/+package...
In short, I was not sure whether tqca-tls is ready to compile with qt3, so I prefer to use the original qca-tls.
Slavek --
On 07/27/2012 10:44 AM, Slávek Banko wrote:
For 3.5.13-sru is used original qt3 and also original qca-tls. When I ported it for Precise according to tqca-tls only I modified calls SSLv23_client_method and SSLv23_server_method. See:
https://quickbuild.pearsoncomputing.net/~slavek-banko/+archive/axis/+package...
In short, I was not sure whether tqca-tls is ready to compile with qt3, so I prefer to use the original qca-tls.
Slavek
That makes sense. Thanks. I'll see if I can get qca-tls to build and continue building forward in the tree. I'll create a build from:
https://quickbuild.pearsoncomputing.net/~slavek-banko/+archive/axis/+files/q...
So far, I'm off to a good start:
tde-arts-3.5.13_sru-1-i686.pkg.tar.xz tde-dbus-1-tqt-3.5.13_sru-1-i686.pkg.tar.xz tde-dbus-tqt-3.5.13_sru-1-i686.pkg.tar.xz tde-qt3-3.8.8.d_git-1-i686.pkg.tar.xz tde-tqtinterface-3.5.13_sru-1-i686.pkg.tar.xz
Thank you for your help!