Re: [opensource-dev] Review Request: VWR-24667; Copy3rdPartyLibs.cmake needs to account for Visual Studio 10 and Visual Studio 10 Express.

2011-01-30 Thread Jonathan Yap
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/131/#review282 --- indra/cmake/Copy3rdPartyLibs.cmake

[opensource-dev] Review Request: VWR-24667; Copy3rdPartyLibs.cmake needs to account for Visual Studio 10 and Visual Studio 10 Express.

2011-01-30 Thread Nicky Perian
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/131/ --- Review request for Viewer. Summary --- Copy3rdPartyLibs.cmake need to

Re: [opensource-dev] "Nearby" people tab

2011-01-30 Thread Twisted Laws
Added a viewer 2 patch to https://jira.secondlife.com/browse/VWR-17050 that corrects this issue. Needs to be brought into STORM and applied. Twisted ___ Policies and (un)subscribe information available her

Re: [opensource-dev] attempting to compile a viewer

2011-01-30 Thread Andromeda Quonset
No, I'm using the full VS2005 Professional, and I verified that the file is present. At 08:20 PM 1/30/2011, Liny Odell wrote: >At this point, I was successful in running python develop.py -G VC80, >but I did have 1 error message about not finding devenv.com, which I >was able to find with no effo

Re: [opensource-dev] attempting to compile a viewer

2011-01-30 Thread Liny Odell
At this point, I was successful in running python develop.py -G VC80, but I did have 1 error message about not finding devenv.com, which I was able to find with no effort, so I don't know why the error came up. Your using the express edition arnt you? Because that file only comes with pro or highe

Re: [opensource-dev] attempting to compile a viewer

2011-01-30 Thread Andromeda Quonset
I want to thank everyone who helped me with getting the viewer to compile. I also want to post this here for future reference, and anyone else having trouble. First, I have been successful in compiling a viewer, and running it from within VS2005. Here is what I did: 1. I uninstalled all th

Re: [opensource-dev] "Nearby" people tab

2011-01-30 Thread Simon Quinnell
This happens to me as well. It seems to be related to whether or not they are on my friends list. My business partner NEVER appears on my Nearby tab. On Sun, Jan 30, 2011 at 10:50 AM, Dave Booth wrote: > Whats the expected behavior of this tab of the people sidebar? I'm > currently sitting in a

Re: [opensource-dev] attempting to compile a viewer

2011-01-30 Thread Kiptic ‌
> The viewer 2 how-to instructions are here: > http://wiki.secondlife.com/wiki/Viewer_2_Microsoft_Windows_Builds Oh, nice! I can however attest that the v1 instructions work for v2 too - at least they did for me. Was a bit tricky though and now I know why :D /Kip

[opensource-dev] Crash mode for file uploads

2011-01-30 Thread Erin Mallory
Thank Dora Gustofson for finding this one. Certain charactors in a file name seem to crash the viewer when you try to upload the file. This is particularly affecting the European crowd it seems. Please see https://jira.secondlife.com/browse/VWR-24593 Could this be a possible candidate for

Re: [opensource-dev] attempting to compile a viewer

2011-01-30 Thread Jonathan Welch
The viewer 2 how-to instructions are here: http://wiki.secondlife.com/wiki/Viewer_2_Microsoft_Windows_Builds ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting

Re: [opensource-dev] Using 'autobuild' to build the viewer

2011-01-30 Thread WolfPup Lowenhar
With the patch this dose work on windows but there are some things that need worked on. 1 Need to be able to import things like Fmod and Quicktime if we have them already present. https://jira.secondlife.com/browse/STORM-406 fixed this for OS Developers but autobuild broke it. 2 Need to have

[opensource-dev] C++ Need help to resolve stdint.h typedef conflicts between Quicktime and VS2010

2011-01-30 Thread Nicky Perian
media_plugin_quicktime.cpp C:\Program Files (x86)\QuickTime SDK\CIncludes\GNUCompatibility/stdint.h(49): error C2371: 'int_fast16_t' : redefinition; different basic types C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdint.h(34) : see declaration of 'int_fast16_t' th

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

2011-01-30 Thread Wolfpup Lowenhar
> On Jan. 29, 2011, 7:28 a.m., Wolfpup Lowenhar wrote: > > this is crashing devenv when you do autobuild build -c > > OpenSourceRelWithDebInfo on a windows system > > Wolfpup Lowenhar wrote: > When i tested this second dif was not a clean reop will retest again > after deleating build tre

[opensource-dev] Python 2.5 implementations that come without ElementTree? (was: attempting to compile a viewer)

2011-01-30 Thread Boroondas Gupte
Hi Andro On 01/30/2011 10:35 AM, Andromeda Quonset wrote: > CMake Error at cmake/Prebuilt.cmake:39 (message): > Failed to download or unpack prebuilt 'ogg-vorbis'. Process returned 1. > > [...] > > I have gane back through the archives for this list, and I've found a > few other instances of th

Re: [opensource-dev] attempting to compile a viewer

2011-01-30 Thread Kiptic ‌
> Using configure as you pointed out produces the same error results > as I previously posted. > Ignoring those, I then did: > develop.py build > and I got back the message: run "develop.py cmake" first > Which I did, and got back the message: run "develop.py cmake" first again. I am using

Re: [opensource-dev] "Nearby" people tab

2011-01-30 Thread Hitomi Tiponi
I have been having this trouble on some sims for the last few days (using 2.5.1 Beta 2 and later). I have been trying to figure out the cause or something that may tie in the various sims it seems to happen on - but so far without luck. On other sims this works as expected. And yes - this ha

Re: [opensource-dev] attempting to compile a viewer

2011-01-30 Thread Andromeda Quonset
Ok, thanks! Using configure as you pointed out produces the same error results as I previously posted. Ignoring those, I then did: develop.py build and I got back the message: run "develop.py cmake" first Which I did, and got back the message: run "develop.py cmake" first again. At 02:40 A

Re: [opensource-dev] attempting to compile a viewer

2011-01-30 Thread Alexandrea Fride
its is develop.py -G VC80 configure you forgot to but configure after after that you can use develop.py build or opening project files and build there From: Andromeda Quonset Sent: Sunday, January 30, 2011 10:35 AM To: opensource-dev@lists.secondlife.com Subject: Re: [opensource-dev] attem

Re: [opensource-dev] attempting to compile a viewer

2011-01-30 Thread Andromeda Quonset
I have gotten a little farther, but I am still having an issue: E:\linden\indra>develop.py -G VC80 Running 'cmake -G "Visual Studio 8 2005" -DSTANDALONE:BOOL=OFF -DUNATTENDED:BOOL =OFF -DROOT_PROJECT_NAME:STRING=SecondLife "" "E:\\linden\\indra"' in 'build-VC8 0' -- Check for working C compile