[sldev] Windows MSVC build instructions updated, please review

Rob Lanphier robla at lindenlab.com
Thu Feb 5 11:13:59 PST 2009


On 2/5/09 11:04 AM, Lear Cale wrote:
> I added text to the SL Wiki, for the benefit of people who are
> unfamiliar with MS VS.
>  
> https://wiki.secondlife.com/wiki/Microsoft_Windows_Builds#Compiling
>  
> Please review what I added and correct or clarify as appropriate.
>  
> Thanks for the help, folks!

Hi Lear,

Thanks for documenting what you found!  Based on the updated
instructions, one point that it looks like you might have missed from my
earlier reply to you:

> I get the following running develop.py.
>  
> C:\BUILD\SL\linden\indra>python develop.py -G VC80
> Running 'cmake -G "Visual Studio 8 2005" -DSTANDALO
> OL=FALSE "" "C:\\BUILD\\SL\\linden\\indra"' in 'bui
[...]
> CMake Error: Could not find DirectX SDK Include
>  
> Visual Studio "Tools -> Options -> VC++ directories -> Include Files"
> has "C:\Program Files\Microsoft DirectX SDK (December 2006)\Include"
> in it, added using the browser so there's no chance of a typo on the
> path name.
>  
> I had a later version installed, so I uninstalled it and installed the
> 2006 since that's the version mentioned in the Wiki; did this before
> trying to run develop.py.
>  
> Any clue what might be wrong?

Hmmm...where did you find the reference to the December 2006 version of
the SDK?  The "Microsoft Windows Builds" wiki page references the August
2008 version.  Looking at the CMake file will give you a list of the
supported versions;
http://svn.secondlife.com/trac/linden/browser/trunk/indra/cmake/DirectX.cmake


Rob



More information about the SLDev mailing list