Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-01-29 Thread Nicky Perian
bill@billAW ~Is going to be necessary to use autobuild.cmd from cygwin?$ 
autobuild --versionC:\Python27\python.exe: can't open file 
'/cygdrive/c/Users/bill/autobuild-metadata/bin/autobuild': [Errno 2] No such 
file or directory
bill@billAW ~$ autobuild.cmd --versionautobuild 1.0

bill@billAW ~$ which 
autobuild/cygdrive/c/Users/bill/autobuild-metadata/bin/autobuild
bill@billAW ~$ cd autobuild-metadata
bill@billAW ~/autobuild-metadata$ hg tipchangeset:   715:9332634373d2tag:       
  tipuser:        Nat Goodspeed date:        Wed Jan 07 
16:05:14 2015 -0500summary:     Remove cygdrive/cygpath kludges from a couple 
places in autobuild.

bill@billAW ~/autobuild-metadata$
 

 On Thursday, January 29, 2015 1:18 AM, Lance Corrimal 
 wrote:
   
 

 Am Mittwoch 28 Januar 2015, 18:11:48 schrieb Jonathan Welch:
> From something Tank said at a meeting: will the resulting executable
> run on an XP system?  If not a note should be put in somewhere about
> this restriction.

...ahem

Windows XP is End Of Life, has been for quite some time, security holes are 
NOT fixed anymore, and anyone who still uses XP on a computer that is in any 
form shape or size connected to the internet should be drowned in his own 
drool.


just my two cents.
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


 
   ___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-01-29 Thread Henri Beauchamp
On Wed, 28 Jan 2015 10:53:11 -0500, Oz Linden (Scott Lawrence) wrote:

> We've also put up a new page of instructions on how to set up a Windows 
> development environment 
> .  
> Suggestions for improvement are most welcome here and on the Talk 
> page... we're trying to keep it as simple as possible while being 
> sufficient to build a clean checkout of the viewer.

Missing bits:

- When using Windows 7, you must also update from IE8 to a newer version
since else, you can't log in to register for a free license from within
Visual Studio 2013 Community (the IE8 Javascript engine fails on two of
the scripts used by VS2013).

- To compile a viewer, you'll also need FMOD Ex installed.

Henri.
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-01-29 Thread Jonathan Welch
When you have finished installing the compiler there is a button to launch it.

More documentation needed for:
1) You are then asked to sign in or skip that step.
2) You then see a setup page with a dropdown, I changed from General
to C++ hoping that was the right thing to do.

On Thu, Jan 29, 2015 at 5:45 AM, Henri Beauchamp  wrote:
> On Wed, 28 Jan 2015 10:53:11 -0500, Oz Linden (Scott Lawrence) wrote:
>
>> We've also put up a new page of instructions on how to set up a Windows
>> development environment
>> .
>> Suggestions for improvement are most welcome here and on the Talk
>> page... we're trying to keep it as simple as possible while being
>> sufficient to build a clean checkout of the viewer.
>
> Missing bits:
>
> - When using Windows 7, you must also update from IE8 to a newer version
> since else, you can't log in to register for a free license from within
> Visual Studio 2013 Community (the IE8 Javascript engine fails on two of
> the scripts used by VS2013).
>
> - To compile a viewer, you'll also need FMOD Ex installed.
>
> Henri.
> ___
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/OpenSource-Dev
> Please read the policies before posting to keep unmoderated posting privileges
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-01-29 Thread Henri Beauchamp
On Thu, 29 Jan 2015 11:45:46 +0100, Henri Beauchamp wrote:

> On Wed, 28 Jan 2015 10:53:11 -0500, Oz Linden (Scott Lawrence) wrote:
> 
> > We've also put up a new page of instructions on how to set up a Windows 
> > development environment 
> > .  
> > Suggestions for improvement are most welcome here and on the Talk 
> > page... we're trying to keep it as simple as possible while being 
> > sufficient to build a clean checkout of the viewer.
> 
> Missing bits:
> 
> - When using Windows 7, you must also update from IE8 to a newer version
> since else, you can't log in to register for a free license from within
> Visual Studio 2013 Community (the IE8 Javascript engine fails on two of
> the scripts used by VS2013).
> 
> - To compile a viewer, you'll also need FMOD Ex installed.
> 
> Henri.

I also forgot: there's the Quicktime issue: TPVs need the QuickTime SDK
(v7.3) installed, since the pre-built library in autobuild.xml is on
a private (Linden-only) server...

Henri.
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-01-29 Thread Callum Prentice (Callum)
Yep - we need to add the right set of parameters to 'autobuild' to set up
FMod, Havok QuickTime etc.

Can anyone tell me what they are or point me at the right doc before I
start searching.

On Thu, Jan 29, 2015 at 12:44 PM, Henri Beauchamp  wrote:

> On Thu, 29 Jan 2015 11:45:46 +0100, Henri Beauchamp wrote:
>
> > On Wed, 28 Jan 2015 10:53:11 -0500, Oz Linden (Scott Lawrence) wrote:
> >
> > > We've also put up a new page of instructions on how to set up a Windows
> > > development environment
> > > .
> > > Suggestions for improvement are most welcome here and on the Talk
> > > page... we're trying to keep it as simple as possible while being
> > > sufficient to build a clean checkout of the viewer.
> >
> > Missing bits:
> >
> > - When using Windows 7, you must also update from IE8 to a newer version
> > since else, you can't log in to register for a free license from within
> > Visual Studio 2013 Community (the IE8 Javascript engine fails on two of
> > the scripts used by VS2013).
> >
> > - To compile a viewer, you'll also need FMOD Ex installed.
> >
> > Henri.
>
> I also forgot: there's the Quicktime issue: TPVs need the QuickTime SDK
> (v7.3) installed, since the pre-built library in autobuild.xml is on
> a private (Linden-only) server...
>
> Henri.
> ___
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/OpenSource-Dev
> Please read the policies before posting to keep unmoderated posting
> privileges
>



-- 
*Callum Prentice *| *Software Engineer*
*Cell* 650 888 1697 | *Skype* CallumPrentice | *Second Life *Callum Linden

Linden Lab  | Makers of Shared Creative Spaces

Check out what we're working on! 
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-01-29 Thread Oz Linden (Scott Lawrence)

On 2015-01-28 19:23 , Callum Prentice (Callum) wrote:
I can try it on an XP system tomorrow when I'm in the office and have 
access to the QA Lab.




To be clear... XP is not supported and if it does not work, that is not 
a bug.


If it does happen to work, I don't object, but we won't spend time on it 
if it doesn't.


We announced that we'd dropped XP support several months ago.

--
*Oz Linden (Scott Lawrence)* | /Engineering Director, Second Life/
Email or Hangouts o...@lindenlab.com  | Second 
Life Oz Linden 

Linden Lab| Makers of Shared Creative Spaces 
Check out what we're working on! 
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-01-29 Thread Nicky Perian
It does not run on XP.  The error is that it is nor a valid windows 32 bit 
application.
That brings up another question. Will it run on 32 bit variants of vista and 
win7? 

 On Thursday, January 29, 2015 6:04 PM, Oz Linden (Scott Lawrence) 
 wrote:
   
 

  On 2015-01-28 19:23 , Callum Prentice (Callum) wrote:
  
  I can try it on an XP system tomorrow when I'm in the office and have access 
to the QA Lab.  
 
 
 To be clear... XP is not supported and if it does not work, that is not a bug.
 
 If it does happen to work, I don't object, but we won't spend time on it if it 
doesn't.
 
 We announced that we'd dropped XP support several months ago.  
 
 -- 
  Oz Linden (Scott Lawrence) | Engineering Director, Second Life
 Email or Hangouts o...@lindenlab.com | Second Life Oz Linden
 Linden Lab | Makers of Shared Creative Spaces
 Check out what we're working on!   
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

 
   ___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-01-29 Thread Nicky Perian
On my system I had installed vs2013 Express before installing the community 
edition.The file extension *.sln was set to run Express.From "cygstart 
build-vc120/secondlife.sln" Express builds and runs the resulting viewer 
without error.
If I open either Community or Express from the  Desktop Icon the build errors 
out with:
.Error 1 error MSB6006: "cmd.exe" exited with code 9009. C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 170 5 
generate_viewer_version
 

 On Thursday, January 29, 2015 7:57 PM, Nicky Perian 
 wrote:
   
 

 It does not run on XP.  The error is that it is nor a valid windows 32 bit 
application.
That brings up another question. Will it run on 32 bit variants of vista and 
win7? 

 On Thursday, January 29, 2015 6:04 PM, Oz Linden (Scott Lawrence) 
 wrote:
   
 

  On 2015-01-28 19:23 , Callum Prentice (Callum) wrote:
  
  I can try it on an XP system tomorrow when I'm in the office and have access 
to the QA Lab.  
 
 
 To be clear... XP is not supported and if it does not work, that is not a bug.
 
 If it does happen to work, I don't object, but we won't spend time on it if it 
doesn't.
 
 We announced that we'd dropped XP support several months ago.  
 
 -- 
  Oz Linden (Scott Lawrence) | Engineering Director, Second Life
 Email or Hangouts o...@lindenlab.com | Second Life Oz Linden
 Linden Lab | Makers of Shared Creative Spaces
 Check out what we're working on!   
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

 


 
   ___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges