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 you have VS below may not apply 4. Run VS tools command shell from all programs not from tools->VS command prompt. My versions defaulted back to the win32 cmd.exe w/o the VS setup unless run from All Programs.
Haven't approached 2010. Wanting to get clean VC90 first. ________________________________ From: WolfPup Lowenhar <wolfpu...@earthlink.net> To: OpenSource Mailing List <opensource-dev@lists.secondlife.com> Sent: Thu, May 6, 2010 7:28:29 AM Subject: [opensource-dev] VS2010 Error Im working on getting it so that I can use VS2010 C++ Express I have edited the develop.yp file to include vc100 but when it runs here is what I get : C:\linden\projects\2010\snowglobe\trunk\indra>python develop.py -G VC100 setting DISTCC_DIR to C:\linden\projects\2010\snowglobe\trunk\indra\.distcc Running 'cmake -G "Visual Studio 10 2010" -DSTANDALONE:BOOL=OFF -DUNATTENDED:BOOL=OFF -DWORD_SIZ E:STRING=32 -DROOT_PROJECT_NAME:STRING=SecondLife "" "C:\\linden\\projects\\2010\\snowglobe\\tru nk\\indra"' in 'build-VC100' develop.py tries to run: cmake -G "Visual Studio 10 2010" -DSTANDALONE:BOOL=OFF -DUNATTENDED:BOO L=OFF -DWORD_SIZE:STRING=32 -DROOT_PROJECT_NAME:STRING=SecondLife "" "C:\linden\projects\2010\sn owglobe\trunk\indra" CMake Error: Could not create named generator Visual Studio 10 2010 got ret 1 from cmake -G "Visual Studio 10 2010" -DSTANDALONE:BOOL=OFF -DUNATTENDED:BOOL=OFF -DWO RD_SIZE:STRING=32 -DROOT_PROJECT_NAME:STRING=SecondLife "" "C:\linden\projects\2010\snowglobe\tr unk\indra" Cleaning 'build-VC100' Error: the command 'cmake' exited with status 1 Also when I try to make the boost files for vc100 I get some interesting errors as well concerning regex files whiles using bjam.
_______________________________________________ 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