Dear all I am interested to see again the new developments of lyx and test the svn-version, as I did for 1.6. I am still an idiot in compiling, so I simply did the same steps as I did for 1.6, but the compiling in the end produced an error. The steps were the following:
1. Download everything in a folder lyx-devel via "svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx-devel" 2. run "./autogen.sh" 3. run "./configure --enable-debug --disable-stdlib-debug --with-version-suffix " 4. run "make" Steps 1.-3. work fine. In the 4th step I get error messages. Does somebody have any advice? (I am using Ubuntu 8.04) I paste the messages of the compiling below. Thanks, Sebastian ba...@bastop:~/lyx-devel$ make cd . && /bin/bash /home/basti/lyx-devel/config/missing --run autoheader rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make all-recursive make[1]: Entering directory `/home/basti/lyx-devel' Making all in config make[2]: Entering directory `/home/basti/lyx-devel/config' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/basti/lyx-devel/config' Making all in development make[2]: Entering directory `/home/basti/lyx-devel/development' make[3]: Entering directory `/home/basti/lyx-devel/development' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/basti/lyx-devel/development' make[2]: Leaving directory `/home/basti/lyx-devel/development' Making all in intl make[2]: Entering directory `/home/basti/lyx-devel/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/basti/lyx-devel/intl' Making all in po make[2]: Entering directory `/home/basti/lyx-devel/po' make lyx-2.0.0svn.pot-update make[3]: Entering directory `/home/basti/lyx-devel/po' LC_ALL=C ; export LC_ALL ; \ python ./lyx_pot.py -b .. -o qt4_l10n.pot -t qt4 ../src/frontends/qt4/ui/*.ui LC_ALL=C ; export LC_ALL ; \ python ./lyx_pot.py -b .. -o layouts_l10n.pot -t layouts ../lib/layouts/*.layout ../lib/layouts/*.inc ../lib/layouts/*.module python ./lyx_pot.py -b .. -o encodings_l10n.pot -t encodings ../lib/encodings LC_ALL=C ; export LC_ALL ; \ python ./lyx_pot.py -b .. -o ui_l10n.pot -t ui ../lib/ui/*.ui ../lib/ui/*.inc cat qt4_l10n.pot layouts_l10n.pot languages_l10n.pot encodings_l10n.pot ui_l10n.pot external_l10n.pot formats_l10n.pot | \ msguniq -o lyx-2.0.0svn.po && rm -f qt4_l10n.pot layouts_l10n.pot languages_l10n.pot encodings_l10n.pot ui_l10n.pot external_l10n.pot formats_l10n.pot /bin/sh: msguniq: not found make[3]: *** [l10n_pots] Error 127 make[3]: Leaving directory `/home/basti/lyx-devel/po' make[2]: *** [lyx-2.0.0svn.pot] Error 2 make[2]: Leaving directory `/home/basti/lyx-devel/po' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/basti/lyx-devel' make: *** [all] Error 2