[sldev] Notes from a Mac Build

Aimee Trescothick aimee.trescothick at gmail.com
Wed Nov 4 11:19:53 PST 2009


You'd be better working off the Snowglobe branch at the moment which is more up to date. This and other issues compiling the viewer on the Mac with GCC 4.2 and against the 10.5 or 10.6 SDKs have already been fixed. See http://jira.secondlife.com/browse/SNOW-210 for this one.

As far as I'm aware the only remaining issue when compiling against the 10.6 SDK is http://jira.secondlife.com/browse/SNOW-223 though the description there explains how to work round it.

Aimee.

On 3 Nov 2009, at 17:26, Lillian Yiyuan wrote:

> Against the frozen viewer code, there was an error in llresmgr.cpp
> with "deprecated conversion of string to char*" I changed two lines:
> 
> 
> -				fakeconv.negative_sign = "-";
> -				fakeconv.mon_grouping = "\x03\x03\x00";	// commas every 3 digits
> 
> +				fakeconv.negative_sign = strdup("-");
> +				fakeconv.mon_grouping = strdup("\x03\x03\x00");	// commas every 3 digits
> _______________________________________________
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/SLDev
> Please read the policies before posting to keep unmoderated posting privileges



More information about the SLDev mailing list