SV: [sldev] SV: Missing cares, apr in Mac build

Suzhanna Rossini suzhanna.rossini at balsaestates.com
Sat Jul 19 03:20:14 PDT 2008


> > On Fri, Jul 18, 2008 at 12:11 PM, Aimee Walton <aimee at ama-zing.co.uk>
> > wrote:
> > >
> > >
> > > I've tracked this problem down to having version 2.6.0 of CMake
> > installed
> > > rather than 2.4.8. I'll put a note on the Wiki to emphasize it must
> > be
> > > 2.4.8.
> >
> > Ah!
> >
> > Suzhanna, could your problem be the same?


*sigh* Time to go cry?
I uninstalled cmake 2.6, and installed 2.4.8. Then I went to the indra
directory and ran "develop.py -G VS2003 configure" (with a clean svn pull,
all old deleted).

I was met by this:

C:\SLDev\linden\indra>develop.py -G VS2003 configure
Running 'cmake -G "Visual Studio 7 .NET 2003" -DSTANDALONE:BOOL=FALSE
-DUNATTENDED:BOOL=FALSE "" "C:\\SLDev\\linden\\indra"' in 'build-VS2003'
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio .NET 2003/Vc7/bin/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio .NET 2003/Vc7/bin/cl.exe -- broken
CMake Error: The C compiler "C:/Program Files (x86)/Microsoft Visual Studio
.NET 2003/Vc7/bin/cl.exe" is not able to compile a simple test program.
It fails with the following output:

Microsoft (R) Development Environment  Version 7.10.6030.
Copyright (C) Microsoft Corp 1984-2001. All rights reserved.
------ Build started: Project: cmTryCompileExec, Configuration: Debug Win32
------

Compiling...
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.6030 for 80x86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D
"_MBCS" /FD /RTCs /MDd /GS /Fo"cmTryCompileExec.dir\Debug\\"
/Fd"C:/SLDev/linden/indra/build-VS2003/CMakeFiles/CMakeTmp/Debug/cmTryCompil
eExec.pdb" /W3 /c /Zi /TC   /Zm1000
   ".\testCCompiler.c"
testCCompiler.c
Linking...
link: missing operand after
`@c:\\SLDev\\linden\\indra\\build-VS2003\\CMakeFiles\\CMakeTmp\\cmTryCompile
Exec.dir\\Debug\\RSP000002.rsp'
Try `link --help' for more information.
cmTryCompileExec : error PRJ0002 : error result returned from 'link.exe'.

Build log was saved at
"file://c:\SLDev\linden\indra\build-VS2003\CMakeFiles\CMakeTmp\cmTryCompileE
xec.dir\Debug\BuildLog.htm"
cmTryCompileExec - 1 error(s), 0 warning(s)


---------------------- Done ----------------------

    Build: 0 succeeded, 1 failed, 0 skipped




CMake will not be able to correctly generate this project.
-- Configuring done
Cleaning 'build-VS2003'
Error: the command 'cmake' exited with -1

Seems like cmake's own tests won't run even. And there are no traces of the
"build-2003" since it was cleaned out.
I'm starting to wonder if this can be related to the fact that I'm running
this all on a 64-bit edition of Windows 2003. I'll make a completely new
installation of a 32-bit Windows just to either eliminate or confirm that
the problem may be there.

Alexandra.




More information about the SLDev mailing list