From cnelson1844 at gmail.com Thu Apr 9 22:13:27 2015 From: cnelson1844 at gmail.com (Chris Nelson) Date: Fri, 10 Apr 2015 15:13:27 +1000 Subject: [opensource-dev] ogg_vorbis error when trying to compile Message-ID: I am attempting to build the sl browser on a mac OS X 10.10.1 and am getting the following error regarding ogg_vorbis (any hints will be much appreciated): checking ogg-vorbis WARNING: Archive 'ogg_vorbis-1.2.2-1.3.2-darwin-20110510.tar.bz2' does not contain metadata; build will be marked as dirty ERROR: configured package name 'ogg-vorbis' does not match name from archive 'ogg_vorbis' For more information: try re-running your command with --verbose or --debug CMake Error at cmake/Prebuilt.cmake:63 (message): Failed to download or unpack prebuilt 'ogg-vorbis'. Process returned 1. Thanks in advance! Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20150410/2b8623cf/attachment.htm From cinder at alchemyviewer.org Thu Apr 9 22:57:08 2015 From: cinder at alchemyviewer.org (Cinder Roxley) Date: Thu, 9 Apr 2015 23:57:08 -0600 Subject: [opensource-dev] ogg_vorbis error when trying to compile In-Reply-To: References: Message-ID: On April 9, 2015 at 11:13:39 PM, Chris Nelson (cnelson1844 at gmail.com) wrote: I am attempting to build the sl browser on a mac OS X 10.10.1 and am getting the following error regarding?ogg_vorbis (any hints will be much appreciated): checking ogg-vorbis WARNING: Archive 'ogg_vorbis-1.2.2-1.3.2-darwin-20110510.tar.bz2' does not contain metadata; build will be marked as dirty ERROR: configured package name 'ogg-vorbis' does not match name from archive 'ogg_vorbis' For more information: try re-running your command with --verbose or --debug CMake Error at cmake/Prebuilt.cmake:63 (message): Failed to download or unpack prebuilt 'ogg-vorbis'.? Process returned 1. Thanks in advance! Try building out of this repo instead:?https://bitbucket.org/lindenlab/3p-update-oggvorbis Best of luck, --? Cinder Roxley Sent with Airmail -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20150409/b8e2da12/attachment.htm From cnelson1844 at gmail.com Thu Apr 9 23:47:07 2015 From: cnelson1844 at gmail.com (Chris Nelson) Date: Fri, 10 Apr 2015 16:47:07 +1000 Subject: [opensource-dev] ogg_vorbis error when trying to compile In-Reply-To: References: Message-ID: Thanks for the reply. I am not entirely sure how I would build from the repo you supplied. Perhaps I should have specified that I am still trying to get through the Autobuild stage. The file Autobuild is pointing at is: http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-ogvorbis/rev/229529/arch/Darwin/installer/ogg_vorbis-1.2.2-1.3.2-darwin-20110510.tar.bz2 Cheers, Chris I have downloaded the archive and decompressed it - seems to be fine. On Fri, Apr 10, 2015 at 3:57 PM, Cinder Roxley wrote: > On April 9, 2015 at 11:13:39 PM, Chris Nelson (cnelson1844 at gmail.com) > wrote: > > I am attempting to build the sl browser on a mac OS X 10.10.1 and am > getting the following error regarding ogg_vorbis (any hints will be much > appreciated): > > checking ogg-vorbis > > WARNING: Archive 'ogg_vorbis-1.2.2-1.3.2-darwin-20110510.tar.bz2' does not > contain metadata; build will be marked as dirty > > ERROR: configured package name 'ogg-vorbis' does not match name from > archive 'ogg_vorbis' > > For more information: try re-running your command with --verbose or --debug > > CMake Error at cmake/Prebuilt.cmake:63 (message): > > Failed to download or unpack prebuilt 'ogg-vorbis'. Process returned 1. > > > Thanks in advance! > > > Try building out of this repo instead: > https://bitbucket.org/lindenlab/3p-update-oggvorbis > > Best of luck, > -- > Cinder Roxley > Sent with Airmail > > _______________________________________________ > 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20150410/9a4ab5da/attachment.htm From cnelson1844 at gmail.com Fri Apr 10 16:45:28 2015 From: cnelson1844 at gmail.com (Chris Nelson) Date: Sat, 11 Apr 2015 09:45:28 +1000 Subject: [opensource-dev] Mac build instructions completely broken Message-ID: Has anyone in the dev community attempted to build the sl viewer from scratch using the instructions from http://wiki.secondlife.com/wiki/Compiling_the_viewer_(Mac_OS_X)? I have been going through the process over the last few days and it seems pretty much completely broken. I have managed to overcome most of the hurdles up until now, but I seem to have hit a show stopper with the ogg_vorbis package download problem I posted earlier. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20150411/41d16b6d/attachment.htm From cinder at alchemyviewer.org Fri Apr 10 20:36:07 2015 From: cinder at alchemyviewer.org (Cinder Roxley) Date: Fri, 10 Apr 2015 21:36:07 -0600 Subject: [opensource-dev] Mac build instructions completely broken In-Reply-To: References: Message-ID: On April 10, 2015 at 5:45:46 PM, Chris Nelson (cnelson1844 at gmail.com) wrote: Has anyone in the dev community attempted to build the sl viewer from scratch using the instructions from ?http://wiki.secondlife.com/wiki/Compiling_the_viewer_(Mac_OS_X)? I have been going through the process over the last few days and it seems pretty much completely broken. I have managed to overcome most of the hurdles up until now, but I seem to have hit a show stopper with the ogg_vorbis package download problem I posted earlier. I build the viewer on a regular basis on OS X. The problem you describe is likely because you are using Autobuild 1.0 but building the viewer-release viewer. Autobuild 1.0 is not compatible with viewer-release as Autobuild 1.0 has a stricter package versioning scheme. Hence, your failure. Your options are these: 1) Remove the version of autobuild you have and download the older autobuild version 0.9 from?https://bitbucket.org/lindenlab/autobuild?using setup.py to install it and build the viewer. 2) Build the viewer-tools-update viewer which is configured to use the newer version of autobuild. That can be found here:?https://bitbucket.org/lindenlab/viewer-tools-update? Best of luck. ?? Cinder Roxley Sent with Airmail -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20150410/79cddd7e/attachment.htm From cnelson1844 at gmail.com Sat Apr 11 17:35:55 2015 From: cnelson1844 at gmail.com (Chris Nelson) Date: Sun, 12 Apr 2015 10:35:55 +1000 Subject: [opensource-dev] Fwd: Mac build instructions completely broken In-Reply-To: References: Message-ID: ---------- Forwarded message ---------- From: Chris Nelson Date: Sun, Apr 12, 2015 at 9:16 AM Subject: Re: [opensource-dev] Mac build instructions completely broken To: Cinder Roxley Thanks Cinder, That did the trick! Looks like I am now stuck with not having the OS X 10.8 sdk - (I only have 10.9) and gcc 4.2(?) Getting the message: error: There is no SDK with the name or path '/Users/cnelson/Documents/GitRepositories/SecondLifeViewer/indra/macosx10.8' I am using xcode 6.1.1. Thought I read that sl viewer would compile with this version. Cheers, Chris On Sat, Apr 11, 2015 at 1:36 PM, Cinder Roxley wrote: > On April 10, 2015 at 5:45:46 PM, Chris Nelson (cnelson1844 at gmail.com) > wrote: > > Has anyone in the dev community attempted to build the sl viewer from > scratch using the instructions from > http://wiki.secondlife.com/wiki/Compiling_the_viewer_(Mac_OS_X)? > I have been going through the process over the last few days and it seems > pretty much completely broken. > I have managed to overcome most of the hurdles up until now, but I seem to > have hit a show stopper with the ogg_vorbis package download problem I > posted earlier. > > > I build the viewer on a regular basis on OS X. The problem you describe is > likely because you are using Autobuild 1.0 but building the viewer-release > viewer. Autobuild 1.0 is not compatible with viewer-release as Autobuild > 1.0 has a stricter package versioning scheme. Hence, your failure. > > Your options are these: > > 1) Remove the version of autobuild you have and download the older > autobuild version 0.9 from https://bitbucket.org/lindenlab/autobuild using > setup.py to install it and build the viewer. > > 2) Build the viewer-tools-update viewer which is configured to use the > newer version of autobuild. That can be found here: > https://bitbucket.org/lindenlab/viewer-tools-update > > Best of luck. > ? > Cinder Roxley > Sent with Airmail > > _______________________________________________ > 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20150412/2524d292/attachment.htm From cinder at alchemyviewer.org Sat Apr 11 19:20:42 2015 From: cinder at alchemyviewer.org (Cinder Roxley) Date: Sat, 11 Apr 2015 20:20:42 -0600 Subject: [opensource-dev] Fwd: Mac build instructions completely broken In-Reply-To: References: Message-ID: On April 11, 2015 at 6:36:14 PM, Chris Nelson (cnelson1844 at gmail.com) wrote: ---------- Forwarded message ---------- From:?Chris Nelson? Date: Sun, Apr 12, 2015 at 9:16 AM Subject: Re: [opensource-dev] Mac build instructions completely broken To: Cinder Roxley Thanks Cinder, That did the trick! Looks like I am now stuck with not having the OS X 10.8 sdk - (I only have 10.9) and gcc 4.2(?) Getting the message: error: There is no SDK with the name or path '/Users/cnelson/Documents/GitRepositories/SecondLifeViewer/indra/macosx10.8' I am using xcode 6.1.1. Thought I read that sl viewer would compile with this version. Cheers, Chris If you?re building viewer-release, you?re in trouble building current viewer-release, you still need llvm-gcc 4.2 which isn?t included in Xcode 5 or 6. Apple went to great lengths to make it hard to replace, and although it is possible to readd it (see my Xcode compiler plugin collection at?https://bitbucket.org/cinderblocks/xcode-compiler-plugins/wiki/Home) It?s a lot more effort than just installing Xcode 4.6.3 and using that instead for viewer-release. If you want to use Xcode 6, you need to build out of the viewer-tools-update repository, (and from what I?ve heard, that will be promoted to the canonical viewer-release soon.) Xcode 5 still contains 10.8 SDK iirc, but I just checked and viewer-tools-update targets 10.9 now. So for modern tooling, you?re better off just building from?https://bitbucket.org/lindenlab/viewer-tools-update?with the newer autobuild. --? Cinder Roxley Sent with Airmail -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20150411/73aa465f/attachment.htm From cnelson1844 at gmail.com Sun Apr 12 14:07:43 2015 From: cnelson1844 at gmail.com (Chris Nelson) Date: Mon, 13 Apr 2015 07:07:43 +1000 Subject: [opensource-dev] Fwd: Mac build instructions completely broken In-Reply-To: References: Message-ID: Success! Much appreciated. Thanks for the help. Just one more question, on running the newly build sl browser, I have no sound. Is that because I excluded fmod from the build? The build command I used was: autobuild build -c ReleaseOS -- -DFMOD:BOOL=FALSE Cheers, Chris On Sun, Apr 12, 2015 at 12:20 PM, Cinder Roxley wrote: > On April 11, 2015 at 6:36:14 PM, Chris Nelson (cnelson1844 at gmail.com) > wrote: > > > ---------- Forwarded message ---------- > From: Chris Nelson > Date: Sun, Apr 12, 2015 at 9:16 AM > Subject: Re: [opensource-dev] Mac build instructions completely broken > To: Cinder Roxley > > > Thanks Cinder, > > That did the trick! > Looks like I am now stuck with not having the OS X 10.8 sdk - (I only have > 10.9) and gcc 4.2(?) > Getting the message: > error: There is no SDK with the name or path > '/Users/cnelson/Documents/GitRepositories/SecondLifeViewer/indra/macosx10.8' > > I am using xcode 6.1.1. Thought I read that sl viewer would compile with > this version. > > Cheers, > > Chris > > If you?re building viewer-release, you?re in trouble building current > viewer-release, you still need llvm-gcc 4.2 which isn?t included in Xcode 5 > or 6. Apple went to great lengths to make it hard to replace, and although > it is possible to readd it (see my Xcode compiler plugin collection at > https://bitbucket.org/cinderblocks/xcode-compiler-plugins/wiki/Home) It?s > a lot more effort than just installing Xcode 4.6.3 and using that instead > for viewer-release. > > If you want to use Xcode 6, you need to build out of the > viewer-tools-update repository, (and from what I?ve heard, that will be > promoted to the canonical viewer-release soon.) Xcode 5 still contains 10.8 > SDK iirc, but I just checked and viewer-tools-update targets 10.9 now. So > for modern tooling, you?re better off just building from > https://bitbucket.org/lindenlab/viewer-tools-update with the newer > autobuild. > -- > Cinder Roxley > Sent with Airmail > > > _______________________________________________ > 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20150413/a728179f/attachment.htm From nickyperian at gmail.com Sun Apr 12 14:48:01 2015 From: nickyperian at gmail.com (Nicky Perian) Date: Sun, 12 Apr 2015 16:48:01 -0500 Subject: [opensource-dev] Fwd: Mac build instructions completely broken In-Reply-To: References: Message-ID: yes On Sun, Apr 12, 2015 at 4:07 PM, Chris Nelson wrote: > Success! > > Much appreciated. Thanks for the help. > > Just one more question, on running the newly build sl browser, I have no > sound. Is that because I excluded fmod from the build? > The build command I used was: autobuild build -c ReleaseOS -- > -DFMOD:BOOL=FALSE > > Cheers, > > Chris > > On Sun, Apr 12, 2015 at 12:20 PM, Cinder Roxley > wrote: > >> On April 11, 2015 at 6:36:14 PM, Chris Nelson (cnelson1844 at gmail.com) >> wrote: >> >> >> ---------- Forwarded message ---------- >> From: Chris Nelson >> Date: Sun, Apr 12, 2015 at 9:16 AM >> Subject: Re: [opensource-dev] Mac build instructions completely broken >> To: Cinder Roxley >> >> >> Thanks Cinder, >> >> That did the trick! >> Looks like I am now stuck with not having the OS X 10.8 sdk - (I only >> have 10.9) and gcc 4.2(?) >> Getting the message: >> error: There is no SDK with the name or path >> '/Users/cnelson/Documents/GitRepositories/SecondLifeViewer/indra/macosx10.8' >> >> I am using xcode 6.1.1. Thought I read that sl viewer would compile with >> this version. >> >> Cheers, >> >> Chris >> >> If you?re building viewer-release, you?re in trouble building current >> viewer-release, you still need llvm-gcc 4.2 which isn?t included in Xcode 5 >> or 6. Apple went to great lengths to make it hard to replace, and although >> it is possible to readd it (see my Xcode compiler plugin collection at >> https://bitbucket.org/cinderblocks/xcode-compiler-plugins/wiki/Home) >> It?s a lot more effort than just installing Xcode 4.6.3 and using that >> instead for viewer-release. >> >> If you want to use Xcode 6, you need to build out of the >> viewer-tools-update repository, (and from what I?ve heard, that will be >> promoted to the canonical viewer-release soon.) Xcode 5 still contains 10.8 >> SDK iirc, but I just checked and viewer-tools-update targets 10.9 now. So >> for modern tooling, you?re better off just building from >> https://bitbucket.org/lindenlab/viewer-tools-update with the newer >> autobuild. >> -- >> Cinder Roxley >> Sent with Airmail >> >> >> _______________________________________________ >> 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20150412/266ffb57/attachment.htm From cnelson1844 at gmail.com Mon Apr 13 00:40:42 2015 From: cnelson1844 at gmail.com (Chris Nelson) Date: Mon, 13 Apr 2015 17:40:42 +1000 Subject: [opensource-dev] fmodapi375mac.zip or alternative? Message-ID: So I have managed to get the sl viewer compiling and running. Only problem now is I have no sound:( It seems fmod no longer hosts fmodapi375mac.zip, and the link from the OS X build instructions ( http://cid-6a2f42d7b470f408.office.live.com/browse.aspx/Public/Second%20Life) no longer exists. Is it still possible to get fmodapi375mac.zip? Or are there any other alternatives for getting sound working in the sl viewer? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20150413/085b8550/attachment.htm From laurent.bechir at madonie.org Mon Apr 13 01:58:57 2015 From: laurent.bechir at madonie.org (Laurent Bechir) Date: Mon, 13 Apr 2015 10:58:57 +0200 Subject: [opensource-dev] fmodapi375mac.zip or alternative? In-Reply-To: References: Message-ID: <9E2A1FD9-C776-4B1E-AC52-1F30E864CFFB@madonie.org> Here it is : https://dl.dropboxusercontent.com/u/51818/fmodapi375mac.zip > Le 13 avr. 2015 ? 09:40, Chris Nelson a ?crit : > > So I have managed to get the sl viewer compiling and running. Only problem now is I have no sound:( > > It seems fmod no longer hosts fmodapi375mac.zip, and the link from the OS X build instructions (http://cid-6a2f42d7b470f408.office.live.com/browse.aspx/Public/Second%20Life ) no longer exists. > > Is it still possible to get fmodapi375mac.zip? > > Or are there any other alternatives for getting sound working in the sl viewer? > > > _______________________________________________ > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20150413/0fe670f5/attachment.htm From sldev at free.fr Mon Apr 13 02:39:17 2015 From: sldev at free.fr (Henri Beauchamp) Date: Mon, 13 Apr 2015 11:39:17 +0200 Subject: [opensource-dev] fmodapi375mac.zip or alternative? In-Reply-To: References: Message-ID: <20150413113917.8c4e6099.sldev@free.fr> On Mon, 13 Apr 2015 17:40:42 +1000, Chris Nelson wrote: > So I have managed to get the sl viewer compiling and running. Only problem > now is I have no sound:( > > It seems fmod no longer hosts fmodapi375mac.zip, and the link from the OS X > build instructions ( > http://cid-6a2f42d7b470f408.office.live.com/browse.aspx/Public/Second%20Life) > no longer exists. > > Is it still possible to get fmodapi375mac.zip? > > Or are there any other alternatives for getting sound working in the sl > viewer? The modern viewers use FMOD Ex. Downloads are here: http://www.fmod.org/download-previous-products/ You will need to manually put the library and include files into the appropriate sub-directories of the viewer source tree (used to be in linden/lib/release/ and linden/include/, but not sure any more for newest v3 viewers... I'm still using a modified Snowglobe build system for the Cool VL Viewer). Henri. From cnelson1844 at gmail.com Mon Apr 13 14:10:52 2015 From: cnelson1844 at gmail.com (Chris Nelson) Date: Tue, 14 Apr 2015 07:10:52 +1000 Subject: [opensource-dev] fmodapi375mac.zip or alternative? In-Reply-To: <20150413113917.8c4e6099.sldev@free.fr> References: <20150413113917.8c4e6099.sldev@free.fr> Message-ID: Much appreciated Henri, I seem to have successfully included fmodex according to output from the compiler: Processing /Users/cnelson/Documents/GitRepositories/SecondLifeViewer02/build-darwin-i386/newview/../packages/lib/release/libfmodex.dylib => libfmodex.dylib ... 1 files Only problem is I am still not getting any sound in the browser. Is there something else I am missing? C. On Mon, Apr 13, 2015 at 7:39 PM, Henri Beauchamp wrote: > On Mon, 13 Apr 2015 17:40:42 +1000, Chris Nelson wrote: > > > So I have managed to get the sl viewer compiling and running. Only > problem > > now is I have no sound:( > > > > It seems fmod no longer hosts fmodapi375mac.zip, and the link from the > OS X > > build instructions ( > > > http://cid-6a2f42d7b470f408.office.live.com/browse.aspx/Public/Second%20Life > ) > > no longer exists. > > > > Is it still possible to get fmodapi375mac.zip? > > > > Or are there any other alternatives for getting sound working in the sl > > viewer? > > The modern viewers use FMOD Ex. > > Downloads are here: > http://www.fmod.org/download-previous-products/ > > You will need to manually put the library and include files into the > appropriate sub-directories of the viewer source tree (used to be in > linden/lib/release/ and linden/include/, but not sure any more for > newest v3 viewers... I'm still using a modified Snowglobe build system > for the Cool VL Viewer). > > 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20150414/1cc94fbd/attachment.htm From oz at lindenlab.com Thu Apr 23 13:29:34 2015 From: oz at lindenlab.com (Oz Linden (Scott Lawrence)) Date: Thu, 23 Apr 2015 16:29:34 -0400 Subject: [opensource-dev] IMPORTANT: hg.secondlife.com deprecated Message-ID: <5539562E.7070804@lindenlab.com> Bitbucket is discontinuing their custom domain feature as of 1 July, so *hg.secondlife.com will have to be replaced with bitbucket.org/lindenlab* anywhere you're using it by that date. That translation already works (and has for years). I think this is generally a good thing, since it will make https work better. -- *Oz Linden (Scott Lawrence)* | /Engineering Director, Second Life/ Email or Hangouts oz at lindenlab.com | Second Life Oz Linden Linden Lab| Makers of Shared Creative Spaces Check out what we're working on! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20150423/217f2c65/attachment.htm