On 7 feb 2010, at 12.26, Roger Mc Murtrie wrote:

> On 07/02/2010, at 7:01 PM, Anders Ekberg wrote:
> 
>>> 
>>> Building in accordance with  INSTALL.MacOSX  and running on the same 
>>> computer produces the reported result.
>>> config log attached.
>>> 
>>> Regards,
>>> Roger
>> 
>> You're on Snow Leopard?
>> Try adding --enable-static --without-pspell --without-aspell to the 
>> ./configure command
>> 
>> /Anders
> I tried doing make clean then
> ./configure --prefix=/Applications/"LyX2.0.0svn.app" 
> --with-version-suffix=-1.6 --with-qt4-dir=/usr/local/Trolltech/Qt-4.5.3 
> --with-included-gettext --enable-optimization=-Os --enable-static 
> --without-pspell --without-aspell
> but same result.
> 
> Roger

Still presuming you are on 10.6: This script works for me. Note that I have 
QT4.6beta1 that I have compiled for the i386 architecture and compiles LyX for 
the same architecture. Other than that I really don't have any good ideas.

#!/bin/sh
DATE=`(set \`date\`; echo $2)`_`(set \`date\`; echo $3)`
VERSION=2.0
svn up
export CPPFLAGS="-arch i386" 
export CCFLAGS="-arch i386" 
export CFLAGS="-arch i386" 
export LDFLAGS="-framework Carbon -framework OpenGL -framework AGL -framework 
QuickTime -lz -framework Cocoa -arch i386" 
./autogen.sh
./configure --prefix=/Users/anders/LyX_dev/nightly/LyX_20_$DATE.app 
--disable-concept-checks --with-version-suffix=-$VERSION 
--with-qt4-dir=/Users/anders/LyX_dev/QT46b1/ --enable-optimization=-Os 
--without-x --with-included-gettext --with-frontend=qt4 --disable-stdlib-debug 
--without-aspell --without-pspell --disable-shared --enable-static
make -j3
make install-strip

Reply via email to