On Tuesday 27 December 2005 18:39, Anders Ekberg wrote: > The problem comes with LyX configure, where I get "** qt library not > found !". (Naturally subsequent compilation of LyX fails.) > Going through the log-file I see that QTDIR seems to be pointing > towards where I have the QT-code (QTDIR='/Users/anek/LyX-140pre3/qt- > mac-opensource-src-4.1.0')
LyX does not work with qt 4.x, you need qt 3.x. > Is this a known problem? The problem is at your side. The configure script intentionally uses QTDIR to determine where qt is. You should either set it to point to the binary installation (it is never set by configure, so you or the qt install must have set it), or you could use the switches --with-qt-includes and --with-qt-libraries of configure if you don't have a a single qt directory. Georg