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

2015-01-30 Thread Melissa Browne
Can anyone point what the autobuild error “ERROR: default configuration returned 1” means when running the “autobuild configure -c RelWithDebInfoOS|ReleaseOS” command?___ Policies and (un)subscribe information available here:

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

2015-01-30 Thread Tank Master
You are getting an error because that isn't a valid command. Use autobuild configure -c RelWithDebInfoOS OR autobuild configure -c ReleaseOS Also, This will still fail do to tests. I used: autobuild configure -c ReleaseOS -- -DPACKAGE:BOOL=OFF -DLL_TESTS:BOOL=OFF to turn off both packaging

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

2015-01-30 Thread Tank Master
On the other hand, we should still find out so we can modify the installer to explicitly block the install on XP or any other setup that won't run the new code (such as possibly Vista with no SP) if testing determines the viewer wont actually run on those platforms.~TM Date: Thu, 29 Jan 2015

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

2015-01-30 Thread Nicky Perian
Command line building:1. Add to path:-- C:\Program Files (x86)\MSBuild\12.0\Bin  note: case matters.2. In cygwin64 terminal  cd into viewer-tools-update 3. execute --  msbuild build-vc120/secondlife.sln /t:Build /p:buildtype 4. With buildtype being Release or RelWithDebInfo This should work

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

2015-01-30 Thread Oz Linden (Scott Lawrence)
On 2015-01-30 11:51 , Tank Master wrote: You are getting an error because that isn't a valid command. Use autobuild configure -c RelWithDebInfoOS OR autobuild configure -c ReleaseOS Also, This will still fail do to tests. I used: autobuild configure -c ReleaseOS -- -DPACKAGE:BOOL=OFF

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

2015-01-30 Thread Cinder Roxley
Hi, All the tests pass for me using the open source build. If they aren’t passing it would be good to file a jira or post the failures here so they can be fixed. --  Cinder Roxley Sent with Airmail On January 30, 2015 at 2:41:09 PM, Oz Linden (Scott Lawrence) (o...@lindenlab.com) wrote: On

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

2015-01-30 Thread Nicky Perian
Command line building:1. Add to path:-- C:\Program Files (x86)\MSBuild\12.0\Bin  note: case matters.2. In cygwin64 terminal  cd into viewer-tools-update 3. execute --  msbuild build-vc120/secondlife.sln /t:Build /p:buildtype4. With buildtype being Release or RelWithDebInfo This should work

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

2015-01-30 Thread Henri Beauchamp
On Thu, 29 Jan 2015 14:06:17 -0800, Callum Prentice (Callum) wrote: 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. I can't help you about the