>
>
> Yes -- that fixes it for me. (Assuming this is the right fix, can
> someone check it in?)
>
>
Unfortunately no ;-)
Over Mac OS X 10.6.2 (snow leopard latest) Intel computer.
I started from scratch get the latest svn version by :
zsh-% svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx-devel
...
Checked out revision 33622.
zsh-% cd lyx-devel
zsh-% ./autogen.sh
zsh-% ./configure --prefix=/Applications/LyX/LyX-svn-2.0.0.app
--with-version-suffix=-svn-2.0.0 --with-qt4-dir=/opt/local/libexec/qt4-mac/
--with-included-gettext --enable-optimization=-O2 --disable-stdlib-debug
...
Configuration
Host type: i386-apple-darwin10.2.0
Special build flags: concept-checks assertions warnings
C Compiler: gcc
C Compiler LyX flags:
C Compiler flags: -Wextra -Wall -g -O2
C++ Compiler: g++ (4.2.1)
C++ Compiler LyX flags:
C++ Compiler flags: -Wextra -Wall -g -O2
Linker flags:
Linker user flags:
Qt 4 Frontend:
Qt 4 version: 4.6.2
Packaging: macosx
LyX binary dir:
/Applications/LyX/LyX-svn-2.0.0.app/Contents/MacOS
LyX files dir:
/Applications/LyX/LyX-svn-2.0.0.app/Contents/Resources
Configuration of LyX was successful.
Type 'make' to compile the program,
and then 'make install' to install it.
zsh-% make
...
Again, ending by :
/opt/local/bin/msgmerge --update ar.po LyX-svn-2.0.0.pot
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
terminé.
/opt/local/bin/msgmerge: `ar.po': No such file or directory
make[3]: *** [ar.po] Error 1
make[2]: *** [stamp-po] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
with :
zsh-% ls -al po/ar*
-rw-r--r-- 1 yt staff 541426 5 mar 05:53 po/ar.po
-rw------- 1 yt staff 541426 5 mar 05:53 po/ar.po~
zsh-% ls -al po/Ly*
-rw-r--r-- 1 yt staff 473555 5 mar 05:54 po/LyX-svn-2.0.0.pot
best,
Yvon