Darren Freeman a écrit :
Guys,I just tried for the first time in years to compile the main branch of the repository. I haven't done that since it was CVS! It failed :( I am using a pretty standard OpenSUSE 10.2 with Qt 4 compiled from source. See below for a transcript of the end of ./configure followed by make. I don't have the knowledge to solve it but hopefully the relevant people will be able to spot the problem. Let me know if I should try something. Have fun, Darren - make[3]: Entering directory `/home/dfreeman/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 python ./lyx_pot.py -b .. -o languages_l10n.pot -t languages ../lib/languages 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 ui_l10n.pot | \ msguniq -o lyx.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>:11458: duplicate message definition... <stdin>:11407: ...this is the location of the first definition <stdin>: warning: Charset missing in header. Message conversion to user's charset will not work. <stdin>:11462: duplicate message definition... <stdin>:11407: ...this is the location of the first definition <stdin>: warning: Charset missing in header. Message conversion to user's charset will not work. <stdin>:11530: duplicate message definition... <stdin>:11407: ...this is the location of the first definition <stdin>: warning: Charset missing in header. Message conversion to user's charset will not work. <stdin>:11538: duplicate message definition... <stdin>:11407: ...this is the location of the first definition msguniq: found 4 fatal errors make[3]: *** [l10n_pots] Error 1 make[3]: Leaving directory `/home/dfreeman/lyx-devel/po' make[2]: *** [lyx.pot-update] Error 2 make[2]: Leaving directory `/home/dfreeman/lyx-devel/po' make[1]: *** [lyx.pot] Error 2 make[1]: Leaving directory `/home/dfreeman/lyx-devel/po' make: *** [all-recursive] Error 1
Same error here. What's wrong ?! Alain
