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
----- Messaggio originale -----
Da: Darrell Anderson darrella@hushmail.com A: Trinity Dev List trinity-devel@lists.pearsoncomputing.net Cc: Inviato: Mercoledì 30 Ottobre 2013 9:14 Oggetto: [trinity-devel] Can't compile gtk3-tqt-engine
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
Darrell, I can send you my build log when I am on a TDE machine. Anyhow have you tried to remove that /tde from the command line and check if the package compiles?
Michele