Timothy Reaves <[EMAIL PROTECTED]> writes:
Any idea's as to why I'm getting the following? cat qt4_l10n.pot layouts_l10n.pot languages_l10n.pot ui_l10n.pot | \ msguniq -o LyX-1.5.po && rm -f qt4_l10n.pot layouts_l10n.pot
languages_l10n.pot
ui_l10n.pot
msguniq: found 4 fatal errors make[3]: *** [l10n_pots] Error 1 make[2]: *** [LyX-1.5.pot-update] Error 2 make[1]: *** [LyX-1.5.pot] Error 2 make: *** [all-recursive] Error 1 Dusty >
Hi, I've found the following workaround for the problem (worked for me). I know it isn't the best one and there should be a better solution but this one works for now.. echo "" > languages_l10n.pot It will empty the file and as a result the compilation should go fine (at least it did so for me). Regards, Guy