On Friday 16 December 2011 02:39:57 pm Werner Joss wrote:
On Friday 16 December 2011 20:30:38 /dev/ammo42
wrote:
The Wiki says /usr is mandatory for tqtinterface
I had also problems to build autotools based programs, despite having
tqtinterface in /usr.
finally, I could build most of them by adding
CFLAGS=-I/usr/include/tqt
CXXFLAGS=-I/usr/include/tqt
to configure.in.in in project directory, then starting over.
werner
Adding these to configure looks like the fix for all my autoconf build
problems
--with-qt-dir=${QTDIR} \
--with-qt-includes=${QTDIR}/include \
--with-qt-libraries=${QTDIR}/lib \
I'll try that later.
Anyway I modified our PKGBUILDs to put tqtinterface in /usr and I'm
rebuilding binaries on clean arch vm. We'll see if it resolves the
problem.