Re: [opensource-dev] VS2010 Error

2010-05-06 Thread Nicky Perian
and look over these patches SNOW-584 http://jira.secondlife.com/browse/SNOW-584 SNOW-578 http://jira.secondlife.com/secure/attachment/37370/SNOW-578_find_vc_dir_express_2.diff From: WolfPup Lowenhar To: OpenSource Mailing List Sent: Thu, May 6, 2010 7:28:29

Re: [opensource-dev] VS2010 Error

2010-05-06 Thread Nicky Perian
Some of the stuff I went through may apply, if not just trash. 1. Had to install VC++Express 2005 and 2008 off root C:\ without any spaces in the folder name. 2. Added the above to $PATH. 3. Made sure VC++ was up before develop.py invoked. duh, if invoking VS tools with success. see 4 below If