trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: December 2011

Re: [trinity-devel] How to tell automake where to find TQt/Qt3

From: L0ner sh4dou <sh4dou@...>
Date: Fri, 16 Dec 2011 23:20:55 +0100
2011/12/16 Baho Utot <baho-utot@...>:
>
>
> 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.