[Paraview] FW: problem compiling paraview 1.4.2 on windows

Ken Martin ken.martin at kitware.com
Wed May 26 13:44:50 EDT 2004


> > The parameter is incorrect.
> > Error spawning 'vcspawn.exe'. The build could not be performed.
> > Compiling...
> > vtkAbstractMapperClientServer.cxx
> > fatal error C1083: Cannot open source file: 'C:\Program
> > Files\paraview-1.4.2\paraview-1.4.2-
> build\Utilities\VTKClientServer\Common
> > \vtkAbstractMapperClientServer.cxx': No such file or directory

There are two possibilities here. The first test you can do is from visual
studio try right clicking on vtkAbstractMapperClientServer.h, it should be
in the vtkCommonCS target under the header files folder. Right clicking will
give you a menu with a Compile option. Try that option. If the file compiles
correctly then the problem lies with visual studio 6. VS6 has a problem
handling large projects with many custom commands. We do have a vs6
dashboard but our path is a little shorter so maybe a shorter path would
solve the problem for you. The second possibility is that we have a problem
with the specific path you are using. That is less likely but still
possible, We have a vs6 dashboard with a space in the path but maybe the .
and - cause some problems.

Either way let me know how the one file .h compile goes. If that works fine
it is probably the path length.

Thanks
Ken







More information about the ParaView mailing list