trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2012

Re: [trinity-devel] tdeutils: Why does it try "Detected TQt4..."

From: "David C. Rankin" <drankinatty@...>
Date: Wed, 14 Mar 2012 21:23:51 -0500
On 03/14/2012 08:03 PM, Darrell Anderson wrote:
> This is from my build script:
> 
> CFLAGS=$CPUOPT \
> CXXFLAGS=$CPUOPT \
> ./configure \
>   --prefix=${PREFIX} \
>   --sysconfdir=${SYSCONFDIR} \
>   --libdir=${LIBDIR} \
>   --mandir=${MANDIR} \
>   $DEBUG_AUTOTOOL_OPT \
>   --enable-closure || exit 1
> 
> Darrell

Darrell,

  Am I missing something in the autoreconf step before going to configure?

  make -f admin/Makefile.common
  autoreconf

  ## configure
  msg "Configuring - ${pkgname}..."
  ./configure \
    --prefix=${TDEDIR} \
    --sysconfdir=/etc \
    --localstatedir=/var \
    --enable-closure


checking for X... libraries /usr/lib, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
Detected TQt4...
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
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.

  I get Detected TQt4 no matter what?

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