On Fri, 13 Sep 2002, R. Lahaye wrote:
> Have you tried do a "setenv QTDIR <where-ever-qt-is>"? That might
> help, since the new qt.m4 script seems to use that. At least it works
> in my case (FreeBSD /w Qt3)
No, this does not work.
> Alternatively, you can tell where the qt-includes and qt-libs are with
> seperate flags to the configure script. That should always work.
configure --with-qt-includes=/usr/include/qt/ --with-frontend=qt
works for me! I suppose that qt includes are placed in /usr/local/include,
so in a system instalation this should go simply into /usr/include, but
Debian people (that is not surprise...) changed it tp /usr/include/qt/.
Maybe it would be better that the configure script also check automaticaly
for includes in this directory, so dumbs like me don't bother you?
> Cheers,
> Rob.
Thank you!
Joćo.