Hi! I found this when compiling lyx 1.2.0 pre 4:
... make[5]: Leaving directory `/home/jpablo/src/lyx-1.2.0pre4/src/frontends/qt2/xforms' Making all in ui make[5]: Entering directory `/home/jpablo/src/lyx-1.2.0pre4/src/frontends/qt2/ui' Making all in . make[6]: Entering directory `/home/jpablo/src/lyx-1.2.0pre4/src/frontends/qt2/ui' make[6]: *** No rule to make target `QAboutDialogBase.C', needed by `QAboutDialogBase.lo'. Stop. make[6]: Leaving directory ... It seems `QAboutDialogBase.C' is missing, or something. This is my setup: ./configure --with-frontend=qt2 --with-qt2-dir=/home/jpablo/src/qt-2.3.1/ And the contents of 'src/frontents/qt2/ui': Makefile Makefile.am Makefile.in moc Juan Pablo
