Re: [Libreoffice] boost exceptions

2010-10-18 Thread Thomas Klausner
On Mon, Oct 18, 2010 at 12:21:52PM +0100, Caolán McNamara wrote: > On Mon, 2010-10-18 at 13:15 +0200, Thomas Klausner wrote: > > On Mon, Oct 18, 2010 at 12:01:15PM +0100, Caolán McNamara wrote: > > > Did you configure with --with-system-boost ? There's a test in > > > configure.in for a broken boos

Re: [Libreoffice] boost exceptions

2010-10-18 Thread Caolán McNamara
On Mon, 2010-10-18 at 13:15 +0200, Thomas Klausner wrote: > On Mon, Oct 18, 2010 at 12:01:15PM +0100, Caolán McNamara wrote: > > Did you configure with --with-system-boost ? There's a test in > > configure.in for a broken boost header. > > Yes, I'm using system boost. I know you're using system b

Re: [Libreoffice] boost exceptions

2010-10-18 Thread Thomas Klausner
On Mon, Oct 18, 2010 at 12:01:15PM +0100, Caolán McNamara wrote: > Did you configure with --with-system-boost ? There's a test in > configure.in for a broken boost header. Yes, I'm using system boost. > Another thing to check is what happens if you add > > $(SLO)$/zforfind.obj > > to the EXCEPT

Re: [Libreoffice] boost exceptions

2010-10-18 Thread Caolán McNamara
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 disab

Re: [Libreoffice] boost exceptions

2010-10-18 Thread Thomas Klausner
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 tes

Re: [Libreoffice] boost exceptions

2010-10-18 Thread Caolán McNamara
On Sun, 2010-10-17 at 23:36 +0200, Thomas Klausner wrote: > As you can see, I already added "-fexceptions" to the g++ arguments. 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

[Libreoffice] boost exceptions

2010-10-17 Thread Thomas Klausner
Hi again! Another step ahead; using only ENVLINKFLAGS and not ENVLIBFLAGS, I avoided the ar problem. I'm trying to build against the external boost libraries and see: Compiling: svl/source/numbers/zforfind.cxx g++ -fmessage-length=0 -c -O1 -DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0 -fex