The underlying code segment here needs a rewrite. This is one of the rare cases where GCC is actually complaining for a very valid reason.
On Fri, Sep 2, 2011 at 11:35 AM, Mysty Saunders <mysty.saund...@gmail.com>wrote: > 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/indra/newview/llvopartgroup.cpp: In > member function ‘virtual void LLVOPartGroup::getGeometry(S32, > LLStrider<LLVector3>&, LLStrider<LLVector3>&, LLStrider<LLVector2>&, > LLStrider<LLColor4U>&, LLStrider<short unsigned int>&)’: > /home/mysty/slq/viewer-development/indra/newview/llvopartgroup.cpp:332: > error: array subscript is above array bounds > /home/mysty/slq/viewer-development/indra/newview/llvopartgroup.cpp:334: > error: array subscript is above array bounds > /home/mysty/slq/viewer-development/indra/newview/llvopartgroup.cpp:336: > error: array subscript is above array bounds > /home/mysty/slq/viewer-development/indra/newview/llvopartgroup.cpp:338: > error: array subscript is above array bounds > > _______________________________________________ > 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