Re: [opensource-dev] autobuild & VS 2010 support merged to viewer-development

2011-04-02 Thread Mike Chase
On Fri, 2011-04-01 at 20:56 -0400, Oz Linden (Scott Lawrence) wrote: 
> On 2011-04-01 18:08, Oz Linden (Scott Lawrence) wrote:
> > The autobuild and Visual Studio 2010 branch has been merged to 
> > viewer-development
> 
> This is a big change in the tools and many of the libraries that go into 
> the viewer, so please download a Development viewer for your weekend fun 
> and let us know how it works for you.

I gave a pass at trying to build using this setup.  Checked out the
development viewer and installed autobuild.   I ran autobuild with the
OpenSoureRelease configuration.  This is on a Fedora 14 x64 linux
install.   It fully completes the compilation steps and then fails
processing libraries.  The errors are related to strip being unable to
strip the libraries because of permissions problems.  

Is there a setup step I need to do prior to building?  I tried to follow
the instructions on the site step by step.

Mike

> 
> 
> 
> ___
> 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] autobuild & VS 2010 support merged to viewer-development

2011-04-02 Thread Opensource Obscure
On Sat, Apr 2, 2011 at 16:12, Mike Chase
 wrote:
> On Fri, 2011-04-01 at 20:56 -0400, Oz Linden (Scott Lawrence) wrote:
>> On 2011-04-01 18:08, Oz Linden (Scott Lawrence) wrote:
>> > The autobuild and Visual Studio 2010 branch has been merged to
>> > viewer-development
>>
>> This is a big change in the tools and many of the libraries that go into
>> the viewer, so please download a Development viewer for your weekend fun
>> and let us know how it works for you.
>
> I gave a pass at trying to build using this setup.  Checked out the
> development viewer and installed autobuild.   I ran autobuild with the
> OpenSoureRelease configuration.  This is on a Fedora 14 x64 linux
> install.   It fully completes the compilation steps and then fails
> processing libraries.  The errors are related to strip being unable to
> strip the libraries because of permissions problems.
>
> Is there a setup step I need to do prior to building?  I tried to follow
> the instructions on the site step by step.

I'm trying to get back to compiling viewer sources as well; I had
stopped knowing that the building process was going to change.

So, my problem: I understand I must use gcc-4.1 (instead of
gcc-4.4) - and this is OK.

But should I also use g++-4.1 instead of g++-4.4?
because this looks like a problem (g++-4.1 is not available
in default Ubuntu repositories).

The wiki page for Linux still needs obsolete information be pruned
out of it - this may confuse me. I will help with updating it myself
as soon as I get comfortable with the new process.

It would help me if someone expanded the "Important" yellow box at
https://wiki.secondlife.com/wiki/Compiling_the_viewer_(Linux)#Build_the_viewer_with_autobuild
which currently says "set CC and CXX accordingly" only.
-- 
Opensource Obscure
http://twitter.com/oobscure - http://opensourceobscure.com/lol
___
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] autobuild & VS 2010 support merged to viewer-development

2011-04-02 Thread Kiptic ‌

> The autobuild and Visual Studio 2010 branch has been merged to 
> viewer-development

> develop.py is dead, long live autobuild

After half a day of fiddling I finally got this to work - yay!

Setup: Windows 7 + VS2010

The only real bump on the road was that for some reason the file "autobuild" 
from the autobuild package needed to be copied manually to C:\Python26\Scripts. 
I have no clue why. After I figured that one out, and sorted a few BISON paths 
etc. everything now compiles perfectly inside VS2010! And there was much 
rejoicing :)

Building from the VS command prompt? Not so lucky. I get this:

devenv.com is not an internal command


Well, I'll just stick to building inside VS2010 for now :) I even got a 
setup.exe (not with that name though) - I never got that with VS2005 since it 
always failed somewhere before that (after generating secondlife-bin.exe 
though, lucky me).

Well done!

  ___
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] autobuild & VS 2010 support merged to viewer-development

2011-04-02 Thread Ima Mechanique
> 
> > The autobuild and Visual Studio 2010 branch has been merged to 
> > viewer-development
> 
> > develop.py is dead, long live autobuild
> 
> After half a day of fiddling I finally got this to work - yay!
> 
> Setup: Windows 7 + VS2010
> 
> The only real bump on the road was that for some reason the file "autobuild" 
> from the autobuild package needed to be copied manually to 
> C:\Python26\Scripts. I have no clue why. After I figured that one out, and 
> sorted a few BISON paths etc. everything now compiles perfectly inside 
> VS2010! And there was much rejoicing :)
> 
> Building from the VS command prompt? Not so lucky. I get this:
> 
> devenv.com is not an internal command

What were you trying to build. viewer-development shouldn't cause that
error.  You will run into that error trying to build the 3p-* libraries,
as it uses a couple functions still coded to use devenv :-( This is only
a problem for Express users as the Pro and higher version include
devenv.com.

On #opensl, we've been using autobuild for several weeks now. Please
feel free to come ask for help and use our experience with it ;-)

> Well, I'll just stick to building inside VS2010 for now :) I even got a 
> setup.exe (not with that name though) - I never got that with VS2005 since it 
> always failed somewhere before that (after generating secondlife-bin.exe 
> though, lucky me).
> 
> Well done!
> 
> 

--
Ima Mechanique
ima.mechanique(at)blueyonder.co.uk

___
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] autobuild & VS 2010 support merged to viewer-development

2011-04-02 Thread Oz Linden (Scott Lawrence)
On 2011-04-01 20:56, Oz Linden (Scott Lawrence) wrote:
> On 2011-04-01 18:08, Oz Linden (Scott Lawrence) wrote:
>> The autobuild and Visual Studio 2010 branch has been merged to 
>> viewer-development
>
> This is a big change in the tools and many of the libraries that go 
> into the viewer, so please download a Development viewer for your 
> weekend fun and let us know how it works for you.


As much as I want everyone to be able to build this new version (and as 
I said, we'll be making that easier for open developers shortly), I'd 
love to see some reports that people are just downloading the 
Development viewer and running our build to let us know what's working 
and what isn't.

https://wiki.secondlife.com/wiki/Snowstorm_Team

or

https://wiki.secondlife.com/wiki/Downloading_test_builds#Development_Integration
___
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] autobuild & VS 2010 support merged to viewer-development

2011-04-02 Thread leliel
On Sat, Apr 2, 2011 at 8:17 PM, Oz Linden (Scott Lawrence)
 wrote:
> As much as I want everyone to be able to build this new version (and as
> I said, we'll be making that easier for open developers shortly), I'd
> love to see some reports that people are just downloading the
> Development viewer and running our build to let us know what's working
> and what isn't.

I downloaded it and it works fine. STORM-809 is fixed. The new physics
assets work, etc.
___
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] autobuild & VS 2010 support merged to viewer-development

2011-04-02 Thread Nicky Perian
built, logged in aditi and 3rdrock grids. all seemed normal.




From: Oz Linden (Scott Lawrence) 
To: opensource-dev 
Sent: Sat, April 2, 2011 10:17:52 PM
Subject: Re: [opensource-dev] autobuild & VS 2010 support merged to 
viewer-development

On 2011-04-01 20:56, Oz Linden (Scott Lawrence) wrote:
> On 2011-04-01 18:08, Oz Linden (Scott Lawrence) wrote:
>> The autobuild and Visual Studio 2010 branch has been merged to 
>> viewer-development
>
> This is a big change in the tools and many of the libraries that go 
> into the viewer, so please download a Development viewer for your 
> weekend fun and let us know how it works for you.


As much as I want everyone to be able to build this new version (and as 
I said, we'll be making that easier for open developers shortly), I'd 
love to see some reports that people are just downloading the 
Development viewer and running our build to let us know what's working 
and what isn't.

https://wiki.secondlife.com/wiki/Snowstorm_Team

or

https://wiki.secondlife.com/wiki/Downloading_test_builds#Development_Integration
___
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] autobuild & VS 2010 support merged to viewer-development

2011-04-02 Thread Nicky Perian
Development viewer installed.
1. crashed at startup because no settings_development.xml delivered from 
installer.
2. copied settings_lindendeveloper.xml to settings_development.xml
3. logged to aditi. login process took more than a minute maybe close to 2 
minutes.
4. 10 minutes into online and still a ghost.

5. attempted to tp home to resolve ghost of different sim and crashed.



From: Oz Linden (Scott Lawrence) 
To: opensource-dev 
Sent: Sat, April 2, 2011  10:17:52 PM
Subject: Re: [opensource-dev] autobuild & VS 2010 support merged to 
viewer-development

On 2011-04-01 20:56, Oz Linden (Scott Lawrence) wrote:
> On 2011-04-01 18:08, Oz Linden (Scott Lawrence) wrote:
>> The autobuild and Visual Studio 2010 branch has been merged to 
>> viewer-development
>
> This is a big change in the tools and many of the libraries that go 
> into the viewer, so please download a Development viewer for your 
> weekend fun and let us know how it works for you.


As much as I want everyone to be able to build this new version (and as 
I said, we'll be making that easier for open developers shortly), I'd 
love to see some reports that people are just downloading the 
Development viewer and running our build to let us know what's working 
and what isn't.

https://wiki.secondlife.com/wiki/Snowstorm_Team

or

https://wiki.secondlife.com/wiki/Downloading_test_builds#Development_Integration
___
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] autobuild & VS 2010 support merged to viewer-development

2011-04-02 Thread Trilo Byte
Mac client seems to be running fine, save for web profiles (though that may not 
be a viewer specific issue).

On Apr 2, 2011, at 8:17 PM, Oz Linden (Scott Lawrence) wrote:

> On 2011-04-01 20:56, Oz Linden (Scott Lawrence) wrote:
>> On 2011-04-01 18:08, Oz Linden (Scott Lawrence) wrote:
>>> The autobuild and Visual Studio 2010 branch has been merged to 
>>> viewer-development
>> 
>> This is a big change in the tools and many of the libraries that go 
>> into the viewer, so please download a Development viewer for your 
>> weekend fun and let us know how it works for you.
> 
> 
> As much as I want everyone to be able to build this new version (and as 
> I said, we'll be making that easier for open developers shortly), I'd 
> love to see some reports that people are just downloading the 
> Development viewer and running our build to let us know what's working 
> and what isn't.
> 
> https://wiki.secondlife.com/wiki/Snowstorm_Team
> 
> or
> 
> https://wiki.secondlife.com/wiki/Downloading_test_builds#Development_Integration
> ___
> 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