On 8/31/2011 12:53 AM, Mysty Saunders wrote:
> /home/mysty/slq/viewer-development/indra/newview/llviewermessage.cpp: In
> function ‘void process_improved_im(LLMessageSystem*, void**)’:
> /home/mysty/slq/viewer-development/indra/newview/llviewermessage.cpp:2858:
> error: ‘region_access’ may be used
You can initialize region_access variable with
region_access = SIM_ACCESS_MIN;
This is an old bug which I am sure was previously fixed in some branch
but obviously is not in current v-d and has been consistently breaking
compilation with GCC for some time now.
Maybe a new JIRA needs to
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