> I have been trying to compile the lates LyX with Qt, but ./configure > failed to find > some libraries, I supppose: > > checking for moc2... not found > checking for moc... not found > configure: error: moc binary not found in $PATH or /bin !
Did you define the path to your qt directory? e.g. ./configure --with-frontend=qt --with-qt-dir=/usr/lib/qt3 (or wherever your qt dir resides). Jeannette