Joao Luis M. Assirati wrote:
> Hello,
> 
> I use a Debian system with qt2 packages installed. When in 1.3.0cvs I try
> 
> configure --with-frontend=qt
> 
> I get
> 
> checking for Qt library name... failed
> configure: error: Cannot compile a simple Qt executable. Check you have
> the right $QTDIR !
> 
> wereas if I try
> 
> configure --with-frontend=qt2
> 
> ** Unknown frontend qt2
> 
> deleting cache ./config.cache
> 
> Do I have to use some extra flag now?


John has renamed qt2 frontend into qt. So your first call is correct.

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)

Alternatively, you can tell where the qt-includes and qt-libs are with
seperate flags to the configure script. That should always work.

Cheers,
Rob.

Reply via email to