[opensource-dev] Daily Scrum Summary - Monday, January 31

2011-02-01 Thread Anya Kanevsky
Monday, January 31, 2011 General Notes -- - Welcome Wolf! He will be our UX resource at 50% - which is at least 150% more UX resource than we have now. - MMOTD: Oz Team Status -- Merov Linden --

Re: [opensource-dev] Nearby people tab

2011-02-01 Thread Boroondas Gupte
Hi Dave On 02/01/2011 01:57 AM, Dave Booth wrote: On 1/31/2011 07:52, Oz Linden (Scott Lawrence) wrote: It would be interesting to see what was in the log file for the period of time that the window was not properly filled in. I intend to capture some more specific data in the next few days

Re: [opensource-dev] problems working with autobuild

2011-02-01 Thread Oz Linden (Scott Lawrence)
On 2011-01-31 21:43, Twisted Laws wrote: So I figured I'd give the autobuild method of building a try. I've not made it far yet and wondering if someone might give me a pointer on what I've done wrong... I read: http://wiki.secondlife.com/wiki/Autobuild_Quick_Start and read:

Re: [opensource-dev] problems working with autobuild

2011-02-01 Thread Latif Khalifa
The old style build didn't work in cygwin shell either. It wanted cmake and python to be native windows versions. After deleting cygwin versions of those, all worked. Perhaps a similar thing can help for the autobuild? On Tue, Feb 1, 2011 at 4:07 AM, Nicky Perian nickyper...@yahoo.com wrote: I

Re: [opensource-dev] problems working with autobuild

2011-02-01 Thread WolfPup Lowenhar
Im running autobuild from the windows cmd shell all I have to do right now is add the Vs2005 tools via vsvars32.bat then got the auto build folder and it all works im not running in any other cmd window. From: opensource-dev-boun...@lists.secondlife.com

[opensource-dev] XMPP group chat questions

2011-02-01 Thread Latif Khalifa
Hi, Since I plan to implement the new XMPP chat available for the clients that are not based on the official viewer, I could use some documentation about the way the new group chat system. Perhaps the best way to start would be with a few questions. Some of these have already been answered by Gez

Re: [opensource-dev] problems working with autobuild

2011-02-01 Thread Twisted Laws
just to be clear here, i've no problems configuring and building in vc2005expess the old way. i start the process with cmake . in the indra directory in a cygwin window. then i open the .sln file with vc2005express and set the build type and build it. all is fine.I can also use the

Re: [opensource-dev] Review Request: Do not fail when no scp command is found, unless it is actually needed to fetch something

2011-02-01 Thread Nicky Perian
the file ogg-vorbis-1.1.3-1.2.0-windows-20101001a.tar.bz2 is in autobuild.xml and is in the install.cache. and does download manually From: Nicky Perian nickyper...@yahoo.com To: Nicky Perian nickyper...@yahoo.com; Oz Linden o...@lindenlab.com; Viewer

Re: [opensource-dev] autobuild @ 442 (ffcfcf7cde2c) Bug?

2011-02-01 Thread Nicky Perian
the file ogg-vorbis-1.1.3-1.2.0-windows-20101001a.tar.bz2 is in autobuild.xml and is in the install.cache. and does download manually From: Nicky Perian nickyper...@yahoo.com To: opensource-dev@lists.secondlife.com Sent: Tue, February 1, 2011 11:57:53 AM

Re: [opensource-dev] problems working with autobuild

2011-02-01 Thread Nicky Perian
In Microsoft Visual Studio-Tools-Visual Studio 2005 Command Prompt yields- C:\VC80\vc\binC:\VC80\Common7\Tools\vsvars32.bat Setting environment for using Microsoft Visual Studio 2005 x86 tools. Then the Python Path is c:\Python26 From: Twisted Laws

Re: [opensource-dev] Help prevent DOS line endings...

2011-02-01 Thread Celierra Darling
For those that have already followed the instructions there - the coding standard says to prefer tabs, not spaces, which is the opposite of what the page was instructing until just now. Celi On Tue, Feb 1, 2011 at 7:35 AM, Oz Linden (Scott Lawrence) o...@lindenlab.com wrote: Other than a few

Re: [opensource-dev] XMPP group chat questions

2011-02-01 Thread Gez Linden
Latif, Thank you for summarizing your questions and jumping in on this so quickly. My team just reviewed your questions and we have the following responses for you: 1) To which xmpp server should we connect. I'm assuming there will be a new field in the xmlrpc login response specifying it?

Re: [opensource-dev] Help prevent DOS line endings...

2011-02-01 Thread Discrete Dreamscape
Possible cover-all solution: use Mercurial's eol extension. It's worked pretty well for me so far, and handily autofixed all the DOS endings in a particular fork I looked at in one go. It works much like the autoprops configuration does in Subversion; hopefully with less pain. Enable it (should

Re: [opensource-dev] XMPP group chat questions

2011-02-01 Thread Latif Khalifa
Gez, Thank you very much for such a fast response. Just two small observations. Authentication takes it's sweet time, possible area to look into... And conference.chat.aditi.lindenlab.com doesn't currently resolve to anything (for those of us too impatient to wait for the project viewer :)

Re: [opensource-dev] problems working with autobuild

2011-02-01 Thread Twisted Laws
Thanks to Nicky, I've made it further. I didn't have a command prompt menu option in vc2005 express but i was able to find information on the net to help me create one. So now autobuild does run in a vc2005 command prompt window for me but still fails with the following (raw) log:(note

Re: [opensource-dev] problems working with autobuild

2011-02-01 Thread Nicky Perian
Twisted, Looks like a bad link. Nicky This webpage is not available. The webpage at http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/merov_fmod-autobuild/rev/219050/arch/CYGWIN/installer/fmod-3.75-windows-20110113.tar.bz2 might be temporarily down or it may have moved

Re: [opensource-dev] problems working with autobuild

2011-02-01 Thread Nicky Perian
Also, Might want to start with RelWithDebInfo. That seems to work. You may have found a Release Bug. From: Nicky Perian nickyper...@yahoo.com To: Twisted Laws twisted_l...@hotmail.com Cc: SLDEV opensource-dev@lists.secondlife.com Sent: Tue, February 1, 2011

Re: [opensource-dev] problems working with autobuild

2011-02-01 Thread WolfPup Lowenhar
Actually this is one of the issues that needs to be addressed as OS devs cannot get things like Fmod. From: opensource-dev-boun...@lists.secondlife.com [mailto:opensource-dev-boun...@lists.secondlife.com] On Behalf Of Nicky Perian Sent: Tuesday, February 01, 2011 4:40 PM To: Twisted Laws Cc:

Re: [opensource-dev] problems working with autobuild

2011-02-01 Thread Nicky Perian
The design of autobuild was for VS2005 Pro which is SL's only supported windows compiler. Express doesn't ship with devenv. So, until that is fixed autobuild is little more that a souped up develop.py. You can configure with it, but you will need to build the normal way with the IDE and build

Re: [opensource-dev] XMPP group chat questions

2011-02-01 Thread Gez Linden
Latif, Not a problem. I'm happy to see all of you playing around with the system already. I believe you resolved the conference.chat problem, but just for the sake of pointing it out for the rest of the list, the system is hosted at chat.aditi.lindenlab.com, not conference.chat. I'll bring up