[Libreoffice] boost exceptions

Caolán McNamara caolanm at redhat.com
Mon Oct 18 04:01:15 PDT 2010


On Mon, 2010-10-18 at 12:54 +0200, Thomas Klausner wrote:
> On Mon, Oct 18, 2010 at 11:14:25AM +0100, Caolán McNamara wrote:
> > Why did you add -fexceptions to the arguments ?, I ask because there are
> > places in LibreOffice where its explicitly enabled, and others where its
> > explicitly disabled, so globally enabling it wouldn't be something
> > typically tested before now. was there a prior error you were trying to
> > avoid ? 
> 
> I got the same error, then I added the "-fexceptions" to avoid it, but
> it didn't work. (The command line contains "-fno-exceptions" as well,
> so probably that's the reason the added "-fexceptions" didn't change
> anything).

Did you configure with --with-system-boost ? There's a test in
configure.in for a broken boost header.

Another thing to check is what happens if you add

$(SLO)$/zforfind.obj

to the EXCEPTIONSFILES list in the svl/source/numbers/makefile.mk

C.



More information about the LibreOffice mailing list