trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: December 2011

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

From: Baho Utot <baho-utot@...>
Date: Fri, 16 Dec 2011 17:18:31 -0500

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 \