This is really annoying. Trying to get my arrowfill patch into a
mergeable state,
I started with a svn checkout that _did_ compile. Now I am blocked
on something wrong in the po/ directory, but I didn't do any work there so
I have no idea what happened:
make[3]: Entering directory `/usr/src/lyx-build/po'
cat qt4_l10n.pot layouts_l10n.pot languages_l10n.pot ui_l10n.pot
external_l10n.pot | \
msguniq -o lyx16hh.po && rm -f qt4_l10n.pot layouts_l10n.pot
languages_l10n.pot ui_l10n.pot external_l10n.pot
<stdin>:1454:9: invalid control sequence
<stdin>:1459: end-of-line within string
msguniq: found 2 fatal errors
I have tried updating just this directory, so as to not upset what I
work on. I have
done the autogen+configure thing to start from scratch, but the compile
still breaks here. I even deleted po/ completely from build and source
directories,
and re-downloaded from svn. It still breaks the same way.
Any ideas? Is po/ broken?
Helge Hafting