Well, I was able to create the project files for vc90, but not vc80 (and yes, I do have VC++2005 installed.) I get this error when I run: develop.py -G vc80
---- C:\dev\linden2\indra>develop.py -G vc80 Running 'cmake -G "Visual Studio 8 2005" -DSTANDALONE:BOOL=OFF -DUNATTENDED:BOOL =OFF "" "C:\\dev\\linden2\\indra"' in 'build-vc80' -- Check for working C compiler: cl -- Check for working C compiler: cl -- broken CMake Error: The C compiler "cl" is not able to compile a simple test program. It fails with the following output: Microsoft (R) Visual C++ Express Edition Version 8.0.50727.762. Copyright (C) Microsoft Corp 1984-2005. All rights reserved. 1>------ Build started: Project: cmTryCompileExec, Configuration: Debug Win32 -- ---- 1>Compiling... 1>Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x 86 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D "_M BCS" /FD /EHsc /RTC1 /MDd /Fo"cmTryCompileExec.dir\Debug\\" /Fd"C:/dev/linden2/i ndra/build-vc80/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec.pdb" /W3 /c /Zi /TC /Zm1000 1> ".\testCCompiler.c" 1>testCCompiler.c 1>Compiling manifest to resources... 1>Linking... 1>LINK : fatal error LNK1104: cannot open file 'user32.lib' 1>Build log was saved at "file://c:\dev\linden2\indra\build-vc80\CMakeFiles\CMak eTmp\cmTryCompileExec.dir\Debug\BuildLog.htm" 1>cmTryCompileExec - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ========== CMake will not be able to correctly generate this project. -- Configuring done Cleaning 'build-vc80' Error: the command 'cmake' exited with -1 C:\dev\linden2\indra>
_______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/SLDev Please read the policies before posting to keep unmoderated posting privileges
