Pavel Sanda <[EMAIL PROTECTED]> writes: [...] > > make[4]: *** No rule to make target `ui_AboutUi.h', needed by `all'. Stop.
Here on Solaris 8 with gcc-3.4.6 and qt-4.3.3 I don't go that far: <cite> make[3]: Entering directory `/tmp/lyx-1.6.0alpha1/po' make[3]: *** No rule to make target `../src/frontends/qt4/ui/*.ui', needed by `qt4_l10n.pot'. Stop. </cite> Here is my build script env LD_OPTIONS=-R/usr/local/lib ./configure --with-version-suffix=-1.6.0alpha1 \ --with-frontend=qt4 --with-qt4-dir=/usr/local/qt-4.3.3 \ --with-extra-lib=/usr/local/qt-4.3.3/lib && make LD_OPTIONS=-R/usr/local/lib \ && make install-strip -- Jean-Pierre