Anybody had any success building libkdcraw lately? I'm using the latest from GIT, with tqt etc installed but I'm getting the following during 'configure'. The system is x86_64.
checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (headers and libraries) not found. Please check your installation!
As far as I can tell my system is setup correctly, other libraries/dependencies (avahi-tqt, python-tqt, sip4-tqt etc, etc) find the required libs & headers. I guess I'm doing something stupid or missing something peculiar to libkdcraw?
Last night I built libkdcraw on x86_64.
In all of my automake build scripts I have the following explicitly declared in the configure options:
--with-qt-dir=${QTDIR} \ --with-qt-includes=${QT_INCLUDE_DIR} \ --with-qt-libraries=${QT_LIB_DIR} \
The cmake packages do not need similar explicit declarations.
In the past when this particular error message was discussed, adding those configure options resolved the problem. Further, unlike my run-time environments, to avoid potential problems in my build environments I remove Qt4.
Darrell