Update git last night. Autobuild of tdeadmin now fails to find valid qt version. I have /usr/lib/qt3-3.4 built from last nights update 14th Feb 2012. (Sorry i am not familiar with git jargon). Most other packages compile.
CFLAGS=$CPUOPT \ CXXFLAGS=$CPUOPT \ ./configure \ --prefix=${PREFIX} \ --sysconfdir=${SYSCONFDIR} \ --libdir=${LIBDIR} \ --mandir=${MANDIR} \ --with-qt-dir=${QTDIR} \ --with-qt-includes=${QTDIR}/include \ --with-qt-libraries=${QTDIR}/lib \ --enable-closure
checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (headers and libraries) not found. Please check your installation!
This is perplexing since i use scripts to build Trinity i am sure the same process takes place each time. After pulling the latest git and recompiling everything ... *none of the autobuilds will detect the qt libraries or headers*. The config.log shows missing headers, and after symlinking a whole bunch i got past alot of these errors, but finally stopped at (headers ) not found instead of (headers and libraries) not found.
Same result if i use tqt3 in place of qt3. Cmake builds have no problem (although tdemultimedia CMakeLists.txt is missing the best part of all applications).
Jay
On Tue, Feb 14, 2012 at 1:31 PM, Jay jayflood@gmail.com wrote:
Update git last night. Autobuild of tdeadmin now fails to find valid qt version. I have /usr/lib/qt3-3.4 built from last nights update 14th Feb 2012. (Sorry i am not familiar with git jargon). Most other packages compile.
CFLAGS=$CPUOPT \ CXXFLAGS=$CPUOPT \ ./configure \ --prefix=${PREFIX} \ --sysconfdir=${SYSCONFDIR} \ --libdir=${LIBDIR} \ --mandir=${MANDIR} \ --with-qt-dir=${QTDIR} \ --with-qt-includes=${QTDIR}/include \ --with-qt-libraries=${QTDIR}/lib \ --enable-closure
checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (headers and libraries) not found. Please check your installation!