I've used the svn version (Checked out revision 33588.)

after installing MacPorts + selfupdate followed by :
% sudo port install qt4-mac
% sudo port install automake
% sudo port install gettext
% sudo port install pkgconfig

cd to lyx-devel then :

% ./autogen.sh
Using automake (GNU automake) 1.11.1
Using autoconf (GNU Autoconf) 2.65
Building macros...
Building config header template...
Building Makefile templates...
Building configure...
Building po/POTFILES.in...

run "./configure ; make"

i did a configure like that :

% ./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

(in order to get LyX in the right place and using the right qt4-dir)

this ended by :

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.


which seems to be OK.

however the make failed :

/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


then i wonder wy ?

best,

YT

Reply via email to