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