Re: [opensource-dev] Current release source does not build on opensuse

2013-07-05 Thread Nicky Perian
89561&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-389561 > > From: Lance Corrimal >To: opensource-dev@lists.secondlife.com >Sent: Friday, July 5, 2013 4:43 PM >Subject: Re: [opensource-dev] Current release source does not build on opensuse

Re: [opensource-dev] Current release source does not build on opensuse

2013-07-05 Thread Lance Corrimal
to put them in the queue (if it complains > >> > hg > >> > qnew kickstartmq -m"trash patch to put mq in play") now 4 instead 3 > >> > changes > >> > hg fetch viewer-release > >> > hg qdelete kickstartmq > >> > qpush the thre

Re: [opensource-dev] Current release source does not build on opensuse

2013-07-05 Thread Nicky Perian
; From: Lance Corrimal >To: opensource-dev@lists.secondlife.com >Sent: Friday, July 5, 2013 2:58 PM >Subject: Re: [opensource-dev] Current release source does not build on opensuse > > >So i patched those three changesets in, and I get this compile error: > > >[  285s] I

Re: [opensource-dev] Current release source does not build on opensuse

2013-07-05 Thread Lance Corrimal
the patches will be in .hg/patches directory so you qpop > > them for there > > > > another way would be to clone and then hg diff the 3 changes. > > > > >____ > > > > > > From: Lance Corrimal > > > > > >To: ope

Re: [opensource-dev] Current release source does not build on opensuse

2013-07-05 Thread Lance Corrimal
t; them for there > > another way would be to clone and then hg diff the 3 changes. > > > > > > > From: Lance Corrimal > > > >To: opensource-dev@lists.secondlife.com; Nicky Perian > > Sent: Friday, July 5, 2013 9:42 AM &

Re: [opensource-dev] Current release source does not build on opensuse

2013-07-05 Thread Nicky Perian
, July 5, 2013 9:42 AM >Subject: Re: [opensource-dev] Current release source does not build on opensuse > > >Here's the problem, on openSUSE 12.2 or 12.3 I can have gcc 3.3, gcc 4.1, gcc >4.3 or gcc 4.7. No 4.6. > > >cheers, >LC > > > >Am Freitag, 5. Juli 2

Re: [opensource-dev] Current release source does not build on opensuse

2013-07-05 Thread Lance Corrimal
Here's the problem, on openSUSE 12.2 or 12.3 I can have gcc 3.3, gcc 4.1, gcc 4.3 or gcc 4.7. No 4.6. cheers, LC Am Freitag, 5. Juli 2013, 03:04:54 schrieb Nicky Perian: > I think LL is using gcc 4.6. On newer Debian (Wheezy) the default is 4.7 but > 4.6 can be installed along side and symbol

Re: [opensource-dev] Current release source does not build on opensuse

2013-07-05 Thread Lance Corrimal
I just hope the opensuse build service can give me gcc 4.6 in the build vm for 12.2 and 12.3. Nicky Perian schrieb: >I think LL is using gcc 4.6. On newer Debian (Wheezy) the default is 4.7 but >4.6 can be installed along side and symbolic links used to point gcc==>gcc-4.6 >and g++==>g++-4.6

Re: [opensource-dev] Current release source does not build on opensuse

2013-07-05 Thread Nicky Perian
I think LL is using gcc 4.6. On newer Debian (Wheezy) the default is 4.7 but 4.6 can be installed along side and symbolic links used to point gcc==>gcc-4.6 and g++==>g++-4.6. Or use update-alternatives procedure or whatever opensuse calls it to put gcc 4.6 in play. I have not built the current