Roger Mc Murtrie
Thu, 30 Aug 2007 21:38:12 -0700
The lyx1.6.0svn that I built was from a fresh svn co svn://
svn.lyx.org/lyx/lyx-devel/trunk lyx-devel (as I seemed to have
wrecked my previous lyx-devel in attempting to switch between 1.5
and trunk).
I have just done an svn update and make install failed again.
I forgot there were some changes needed to the configure commande
recently. They do not seem to be documented in the INSTALL.MacOSX-
file yet.
I include my script for compiling. It worked with trunk revision
19918 yesterday. Replace path names and it should hopefully work for
you also. (There are a lot of stuff in my configure that is not
needed, IIRC pspell is the part causiong the problems)
Anders
===
#!/bin/sh
DATE=`(set \`date\`; echo $2)`_`(set \`date\`; echo $3)`
VERSION=1.6
svn up
export LDFLAGS="-framework Carbon -framework OpenGL -framework AGL -
framework QuickTime -lz -framework Cocoa"
./autogen.sh
./configure --prefix=/Users/anek/LyX_dev/nightly/LyX_$DATE.app --
disable-concept-checks --with-version-suffix=-$VERSION --with-qt4-
dir=/Users/anek/LyX_dev/QT43/ --enable-optimization=-Os --without-x --
with-included-gettext --with-frontend=qt4 --disable-stdlib-debug --
without-aspell --without-pspell --disable-shared --enable-static
make
make install-strip