trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2012

tdeutils: Why does it try "Detected TQt4..."

From: "David C. Rankin" <drankinatty@...>
Date: Wed, 14 Mar 2012 19:22:51 -0500
Tim, Darrell, all,

  I've moved to trying to get tdeutils to build again. Currently I'm attempting
to build with:

  ## Generate config files and update with autoreconf
  cd ${srcdir}/${pkgname#*-}
  make -f admin/Makefile.common
  autoreconf

  ## configure
  msg "Configuring - ${pkgname}..."
  ./configure \
    --prefix=${TDEDIR} \
    --with-qt-dir=${QTDIR} \
    --with-qt-includes=${QTDIR}/include \
    --with-extra-includes="${TDEDIR}include/tqt/Qt" \
    --with-qt-libraries=${QTDIR}/lib \
    --with-extra-libs=${TDEDIR}/lib/trinity \
    --sysconfdir=/etc \
    --localstatedir=/var \
    --enable-closure

  For some reason, the build tries to use Qt4? Where can I work-around this? The
error is:

checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
Detected TQt4...
checking for pthread_create in -lpthread... yes
checking for extra includes... added
checking for extra libs... added
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... checking for pkg-config... /usr/bin/pkg-config
configure: error: Qt (>= Qt 4.3 and < 5.0) (headers and libraries) not found.
Please check your installation!
For more details about this problem, look at the end of config.log.

  Do we need to patch something to check for tqt instead of qt?

-- 
David C. Rankin, J.D.,P.E.