Am 03.08.2010 um 00:35 schrieb Jean-Marc Lasgouttes:

> Le 2 août 10 à 20:57, Stephan Witt a écrit :
>> I'm a little bit sorrowful that the native spell checker is not fast enough 
>> for continuously checking when doing it word-wise.
>> So we are not ready to switch off aspell :(
>> 
>> Currently I have no time to improve the situation.
> 
> I do not manage to get the native spellchecker to work. The situation is that 
> I do not use the
> binary-release.sh script, but only the plain configure script.
> 
> I found that I have to set MACOSX_DEPLOYMENT_TARGET and SDKROOT before 
> running make. I plan to
> eventually move this to configure.ac (the idea is that plan configure should 
> be enough in general,
> and the full script is for packagers)

Yes, that would be good.

> 
> The situation I am in is that no language seems to be recognized. For 
> example, in hasLanguageAppleSpeller,
> [speller->checker availableLanguages] returns an empty list.
> 
> Do you have an idea about what could be the cause?

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.

Stephan

PS. I have only little online-time, sorry.

Reply via email to