Am Sonntag, 24. Juni 2012 um 08:29:26, schrieb Stephan Witt <st.w...@gmx.net>
> Am 21.06.2012 um 20:06 schrieb Rob Oakes:
> 
> > Dear LyX Developers,
> > 
> > In the past few days, I've finally had some time to work on LyX ebook 
> > stuff. However, I'm having a very strange problem.
> > 
> > On Mac OS X, I'm getting compiler errors for aspell. Of itself, this isn't 
> > so strange (since I don't have Aspell installed on the system). What is 
> > strange, though, is that I can't find a way to tell LyX to skip trying to 
> > compile ASpell support. I've tried the standard method of 
> > 
> > -DLYX_ASPELL=OFF
> > 
> > but that doesn't appear to do anything. It just goes ahead and tries to 
> > compile it anyway. I tried to remove ASpellChecker.h and .cpp, but that 
> > caused the system to complain that they weren't there.
> > 
> > How can I tell the build system to ignore ASpell support?
> > 
> > (I'm using cmake to create the make files.)
> 
> Sorry, I cannot confirm your problem.
> If I'm using cmake and add -DLYX_ASPELL=OFF I can build and run LyX on Mac OS 
> X.
> My builds are out-of-source builds.
> 
> Did you solve it in the mean time or can you give some example for the error 
> messages?
> 
> Regards,
> Stephan
> 

May be, ASPELL info (like "ASPELL_FOUND" or "ASPELL_LIBRARY") is still in 
CMakeCache.txt, (if you previously _had_ aspell installed)
In this case simply remove it from the cache file.

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to