Since the large update to trinity I have not been able to build Trinity. I am
trying to build all the Trinity modules starting with the dependencies.
Here is the error I get trying to build tqtinterface
-- checking for one of the modules 'tqt'
-- checking for 'Qt3'
-- Performing Test HAVE_PATCHED_QT3
-- Performing Test HAVE_PATCHED_QT3 - Failed
CMake Error at cmake/modules/TDEMacros.cmake:20 (message):
#################################################
Your Qt3 is not patched for compatibility with tqtinterface
#################################################
Call Stack (most recent call first):
cmake/modules/FindQt.cmake:200 (tde_message_fatal)
CMakeLists.txt:40 (find_package)
-- Configuring incomplete, errors occurred!
Aborting...
Build failed, check /home/build/copy/build
The Qt3 I have been useing has worked up until the update.
QT3 was the patched version.
If I need a new Qt3 can you point me to the corrct location to obtain that
Thanks
I'm trying to recompile poppler 0.16.2 to support qt3. I have qt3 compiled and installed. I receive the following error message during configure:
========================================
checking for libqt3... no
configure: error: in `/tmp/poppler-0.16.2':
configure: error: Qt development libraries not found
See `config.log' for more details
make: *** No targets specified and no makefile found. Stop.
========================================
I think the problem is configure can't find qt3. I have qt3 installed in /opt/trinity/lib/qt-3.3.8b.
Likely I have installed qt3 incorrectly.
I appreciate help where I might have gone wrong.
Thanks.
Darrell
Where should the following packages get installed:
qt3
qca
qca-tls
dbus-qt3
tqtinterface
I presume the KDE suite of packages get installed in /opt/trinity, but what about these prerequisite packages?
Thanks.
Darrell
==> Starting cmake...
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at cmake/modules/FindQt.cmake:32 (pkg_search_module):
Unknown CMake command "pkg_search_module".
Call Stack (most recent call first):
CMakeLists.txt:39 (find_package)
Are there any special requirements for building QT3? Today I tried building on Slackware Current and the build fails.
Builds fine on 12.2. The patched version too.
Darrell