[Paraview] Problem to build PV with CMAKE 2.4.3 + Visual Studio 2005

William A. Hoffman billlist at nycap.rr.com
Tue Oct 3 10:39:51 EDT 2006


>
>At 09:49 AM 10/3/2006, Renato N. Elias wrote:
>
>Hi Bill, 
>
>I've put my PV building directory here
>(http://www.nacad.ufrj.br/~rnelias/paraview/Paraview-2-2-1-build.zip) after
>the command you asked me for running (cmake  --debug-trycompile
>../path/to/Paraview/Source)

The error is here:

Compiling...
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.
cl /Od /D "_MBCS" /FD /EHsc /RTC1 /MDd /Fo"cmTryCompileExec.dir\Debug\\" /Fd"Debug/cmTryCompileExec.pdb" /W3 /c /Zi /TC    /DWIN32 /D_WINDOWS  /Zm1000   /D_DEBUG         -DCMAKE_INTDIR=\"Debug\"
   ".\testCCompiler.c"
testCCompiler.c
Compiling manifest to resources...
Linking...
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.
"/OUT:Debug\cmTryCompileExec.exe" /INCREMENTAL /MANIFEST "/MANIFESTFILE:cmTryCompileExec.dir\Debug\cmTryCompileExec.exe.intermediate.manifest" /DEBUG "/PDB:Debug\cmTryCompileExec.pdb" /SUBSYSTEM:CONSOLE /STACK:10000000 /machine:I386 /debug kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib 
".\cmTryCompileExec.dir\Debug\testCCompiler.obj" 
".\cmTryCompileExec.dir\Debug\cmTryCompileExec.exe.embed.manifest.res" 
Embedding manifest...
Project : error PRJ0003 : Error spawning 'cmd.exe'.


I googled "Embedding manifest Project : error PRJ0003 : Error spawning 'cmd.exe'"

And found this:

http://www.experts-exchange.com/Programming/Q_21873949.html

It seems to be a problem with your PATH.  Try the suggestions on
that web page.

Here is another post on the problem:

http://www.gamedev.net/community/forums/topic.asp?topic_id=366862&whichpage=1&#2415959


-Bill





More information about the ParaView mailing list