On 14 maj 2007, at 16.08, Bennett Helm wrote:
On May 13, 2007, at 6:10 PM, Anders Ekberg wrote:
On 13 maj 2007, at 21.44, Bo Peng wrote:
On 5/13/07, Anders Ekberg <[EMAIL PROTECTED]> wrote:
Compilation using a fresh svn check-out as of today and QT4.3rc1
results in:
I have fixed a lib/language issue and updated the po files. Could
you
please try again?
Cheers,
Bo
Thanks Bo, that did the trick.
Doesn't work for me (Intel Mac; latest qt-4.3 snapshot) after make
distclean, autogen, configure:
make LyX-1.5.pot-update
sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
mv t-remove-potcdate.sed remove-potcdate.sed
make l10n_pots
LC_ALL=C ; export LC_ALL ; \
python ./lyx_pot.py -b .. -o qt4_l10n.pot -t qt4 ../src/frontends/
qt4/ui/*.ui
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
<stdin>: warning: Charset missing in header.
Message conversion to user's charset will not work.
<stdin>: warning: Charset missing in header.
Message conversion to user's charset will not work.
<stdin>:11634: duplicate message definition...
<stdin>:11583: ...this is the location of the first definition
<stdin>: warning: Charset missing in header.
Message conversion to user's charset will not work.
<stdin>:11638: duplicate message definition...
<stdin>:11583: ...this is the location of the first definition
<stdin>: warning: Charset missing in header.
Message conversion to user's charset will not work.
<stdin>:11706: duplicate message definition...
<stdin>:11583: ...this is the location of the first definition
<stdin>: warning: Charset missing in header.
Message conversion to user's charset will not work.
<stdin>:11714: duplicate message definition...
<stdin>:11583: ...this is the location of the first definition
msguniq: found 4 fatal errors
make[2]: *** [l10n_pots] Error 1
make[1]: *** [LyX-1.5.pot-update] Error 2
make: *** [LyX-1.5.pot] Error 2
Bennett
Does it work with make update-po or a fresh svn install (it initially
crashed for me, but worked after a fresh svn install).
/Anders