Re: Compilation crash on Mac OSX with fresh svn checkout

2007-05-14 Thread Bennett Helm
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

Re: Compilation crash on Mac OSX with fresh svn checkout

2007-05-14 Thread Anders Ekberg
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

Re: Compilation crash on Mac OSX with fresh svn checkout

2007-05-14 Thread Bennett Helm
On May 14, 2007, at 10:15 AM, Anders Ekberg wrote: Does it work with make update-po or a fresh svn install (it initially crashed for me, but worked after a fresh svn install). Fresh checkout did it. Thanks. Bennett

Re: Compilation crash on Mac OSX with fresh svn checkout

2007-05-14 Thread Bennett Helm
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

Re: Compilation crash on Mac OSX with fresh svn checkout

2007-05-14 Thread Anders Ekberg
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

Re: Compilation crash on Mac OSX with fresh svn checkout

2007-05-14 Thread Bennett Helm
On May 14, 2007, at 10:15 AM, Anders Ekberg wrote: Does it work with make update-po or a fresh svn install (it initially crashed for me, but worked after a fresh svn install). Fresh checkout did it. Thanks. Bennett

Compilation crash on Mac OSX with fresh svn checkout

2007-05-13 Thread Anders Ekberg
Compilation using a fresh svn check-out as of today and QT4.3rc1 results in: 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:

Re: Compilation crash on Mac OSX with fresh svn checkout

2007-05-13 Thread Bo Peng
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

Re: Compilation crash on Mac OSX with fresh svn checkout

2007-05-13 Thread Pavel Sanda
I have fixed a lib/language issue and updated the po files. Could you please try again? thanks, compilation works now. btw is there some makefile target which would clean the po directory and thus force this part to be regenerated (namely lyx.pot and gmo files). make clean or distclean wont

Re: Compilation crash on Mac OSX with fresh svn checkout

2007-05-13 Thread Bo Peng
thanks, compilation works now. btw is there some makefile target which would clean the po directory and thus force this part to be regenerated (namely lyx.pot and gmo files). make clean or distclean wont do the job. Yes. make update-po will update po files. However, to avoid excessive svn

Re: Compilation crash on Mac OSX with fresh svn checkout

2007-05-13 Thread Anders Ekberg
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

Compilation crash on Mac OSX with fresh svn checkout

2007-05-13 Thread Anders Ekberg
Compilation using a fresh svn check-out as of today and QT4.3rc1 results in: msguniq -o LyX-1.5.po && rm -f qt4_l10n.pot layouts_l10n.pot languages_l10n.pot ui_l10n.pot : warning: Charset missing in header. Message conversion to user's charset will not work. : warning:

Re: Compilation crash on Mac OSX with fresh svn checkout

2007-05-13 Thread Bo Peng
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

Re: Compilation crash on Mac OSX with fresh svn checkout

2007-05-13 Thread Pavel Sanda
> I have fixed a lib/language issue and updated the po files. Could you > please try again? thanks, compilation works now. btw is there some makefile target which would clean the po directory and thus force this part to be regenerated (namely lyx.pot and gmo files). make clean or distclean

Re: Compilation crash on Mac OSX with fresh svn checkout

2007-05-13 Thread Bo Peng
thanks, compilation works now. btw is there some makefile target which would clean the po directory and thus force this part to be regenerated (namely lyx.pot and gmo files). make clean or distclean wont do the job. Yes. make update-po will update po files. However, to avoid excessive svn

Re: Compilation crash on Mac OSX with fresh svn checkout

2007-05-13 Thread Anders Ekberg
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