Re: [opensource-dev] Autobuild errors

2011-07-10 Thread feedkatze
On 7/10/2011 9:10 AM, feedkatze wrote: > On 7/8/2011 3:30 PM, Oz Linden (Scott Lawrence) wrote: >> On 2011-07-08 13:27, Lee ponzu wrote: >>> Still getting an error... >>> >>> mbpro:viewer-beta lee$ autobuild build --verbose -c ReleaseOS >>> executing configure command cmake -DCMAKE_BUILD_TYPE:STRIN

Re: [opensource-dev] Autobuild errors

2011-07-10 Thread feedkatze
On 7/8/2011 3:30 PM, Oz Linden (Scott Lawrence) wrote: > On 2011-07-08 13:27, Lee ponzu wrote: >> Still getting an error... >> >> mbpro:viewer-beta lee$ autobuild build --verbose -c ReleaseOS >> executing configure command cmake -DCMAKE_BUILD_TYPE:STRING=Release >> -DWORD_SIZE:STRING=32 -DROOT_PROJ

Re: [opensource-dev] Autobuild errors

2011-07-08 Thread Celierra Darling
I don't have any familiarity with Xcode, so forwarding this thread back onto the list... Celi -- Forwarded message -- From: Lee ponzu Date: Fri, Jul 8, 2011 at 3:24 PM Subject: Re: [opensource-dev] Autobuild errors To: Celierra Darling No issues with KDU. The next probl

Re: [opensource-dev] Autobuild errors

2011-07-08 Thread Oz Linden (Scott Lawrence)
On 2011-07-08 13:27, Lee ponzu wrote: > Still getting an error... > > mbpro:viewer-beta lee$ autobuild build --verbose -c ReleaseOS > executing configure command cmake -DCMAKE_BUILD_TYPE:STRING=Release > -DWORD_SIZE:STRING=32 -DROOT_PROJECT_NAME:STRING=SecondLife > -DINSTALL_PROPRIETARY=FALSE -G

Re: [opensource-dev] Autobuild errors

2011-07-08 Thread Kadah
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You have 3 options for fmod, 2 hacky workarounds: http://wiki.secondlife.com/wiki/Viewer_2_Microsoft_Windows_Builds#Prepare_third_party_libraries or skip fmod (add -- -DFMOD:BOOL=FALSE to the end of your autobuild command) On 7/8/2011 10:27 AM, Lee po

Re: [opensource-dev] Autobuild errors

2011-07-08 Thread Lee ponzu
Still getting an error... mbpro:viewer-beta lee$ autobuild build --verbose -c ReleaseOS executing configure command cmake -DCMAKE_BUILD_TYPE:STRING=Release -DWORD_SIZE:STRING=32 -DROOT_PROJECT_NAME:STRING=SecondLife -DINSTALL_PROPRIETARY=FALSE -G 'Xcode' ../indra checking package fmod installing f

Re: [opensource-dev] Autobuild errors

2011-07-07 Thread Jonathan Welch
Anyone can change the wiki page -- please update it if you encounter problems. > The wiki documention should really be changed to not mention any of the > configs without *OS first as only internal Linden builds can use those. ___ Policies and (un)subscr

Re: [opensource-dev] Autobuild errors

2011-07-07 Thread Kadah
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The wiki documention should really be changed to not mention any of the configs without *OS first as only internal Linden builds can use those. On 7/7/2011 9:37 AM, Nicky Perian wrote: > use ReleaseOS > > ---

Re: [opensource-dev] Autobuild errors

2011-07-07 Thread Nicky Perian
use ReleaseOS From: Lee ponzu To: Opensource_dev Sent: Thursday, July 7, 2011 11:27 AM Subject: [opensource-dev] Autobuild errors it has been a long time since I did a build.  I tried to follow the instructions on the wiki, download autobuild, clone viewer-b