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] Servers down?

2011-05-10 Thread Mysty Saunders
or just use 'autobuild build -c ReleaseOS' for open source builds On Tue, May 10, 2011 at 10:53 PM, Duncan Bradders wrote: > Hello folks, > i'm trying to compile a new fresh V2 development branch, it appear > s3-proxy.lindenlab.com is down, somebody knows what's going on? > > dbradders@Casa:~/S

Re: [opensource-dev] ATI vs NV vs OSX

2011-05-11 Thread Mysty Saunders
Every time I've tried a hackntosh build I couldn't get sl to open getting an error of "Could not create opengl context window". That was with Nvidia 9800gtx+ and gtx285 with 10.5.x havent tried 10.6 yet. On Wed, May 11, 2011 at 7:18 AM, Francesco "Sythos" wrote: > Oh, my fault, i mean full HW su

[opensource-dev] Build Error 2.6.9.(0?) llviewermessage.cpp

2011-05-18 Thread Mysty Saunders
Ubuntu 11.04 32 GCC 4.5 (tested 4.4 as well) using -ReleaseOS to build /home/mysty/slm/viewer-development/indra/newview/llviewermessage.cpp: In function ‘void process_improved_im(LLMessageSystem*, void**)’: /home/mysty/slm/viewer-development/indra/newview/llviewermessage.cpp:2805:8: error: ‘region

[opensource-dev] Compile Error llmeshrepository.cpp in 3.0.1

2011-08-08 Thread Mysty Saunders
Using Ubuntu 32 11.04 GCC 4.5 building with ReleaseOS /home/mysty/sl004/viewer-development/indra/newview/llmeshrepository.cpp: In member function ‘void LLPhysicsDecomp::setMeshData(LLCDMeshData&, bool)’: /home/mysty/sl004/viewer-development/indra/newview/llmeshrepository.cpp:2921:80: error: no mat

[opensource-dev] Build Error llviewermessage.cpp Linux 32

2011-08-30 Thread Mysty Saunders
Ubuntu 32 GCC 4.5 (and tried with GCC 4.4) Building latest clone from viewer-development and getting the following errors /home/mysty/slq/viewer-development/indra/newview/llviewermessage.cpp: In function ‘void process_improved_im(LLMessageSystem*, void**)’: /home/mysty/slq/viewer-development/indr

[opensource-dev] Build Error Linux 32 GCC 4.4 llvopartgroup.cpp

2011-09-02 Thread Mysty Saunders
Ubuntu 32 GCC 4.4 Any idea's y'all. Im pretty much clueless about programming but with dumb newbie luck I was able to compile if I changed verticesp->mV[3] = 0.f; to verticesp->mV[2] = 0.f; Compiled but particles looked bad (duh..) Any help would be great :) /home/mysty/slq/viewer-development/