I tried --without-aspell --without-pspell --disable-shared --enable- static but the problem remains.

Also, I also tried the 5.2 branch which used to work but now I get the same failure of missing .lproj files which never were needed in the past.

Roger


On 31/08/2007, at 3:36 PM, Anders Ekberg wrote:

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

Reply via email to