On Thu, 21 Sep 2000, Angus Leeming wrote:

> When it came to configuring/compiling/linking lyx, again all went fairly 
> smoothly, but there are some bugs in the configure script which could be 
> removed. 
>

I have just done :

./configure --with-frontend=kde --with-qt-dir=/usr/lib/qt-1.45/

and got :

checking for Qt... libraries /usr/lib/qt-1.45//lib, headers
/usr/lib/qt-1.45//include

so it seems that is OK at least. Setting QTDIR is also fine. I think what
happened here is that you didn't "rm config.cache" inbetween. Surprisingly
this *is* necessary, even though it doesn't say "cached" on the configure
output, because of : 

ac_cv_have_qt=${ac_cv_have_qt='have_qt=yes 
ac_qt_includes=/usr/lib/qt-1.45//include
ac_qt_libraries=/usr/lib/qt-1.45//lib'}               

in config.cache.

I can't check KDE right now but I'm guessing it's the same. Please can you
try to reproduce after "rm config.cache" ?

It is also possible that your setup is slightly wrong, in which case it
will try the default locations in the order seen in the scripts. Debugging
configure scripts is no fun at all :)

john

-- 
"EBCDIC - IBM's answer to uncrackable data encryption"
        - Vorlon

Reply via email to