Re: [opensource-dev] Hacking up to Visual Studio 2010 ...

2011-02-18 Thread Brandon Husbands
Heheh ty for the tip.. Though as this is testing for it.. i figured they aughta know that its not selecting whats installed. =) On Fri, Feb 18, 2011 at 11:29 AM, Twisted Laws wrote: > in my case, i copied autobuild.xml to altered.xml and changed all > occurrances of '"Visual Studio 8 2005" to

Re: [opensource-dev] Hacking up to Visual Studio 2010 ...

2011-02-18 Thread Twisted Laws
in my case, i copied autobuild.xml to altered.xml and changed all occurrances of '"Visual Studio 8 2005" to "Visual Studio 10" and then specified it on the autobuild command line with --config_file altered.xml then it works but I have problems getting googlebreakpad, but thats a different is

Re: [opensource-dev] Hacking up to Visual Studio 2010 ...

2011-02-18 Thread Brandon Husbands
Trying to build with vs2k10 pro D:\Other\vd\viewer-autobuild>autobuild configure -c OpenSourceRelWithDebInfo --d ebug Configuration file 'D:\Other\vd\viewer-autobuild\autobuild.xml' configuring in D:\Other\vd\viewer-autobuild\build-vc80 configuring for configuration(s) [{'default': False, 'config

Re: [opensource-dev] Review Request: VWR-22220 Chat preferences > font size should increase size of input text as well

2011-02-18 Thread Vadim ProductEngine
> On Feb. 15, 2011, 6:40 a.m., Vadim ProductEngine wrote: > > indra/newview/llchatbar.h, line 83 > > > > > > Use tabs for indentation, not spaces. > > > > This note seems to apply to all modified lines in this pa

Re: [opensource-dev] Hacking up to Visual Studio 2010 ...

2011-02-18 Thread Brandon Husbands
An integrated interface to current and future infrastructural services offered by Amazon Web Services. Currently, this includes: - Simple Storage Service (S3) - SimpleQueue Service (SQS) - Elastic Compute Cloud (EC2) - Mechanical Turk - SimpleDB - CloudFront - CloudWatch -

Re: [opensource-dev] Hacking up to Visual Studio 2010 ...

2011-02-18 Thread Twisted Laws
hmmm... ok, so i removed them... './setup.py build' works ok and i added autobuild/bin to path and I still get the same error from running $ autobuild configure -c OpenSourceRelWithDebInfo autobuild.common.AutobuildError: invalid 'pathcheck' setting for 'boto' looking at it, the file still

Re: [opensource-dev] Review Request: VWR-22220 Chat preferences > font size should increase size of input text as well

2011-02-18 Thread Boroondas Gupte
> On Feb. 18, 2011, 7:16 a.m., Jonathan Yap wrote: > > My internet connection went dead while in the middle of updating the diffs. > > They are corrupted and I don't know how to fix them. Have you tried uploading them again? That won't remove the bogus intermediary revision, but if we know ab

Re: [opensource-dev] Review Request: VWR-22220 Chat preferences > font size should increase size of input text as well

2011-02-18 Thread Jonathan Yap
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/139/#review376 --- My internet connection went dead while in the middle of updating t

Re: [opensource-dev] Review Request: VWR-22220 Chat preferences > font size should increase size of input text as well

2011-02-18 Thread Jonathan Yap
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/139/ --- (Updated Feb. 18, 2011, 7:11 a.m.) Review request for Viewer. Changes ---

Re: [opensource-dev] Hacking up to Visual Studio 2010 ...

2011-02-18 Thread Thickbrick Sleaford
On Friday 18 February 2011 16:55:06 Twisted Laws wrote: > Thanks i'm unclear of what i should do next then. (I primarily work > in windows) Can i just delete the files in > /usr/local/lib/python2.6/dist-packages/autobuild ? > That's what I did (together with /usr/local/bin/autobuild). Ma

Re: [opensource-dev] Hacking up to Visual Studio 2010 ...

2011-02-18 Thread Twisted Laws
Thanks i'm unclear of what i should do next then. (I primarily work in windows) Can i just delete the files in /usr/local/lib/python2.6/dist-packages/autobuild ? > From: thickbrick.sleaf...@gmail.com > To: opensource-dev@lists.secondlife.com > Subject: Re: [opensource-dev] Hacking up

Re: [opensource-dev] Hacking up to Visual Studio 2010 ...

2011-02-18 Thread Thickbrick Sleaford
On Friday 18 February 2011 15:50:11 Twisted Laws wrote: > When I try running autobuild on Linux (Ubuntu) using this autobuild and > viewer-autobuild2010, it immediately fails with a pathcheck error looking > for boto. Looking at common.py (in > /usr/local/lib/python2.6/dist-packages/autobuild/comm

Re: [opensource-dev] Hacking up to Visual Studio 2010 ...

2011-02-18 Thread Twisted Laws
exact error on linux is: autobuild.common.AutobuildError: invalid 'pathcheck' setting for 'boto' From: twisted_l...@hotmail.com To: o...@lindenlab.com; opensource-dev@lists.secondlife.com Date: Fri, 18 Feb 2011 08:50:11 -0500 Subject: Re: [opensource-dev] Hacking up to Visual Studio 2010 ...

Re: [opensource-dev] Hacking up to Visual Studio 2010 ...

2011-02-18 Thread Twisted Laws
When I try running autobuild on Linux (Ubuntu) using this autobuild and viewer-autobuild2010, it immediately fails with a pathcheck error looking for boto. Looking at common.py (in /usr/local/lib/python2.6/dist-packages/autobuild/common.py) I see that the pathcheck lines in there contain "lib

[opensource-dev] Linux build error: missing binary operator before token "(" (was: Hacking up to Visual Studio 2010 ...)

2011-02-18 Thread Boroondas Gupte
On 02/18/2011 01:56 AM, Oz Linden (Scott Lawrence) wrote: > [...] > > Then check out: > > https://bitbucket.org/oz_linden/viewer-autobuild2010 > > cd into the top level of that directory, and run: > > autobuild configure -c OpenSourceRelWithDebInfo > > autobuild configure -c OpenSourceR

Re: [opensource-dev] Hacking up to Visual Studio 2010 ...

2011-02-18 Thread Oz Linden (Scott Lawrence)
On 2011-02-18 7:31, Boroondas Gupte wrote: On 02/18/2011 01:56 AM, Oz Linden (Scott Lawrence) wrote: [...] Then check out: https://bitbucket.org/oz_linden/viewer-autobuild2010 cd into the top level of that directory, and run: autobuild configure -c OpenSourceRelWithDebInfo autobu

Re: [opensource-dev] Hacking up to Visual Studio 2010 ...

2011-02-18 Thread Boroondas Gupte
On 02/18/2011 01:56 AM, Oz Linden (Scott Lawrence) wrote: > [...] > Then check out: > > https://bitbucket.org/oz_linden/viewer-autobuild2010 > > cd into the top level of that directory, and run: > > autobuild configure -c OpenSourceRelWithDebInfo > > autobuild configure -c OpenSourceRel