Re: [opensource-dev] Autobuild install can't install 3p-kdu-private

2011-05-04 Thread Oz Linden (Scott Lawrence)
On 2011-05-04 18:57, Mysty Saunders wrote: > Using that will create a build # of zero (i.e. 2.6.8.0) not the actual > build #. Is there a was to poke the build # into the script like > Firestorms ./build_firestorm_linux.sh --version ? Not yet... there is some work needed on the version generati

Re: [opensource-dev] Autobuild install can't install 3p-kdu-private

2011-05-04 Thread Mysty Saunders
Using that will create a build # of zero (i.e. 2.6.8.0) not the actual build #. Is there a was to poke the build # into the script like Firestorms ./build_firestorm_linux.sh --version ? On Wed, May 4, 2011 at 1:42 PM, Kadah wrote: > Please review, it covers this > https://wiki.secondlife.com/wi

Re: [opensource-dev] Autobuild install can't install 3p-kdu-private

2011-05-04 Thread Kadah
Please review, it covers this https://wiki.secondlife.com/wiki/Build_Viewer_With_Autobuild You need to use the open source configurations instead, ie autobuild build -c DebugOS autobuild build -c RelWithDebInfoOS autobuild build -c ReleaseOS These will use publicly distributable libraries. On 5

Re: [opensource-dev] Autobuild install can't install 3p-kdu-private

2011-05-03 Thread xinyi chen
Thanks, what i just do is to manually edit autobuild.xml then comment out the kdu and following section. Your parameter should be normally used for autobuild build | configure command. Simon 2011/5/4 Marc Adored > kdu cannot be downloaded or distributed legally unless you have a > licence.

Re: [opensource-dev] Autobuild install can't install 3p-kdu-private

2011-05-03 Thread Marc Adored
kdu cannot be downloaded or distributed legally unless you have a licence. I ran into the problem the other day you have to disable kdu so it uses openjpeg. Use -- -DUSE_KDU:BOOL=FALSE I am not sure how to use that in windows but you may know how. On Wed, May 4, 2011 at 1:10 AM, xinyi chen wro

[opensource-dev] Autobuild install can't install 3p-kdu-private

2011-05-03 Thread xinyi chen
Platform: windows IDE: vs2010 When I run the command to install all dependencies , it 's broken here: Failed to download http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/221672/arch/CYGWIN/installer/kdu-6.4.1-windows-20110218.tar.bz2 So where should I manual