Re: [opensource-dev] gcc 4.7.1: lotsa warnings about boost

2013-01-06 Thread Henri Beauchamp
On Sun, 6 Jan 2013 14:49:04 -0800, Tank Master wrote: > Unfortunately, you can't use boost 1.45 ll provides because it lacks > thread. True, but I recompiled boost from 3p-boost v1.45. You can use the pre-compiled libraries I'm using for the Cool VL Viewer, if you wish: Linux: http://sldev.free.f

Re: [opensource-dev] gcc 4.7.1: lotsa warnings about boost

2013-01-06 Thread Nicky D.
Try this and see if it helps http://hg.phoenixviewer.com/phoenix-firestorm-lgpl/rev/4fa73607d364 (skip the parts about FAA/FAD as you do not have those headers) Cheers, Nicky On Sun, Jan 6, 2013 at 11:56 AM, Lance Corrimal wrote: > Hi, > > > Whenever I'm building the current development sou

Re: [opensource-dev] gcc 4.7.1: lotsa warnings about boost

2013-01-06 Thread Tank Master
Unfortunately, you can't use boost 1.45 ll provides because it lacks thread. Boost thread was added as part of Monty's updating the texture fetcher, and the ll boost repository already had been updated to include boost 1.48, so he just enabled packaging thread with is and used that version. Sh

Re: [opensource-dev] gcc 4.7.1: lotsa warnings about boost

2013-01-06 Thread Carlo Wood
On Sun, 06 Jan 2013 11:56:31 +0100 Lance Corrimal wrote: > Hi, > > > Whenever I'm building the current development source on openSUSE 12.2 > (read: with gcc 4.7.1) I get lots of warnings about boost-related > things. Some of them I've been able to correct myself, others I'm > stumped... the cau

Re: [opensource-dev] gcc 4.7.1: lotsa warnings about boost

2013-01-06 Thread Boroondas Gupte
On 06.01.2013 15:19, Nicky Perian wrote: > > > *From:* Lance Corrimal > *To:* opensource-dev@lists.secondlife.com > *Sent:* Sunday, January 6, 2013 4:56 AM > *Subject:* [opensource-dev] gcc 4.7.1: lotsa wa

Re: [opensource-dev] gcc 4.7.1: lotsa warnings about boost

2013-01-06 Thread Nicky Perian
I have not built with gcc 4.7.1 or openSUSE 12.2. I stay as close to LL's build environment as possible and use debian squeeze with gcc 4.5. Is your source repository current? If so, I can try to build. Can you build viewer-release?  I think siana commented about gcc 4.7 sometime back with some r

[opensource-dev] (was: gcc 4.7.1: lotsa warnings about boost)

2013-01-06 Thread Boroondas Gupte
On 06.01.2013 11:56, Lance Corrimal wrote: > Whenever I'm building the current development source on openSUSE 12.2 (read: > with gcc 4.7.1) I get lots of warnings about boost-related things. Some of > them I've been able to correct myself, others I'm stumped... the causes seem > to be in 3p-boos

Re: [opensource-dev] gcc 4.7.1: lotsa warnings about boost

2013-01-06 Thread Henri Beauchamp
On Sun, 06 Jan 2013 11:56:31 +0100, Lance Corrimal wrote: > Hi, > > Whenever I'm building the current development source on openSUSE 12.2 (read: > with gcc 4.7.1) I get lots of warnings about boost-related things. Some of > them I've been able to correct myself, others I'm stumped... the causes

[opensource-dev] gcc 4.7.1: lotsa warnings about boost

2013-01-06 Thread Lance Corrimal
Hi, Whenever I'm building the current development source on openSUSE 12.2 (read: with gcc 4.7.1) I get lots of warnings about boost-related things. Some of them I've been able to correct myself, others I'm stumped... the causes seem to be in 3p-boost itself, and i'd rather build with exactly t