trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: October 2013

Can't compile gtk3-tqt-engine

From: "Darrell Anderson" <darrella@...>
Date: Tue, 29 Oct 2013 19:14:03 -0500
I need help compiling gtk3-tqt-engine. I run into the following 
error:

gcc: error: /tde: No such file or directory

Here are my configuration options:

CFLAGS="$CPUOPT" \
CXXFLAGS=$CPUOPT \
./configure \
  --prefix=${PREFIX} \
  --sysconfdir=${SYSCONFDIR} \
  --libdir=${LIBDIR} \
  --mandir=${MANDIR} \
  --with-qt-dir=${QTDIR} \
  --with-qt-includes=${QT_INCLUDE_DIR} \
  --with-qt-libraries=${QT_LIB_DIR} \
  $DEBUG_AUTOTOOL_OPT || exit 1

Here is the build log:

http://humanreadable.nfshost.com/misc/trinity-gtk3-tqt-engine-
pre_R14.0.0-i486-14.0_32_git_2763_1-build.log

The top of the build log shows the configuration variable 
assignments.

I get the impression the build is looking for something like 
/opt/trinity/include/tde, which does not exist on my system, nor 
does /opt/trinity/include/trinity.

Thanks much. :-)

Darrell