Le 3 août 10 à 08:15, Stephan Witt a écrit :
My build environment boils down to:
LDFLAGS=-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -mmacosx-
version-min=10.4
CPPFLAGS=-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -
mmacosx-version-min=10.4
CONFIGURE_OPTIONS=--enable-warnings --enable-optimization=-Os --with-
included-gettext --x-includes=/usr/X11/include --x-libraries=/usr/
X11/lib --with-aspell-framework=Aspell.framework --with-extra-inc=/
Users/stephan/cvs/lyx/lyx-build/SpellChecker.lib/include --with-
extra-lib=/Users/stephan/cvs/lyx/lyx-build/SpellChecker.lib/lib
aspell-framework and extra-inc+extra-lib may not needed.
The -mmacosx-version-min=10.4 is it, I think.
Just in case you have time to read: against which sdk do you build the
releases?
Am I right that the ifdef are only needed to be able to build on 10.5
machines?
JMarc