[sldev] CMake project merged to release branch!

Zak Escher zak.escher at gmail.com
Mon Jun 9 13:03:22 PDT 2008


I ran the batch file. Now I am getting the following:

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'
CMake Error: Could not create named generator Visual Studio 8 2005
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

Robin Cornelius wrote:
> On Mon, Jun 9, 2008 at 1:32 PM, Zak Escher<zak.escher at gmail.com>  wrote:
>    
>> 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.
>>      
>
> try running from the console the vcvars.bat (or vsvars.bat) that is
> found in c:\program files\visual studio 2005\VC\bin\
>
> or a path very like that and try again. Looks like your visual studio
> is not correctly setup for out of IDE compiling.
>
> Robin
>    


More information about the SLDev mailing list