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

2013-01-07 Thread Lance Corrimal
Am Montag, 7. Januar 2013, 01:05:47 schrieb 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

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

2013-01-07 Thread Lance Corrimal
Thanks to you all, I got it settled now. Did anyone ever think of submitting CRs for that mess? bye, LC ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting t

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
at version. Shortly afterword, boost got updated to 1.52 and code updated to use the new filepicker V3 api. ~Tank> Date: Sun, 6 Jan 2013 14:22:26 +0100 > From: sl...@free.fr > To: opensource-dev@lists.secondlife.com > Subject: Re: [opensource-dev] gcc 4.7.1: lotsa warnings about boost &g

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

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