Re: Beware of Boost-1.50

2012-08-16 Thread Caolán McNamara
On Wed, 2012-08-15 at 17:08 +0200, Francois Tigeot wrote: > A quick head's up as I've just been bitten by this issue. > > Both 3.5 and 3.6 branches fail at runtime when built with the new > Boost-1.50 libraries. There is another potential gotcha with the later boost versions. We're using boosts u

Re: Beware of Boost-1.50

2012-08-15 Thread Bjoern Michaelsen
On Wed, Aug 15, 2012 at 05:28:19PM +0200, Michael Stahl wrote: > On 15/08/12 17:08, Francois Tigeot wrote: > > > Building the same LO code bases with Boost-1.49 or previous versions > > gives perfectly fine binaries. > > perhaps true for older versions, but some version newer than 1.44 seems > to

Re: Beware of Boost-1.50

2012-08-15 Thread Kohei Yoshida
On 08/15/2012 11:34 AM, Francois Tigeot wrote: On Wed, Aug 15, 2012 at 11:16:06AM -0400, Kohei Yoshida wrote: On 08/15/2012 11:08 AM, Francois Tigeot wrote: The error I got is: libsclo.so: Undefined symbol "_ZN5boost6system16generic_categoryEv" I think David Tardon has already fixed this.

Re: Beware of Boost-1.50

2012-08-15 Thread Francois Tigeot
On Wed, Aug 15, 2012 at 11:16:06AM -0400, Kohei Yoshida wrote: > On 08/15/2012 11:08 AM, Francois Tigeot wrote: > > > >The error I got is: > >libsclo.so: Undefined symbol "_ZN5boost6system16generic_categoryEv" > > I think David Tardon has already fixed this. Ah, it seems this was not directly a l

Re: Beware of Boost-1.50

2012-08-15 Thread Michael Stahl
On 15/08/12 17:08, Francois Tigeot wrote: > Building the same LO code bases with Boost-1.49 or previous versions > gives perfectly fine binaries. perhaps true for older versions, but some version newer than 1.44 seems to cause https://bugs.freedesktop.org/show_bug.cgi?id=51324

Re: Beware of Boost-1.50

2012-08-15 Thread Kohei Yoshida
On 08/15/2012 11:08 AM, Francois Tigeot wrote: A quick head's up as I've just been bitten by this issue. Both 3.5 and 3.6 branches fail at runtime when built with the new Boost-1.50 libraries. The error I got is: libsclo.so: Undefined symbol "_ZN5boost6system16generic_categoryEv" I think Davi