trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2012

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

From: Darrell Anderson <humanreadable@...>
Date: Wed, 14 Mar 2012 18:03:03 -0700 (PDT)
> > conftest.cpp:44:19: fatal error:
> tqt.h: No such file or directory
> 
> Read my previous post. The build script is looking for the
> tqt headers in a location where they are not installed.

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