On 09/23/2009 12:08 PM, Sebastian Guttenberg wrote:
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
Hmm. What does "which msguniq" get you? If the answer is "nothing",
then, on Fedora, this is part of the gettext package. But I'd assume you
have that. Must be somewhere else for you.
If the answer is "/usr/bin/msguniq", then I'm not sure what's happening.
rh