[opensource-dev] New Windows build instructions guidelines -- feedback requested
I was asked to write some guidelines for the Windows build instructions. I would like you to take a look at them and make any improvements you can think of. https://wiki.secondlife.com/wiki/Talk:Viewer_2_Microsoft_Windows_Builds#A_few_style_guidelines ___ 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] New Windows build instructions guidelines -- feedback requested
should this sequence of installing be moved to the main page? Order of installing I got errors during the installation of the directX SDK. the problems occured while it was installing the c++ Runtimes (which have already been installed before). So here is what i did to fix this: * remove all 2010 installations * install the DirectX SDK (June 2010) (that also installs the redistributable packages) * Install the Visual C++ 2010 Express * Install Windows SDK for Windows 7 and .NET Framework 4 * Run Microsoft Update Gaia Clary 21:28, 8 Feb 2012 (CEST) > > From: Jonathan Welch >To: OpenSource Mailing List >Sent: Friday, June 22, 2012 8:28 AM >Subject: [opensource-dev] New Windows build instructions guidelines -- >feedback requested > >I was asked to write some guidelines for the Windows build >instructions. I would like you to take a look at them and make any >improvements you can think of. > >https://wiki.secondlife.com/wiki/Talk:Viewer_2_Microsoft_Windows_Builds#A_few_style_guidelines >___ >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] New Windows build instructions guidelines -- feedback requested
I was wondering that too. The reason I am wondering and not saying "change it" was when I set up my build environment on a brand new computer a year ago I do not remember getting that message or having that problem. I guess I could try doing those steps in a fresh VM to see what happens. On 6/22/12, Nicky Perian wrote: > should this sequence of installing be moved to the main page? > Order of installing > I got errors during the installation of the directX SDK. the problems > occured while it was installing the c++ Runtimes (which have already been > installed before). So here is what i did to fix this: > * remove all 2010 installations > * install the DirectX SDK (June 2010) (that also installs the > redistributable packages) > * Install the Visual C++ 2010 Express > * Install Windows SDK for Windows 7 and .NET Framework 4 > * Run Microsoft Update > Gaia Clary 21:28, 8 Feb 2012 (CEST) > > > >> >> From: Jonathan Welch >>To: OpenSource Mailing List >>Sent: Friday, June 22, 2012 8:28 AM >>Subject: [opensource-dev] New Windows build instructions guidelines -- >> feedback requested >> >>I was asked to write some guidelines for the Windows build >>instructions. I would like you to take a look at them and make any >>improvements you can think of. >> >>https://wiki.secondlife.com/wiki/Talk:Viewer_2_Microsoft_Windows_Builds#A_few_style_guidelines >>___ >>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] New Windows build instructions guidelines -- feedback requested
Is code review against viewer-release. Or, has that not happened yet? Note: It is not a good idea to work in viewer-release, unless you are only compiling for youself. > > From: Nicky Perian >To: Jonathan Welch ; OpenSource Mailing List > >Sent: Friday, June 22, 2012 9:59 AM >Subject: Re: [opensource-dev] New Windows build instructions guidelines -- >feedback requested > > >should this sequence of installing be moved to the main page? >Order of installing >I got errors during the installation of the directX SDK. the problems occured >while it was installing the c++ Runtimes (which have already been installed >before). So here is what i did to fix this: > * remove all 2010 installations > * install the DirectX SDK (June 2010) (that also installs the > redistributable packages) > * Install the Visual C++ 2010 Express > * Install Windows SDK for Windows 7 and .NET Framework 4 > * Run Microsoft Update >Gaia Clary 21:28, 8 Feb 2012 (CEST) > > > >> >> From: Jonathan Welch >>To: OpenSource Mailing List >>Sent: Friday, June 22, 2012 8:28 AM >>Subject: [opensource-dev] New Windows build instructions guidelines -- >>feedback requested >> >>I was asked to write some guidelines for the Windows build >>instructions. I would like you to take a look at them and make any >>improvements you can think of. >> >>https://wiki.secondlife.com/wiki/Talk:Viewer_2_Microsoft_Windows_Builds#A_few_style_guidelines >>___ >>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] New Windows build instructions guidelines -- feedback requested
Hmmz, on second thought is there any reason for the current installation order? Maybe that order was just done by what "made sense" to list first, so there are no dependencies? On 6/22/12, Jonathan Welch wrote: > I was wondering that too. The reason I am wondering and not saying > "change it" was when I set up my build environment on a brand new > computer a year ago I do not remember getting that message or having > that problem. I guess I could try doing those steps in a fresh VM to > see what happens. > > On 6/22/12, Nicky Perian wrote: >> should this sequence of installing be moved to the main page? >> Order of installing >> I got errors during the installation of the directX SDK. the problems >> occured while it was installing the c++ Runtimes (which have already been >> installed before). So here is what i did to fix this: >> * remove all 2010 installations >> * install the DirectX SDK (June 2010) (that also installs the >> redistributable packages) >> * Install the Visual C++ 2010 Express >> * Install Windows SDK for Windows 7 and .NET Framework 4 >> * Run Microsoft Update >> Gaia Clary 21:28, 8 Feb 2012 (CEST) >> >> >> >>> >>> From: Jonathan Welch >>>To: OpenSource Mailing List >>>Sent: Friday, June 22, 2012 8:28 AM >>>Subject: [opensource-dev] New Windows build instructions guidelines -- >>> feedback requested >>> >>>I was asked to write some guidelines for the Windows build >>>instructions. I would like you to take a look at them and make any >>>improvements you can think of. >>> >>>https://wiki.secondlife.com/wiki/Talk:Viewer_2_Microsoft_Windows_Builds#A_few_style_guidelines >>>___ >>>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] New Windows build instructions guidelines -- feedback requested
Yes, all work is now done against viewer-release. If you find an unchanged viewer-development reference please fix it. On 6/22/12, Jonathan Welch wrote: > Hmmz, on second thought is there any reason for the current > installation order? Maybe that order was just done by what "made > sense" to list first, so there are no dependencies? > > On 6/22/12, Jonathan Welch wrote: >> I was wondering that too. The reason I am wondering and not saying >> "change it" was when I set up my build environment on a brand new >> computer a year ago I do not remember getting that message or having >> that problem. I guess I could try doing those steps in a fresh VM to >> see what happens. >> >> On 6/22/12, Nicky Perian wrote: >>> should this sequence of installing be moved to the main page? >>> Order of installing >>> I got errors during the installation of the directX SDK. the problems >>> occured while it was installing the c++ Runtimes (which have already >>> been >>> installed before). So here is what i did to fix this: >>> * remove all 2010 installations >>> * install the DirectX SDK (June 2010) (that also installs the >>> redistributable packages) >>> * Install the Visual C++ 2010 Express >>> * Install Windows SDK for Windows 7 and .NET Framework 4 >>> * Run Microsoft Update >>> Gaia Clary 21:28, 8 Feb 2012 (CEST) >>> >>> >>> From: Jonathan Welch To: OpenSource Mailing List Sent: Friday, June 22, 2012 8:28 AM Subject: [opensource-dev] New Windows build instructions guidelines -- feedback requested I was asked to write some guidelines for the Windows build instructions. I would like you to take a look at them and make any improvements you can think of. https://wiki.secondlife.com/wiki/Talk:Viewer_2_Microsoft_Windows_Builds#A_few_style_guidelines ___ 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
[opensource-dev] error with fmod
can anyone help with the following error during my build? File "C:\Python27\lib\urllib2.py", line 1161, in do_open raise URLError(err) URLError: ERROR: failed to download http://s3-proxy.lindenlab.com/private-builds-secondlif e-com/hg/repo/3p-fmod-private/rev/221852/arch/CYGWIN/installer/fmod-3.75-windows -20110222.tar.bz2 thanks ___ 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] error with fmod
This error is due to using the wrong build configuration. You should use one of the following: ReleaseOS ReleaseWithDebugOS DebugOS Also if you want to have sound in your viewer you will need to follow the instructions that are here : http://wiki.secondlife.com/wiki/Viewer_2_Microsoft_Windows_Builds#Prepare_th ird_party_libraries Also further down that page there are also instructions on adding that package to your build settings. > -Original Message- > From: opensource-dev-boun...@lists.secondlife.com [mailto:opensource-dev- > boun...@lists.secondlife.com] On Behalf Of moonbots...@centurylink.net > Sent: Friday, June 22, 2012 9:38 PM > To: opensource-dev@lists.secondlife.com > Subject: [opensource-dev] error with fmod > > can anyone help with the following error during my build? > > File "C:\Python27\lib\urllib2.py", line 1161, in do_open > raise URLError(err) > URLError: the c onnected party did not properly respond after a period of time, or > established c onnection failed because connected host has failed to respond> > ERROR: failed to download > http://s3-proxy.lindenlab.com/private-builds-secondlif > e-com/hg/repo/3p-fmod-private/rev/221852/arch/CYGWIN/installer/fmod- > 3.75-windows > -20110222.tar.bz2 > > thanks > > > ___ > 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 > - > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2180 / Virus Database: 2437/5087 - Release Date: 06/22/12 ___ 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