[sldev] CMake project merged to release branch!

Zak Escher zak.escher at gmail.com
Mon Jun 9 05:32:02 PDT 2008


I keep getting the following when trying to run develop.py. This is from 
within Windows Vista Ultimate 64-Bit.

(Note: I have replaced my user id with <username>)

c:\Users\<username>\sl_1_19_1_14\linden\indra>develop.py -G VC80
Running 'cmake -G "Visual Studio 8 2005" -DSTANDALONE:BOOL=FALSE 
-DUNATTENDED:BO
OL=FALSE "" "c:\\Users\\<username>\\sl_1_19_1_14\\linden\\indra"' in 
'build-VC80'
-- Check for working C compiler: cl
-- Check for working C compiler: cl -- broken
CMake Error at C:/Program Files (x86)/CMake 
2.6/share/cmake-2.6/Modules/CMakeTes
tCCompiler.cmake:32 (MESSAGE):
   The C compiler "cl" is not able to compile a simple test program.

   It fails with the following output:

    Change Dir: 
C:/Users/<username>/sl_1_19_1_14/linden/indra/build-VC80/CMakeFiles/
CMakeTmp



   Run Build Command:C:\PROGRA~2\MICROS~2\Common7\IDE\devenv.com
   CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec



   Microsoft (R) Visual Studio Version 8.0.50727.867.

   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 80x86

   1>Copyright (C) Microsoft Corporation.  All rights reserved.

   1>cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\""
   /D "_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec.dir\Debug\\"
   
/Fd"C:/Users/<username>/sl_1_19_1_14/linden/indra/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: extra operand `/ERRORREPORT:QUEUE'

   1>Try `link --help' for more information.

   1>Project : error PRJ0002 : Error result 1 returned from
   'C:\cygwin\bin\link.exe'.

   1>Build log was saved at
   
"file://c:\Users\<username>\sl_1_19_1_14\linden\indra\build-VC80\CMakeFiles\CMake
Tmp\cmTryCompileExec.dir\Debug\BuildLog.htm"


   1>cmTryCompileExec - 1 error(s), 0 warning(s)

   ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
   ==========





   CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
   CMakeLists.txt:3 (project)


-- Configuring done
Cleaning 'build-VC80'
Traceback (most recent call last):
   File "C:\Users\<username>\sl_1_19_1_14\linden\indra\develop.py", line 
654, in ?
     main(sys.argv[1:])
   File "C:\Users\<username>\sl_1_19_1_14\linden\indra\develop.py", line 
627, in mai
n
     setup.run_cmake()
   File "C:\Users\<username>\sl_1_19_1_14\linden\indra\develop.py", line 
509, in run
_cmake
     PlatformSetup.run_cmake(self, args)
   File "C:\Users\<username>\sl_1_19_1_14\linden\indra\develop.py", line 
155, in run
_cmake
     self.run(cmd, 'cmake')
   File "C:\Users\<username>\sl_1_19_1_14\linden\indra\develop.py", line 
504, in run

     raise CommandError('the command %r exited with %s' %
__main__.CommandError: the command 'cmake' exited with 1


More information about the SLDev mailing list