[opensource-dev] Review Request: OPEN-8: allow specification of the configuration with env var AUTOBUILD_CONFIGURATION

2011-02-06 Thread Oz Linden
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/141/ --- Review request for Viewer. Summary --- This patch adds support for spe

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Twisted Laws
I'm sort of lost here, sorry :( I did try a lot of different things (except i didn't look in the python files as i'm not sure what i'd be looking at). our versions seem to match exactly Microsoft Visual Studio 2005 Version 8.0.50727.867 (vsvista.050727-8600) Microsoft .NET Framework Version

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Nicky Perian
Help->About VC++2005 Express Edition->Copy Info-->Paste from Clipboard yeilds-- Microsoft Visual Studio 2005 Version 8.0.50727.867 (vsvista.050727-8600) Microsoft .NET Framework Version 2.0.50727 SP2 Installed Edition: VC Express Microsoft Visual C++ 2005 76542-000-011-00125 Microsoft

[opensource-dev] Review Request: OPEN-7: allow specification of the config-file with env var AUTOBUILD_CONFIG_FILE

2011-02-06 Thread Oz Linden
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/140/ --- Review request for Viewer. Summary --- This change allows the environm

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Ima Mechanique
> I remembered reading about some issues (don't ask me to expand) of not having > the latest SDK's when using win64. I have both express and pro on my machine > and > my include settings for Pro reflect newer SDK's. > Maybe you can try these includes. > > http://picpaste.com/vs2005proIncludes-2

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Nicky Perian
I remembered reading about some issues (don't ask me to expand) of not having the latest SDK's when using win64. I have both express and pro on my machine and my include settings for Pro reflect newer SDK's. Maybe you can try these includes. http://picpaste.com/vs2005proIncludes-2Fa11vp6.PNG

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Ima Mechanique
> On 2011-02-06 14:15, Ima Mechanique wrote: > > Just to clarify. These errors are only generated when using "autobuild > > build -c VCexpressRelWithDebInfo" If using the MSVC Express gui it > > builds with only the usual niggles (like failing on x64 because it can't > > find a directory) > > Can

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Ima Mechanique
> > I tried making these changes... it did not do anything different or help me > in my situation of not finding the windows.h and winsock2.h. That change is only for Win XP x64 environment, to allow the build process to identify the VC Express install directory. Otherwise build fails. It has

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Twisted Laws
I tried making these changes... it did not do anything different or help me in my situation of not finding the windows.h and winsock2.h. I'd start over and rebuild the dev environment but its not a good option for me at this time. > Date: Sun, 6 Feb 2011 20:23:41 + > From: ima.mechani

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Oz Linden (Scott Lawrence)
On 2011-02-06 14:15, Ima Mechanique wrote: > Just to clarify. These errors are only generated when using "autobuild > build -c VCexpressRelWithDebInfo" If using the MSVC Express gui it > builds with only the usual niggles (like failing on x64 because it can't > find a directory) Can you tell what

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Ima Mechanique
> What is your windows OS? I may be able to Vbox/VM it to test. WinXP 64 bit. The following altered function from indra\lib\python\indra\util\test_win32_manifest.py fixes the issues for me. def find_vc_dir(): supported_versions = (r'8.0', r'9.0') supported_products = (r'VisualStudio', r

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Nicky Perian
What is your windows OS? I may be able to Vbox/VM it to test. From: Ima Mechanique To: opensource-dev@lists.secondlife.com Sent: Sun, February 6, 2011 1:15:31 PM Subject: Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 E

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Oz Linden (Scott Lawrence)
On 2011-02-06 10:40, Oz Linden (Scott Lawrence) wrote: On 2011-02-06 9:15, Oz Linden (Scott Lawrence) wrote: I've created a repo sync'ed up to the latest viewer-development, and with this workaround (I renamed the configuration VCexpressRelWithDebInfo to make it stand out a bit more). If folks

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Nicky Perian
Later today Ill bring up in IDE and see it the same errors arise. idk what is happening but if 2 that we know have them of then we need to try and correct. From: Twisted Laws To: Oz Linden ; SLDEV Sent: Sun, February 6, 2011 1:07:27 PM Subject: Re: [opensource

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Ima Mechanique
> I'm getting dozens of these errors > > fatal error C1083: Cannot open include file: 'winsock2.h': No such file or > directory > > and > > fatal error C1083: Cannot open include file: 'windows.h': No such file or > directory > > Seems that it is not using the Include directories list. Just

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Twisted Laws
Ok, i found i can get much further compiling in the IDE and this is all i end up with now. Note that the issue with winres.h is one i always have had with and easy change of defining IDC_STATIC and including winresrc.h instead. Twisted Warning 1 warning LNK4099: PDB 'vc80.pdb' was not found

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Twisted Laws
Ok, i'm an idiot and can't follow instructions So i reread Oz's msg and found i was using the wrong config and redid it with autobuild configure -c VCexpressRelWithDebInfo Then that part worked ok. If i then just used "autobuild build" it had the same fmod error as before. So i trie

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Nicky Perian
try autobuild --debug build -c VCexpressRelWithDebInfo From: Twisted Laws To: Oz Linden ; SLDEV Sent: Sun, February 6, 2011 11:38:11 AM Subject: Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition. c:\dev\h

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Twisted Laws
Since I wasn't sure of the exact command to run I also tried: c:\dev\hgbuilds\viewer-autobuildvs8>autobuild build -c OpenSourceRelWithDebInfo --verbose executing configure command cmake -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DUNA TTENDED:BOOL=OFF -DWORD_SIZE:STRING=32 -DROOT_PROJECT_NAME:STR

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Twisted Laws
The autobuild configure -c OpenSourceRelWithDebInfo worked fine if I run it from a Visual C++ command prompt but not in a cygwin window. But the build fails with an expected (??) error with fmod. c:\dev\hgbuilds\viewer-autobuildvs8>autobuild build unable to download file: Traceback (most re

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Ima Mechanique
I'm getting dozens of these errors fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory and fatal error C1083: Cannot open include file: 'windows.h': No such file or directory Seems that it is not using the Include directories list. -- Ima Mechanique ima.mecha

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Nicky Perian
14773 (21ef0a07c2cd) OPEN-1 WORKAROUND correct build arg Build complete: 125 Projects succeeded, 0 Projects failed, 2 Projects skipped C:\lindenhg\viewer-autobuildvs8> From: Oz Linden (Scott Lawrence) To: opensource-dev@lists.secondlife.com Sent: Sun, February

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Oz Linden (Scott Lawrence)
On 2011-02-06 9:15, Oz Linden (Scott Lawrence) wrote: > I've created a repo sync'ed up to the latest viewer-development, and > with this workaround (I renamed the configuration > VCexpressRelWithDebInfo to make it stand out a bit more). If folks > with VS Express (2005) could please test it : >

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-06 Thread Oz Linden (Scott Lawrence)
I've created a repo sync'ed up to the latest viewer-development, and with this workaround (I renamed the configuration VCexpressRelWithDebInfo to make it stand out a bit more). If folks with VS Express (2005) could please test it : https://bitbucket.org/oz_linden/viewer-autobuildvs8 I'm runni

Re: [opensource-dev] Friends Permissions

2011-02-06 Thread Boroondas Gupte
On 02/06/2011 02:55 PM, Trilo Byte wrote: > [...] permissions the people on my friends list have (see me online, locate > me on the map, move my objects, etc), but I can't figure out how to change > those settings. It used to be on the Notes & Privacy tab of the Profile, but > the web profile d

[opensource-dev] Friends Permissions

2011-02-06 Thread Trilo Byte
Please forgive the silly question, but I seemed to have missed something in the transition to web profiles. On the Friends sidebar panel I can see the icons that show what permissions the people on my friends list have (see me online, locate me on the map, move my objects, etc), but I can't fig

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

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