[vtkusers] getting started3
Gib Bogle
g.bogle at auckland.ac.nz
Mon Aug 26 00:32:22 EDT 2013
I am not a guru. It looks to me as if your cmake configuration wants to use
MPI. I would go through the settings and look for one choosing MPI, and
unselect it.
BTW you really should not put source code in C:/Program Files (x86)/, this is
for executable programs. I would do something like this:
C:/users/greg/vtk6.0.0 for the source code
C:/users/greg/vtk-build for the build directory
C:/users/greg/vtk for the install directory
Tastes differ.
On 26/08/2013 4:06 p.m., Greg Hanowski wrote:
>
> VTK Gurus,
>
> After many hours of reading and trial and error I am finally making a little
> progress. After I get this all figured out I will document properly and post
> so other newbies don't have to go through this hell.
>
> cmake is installed. Visual Studio 12 Express is installed.
>
> I enter C:/Program Files (x86)/VTK6.0.0 for the "Where is the source code"
> field. I enter C:/Users/Greg/Documents/VTK for the "Where to build the
> binaries" field. (It took me a long time to figure out that you can't put
> that directory anywhere in Program Files as Windows 8 prevents apps from
> writing there.)
>
> When I click the Configure button cmake finds the compiler and runs for a long
> time. I check all the boxes for items in red and click Configure button
> again. It finally fails with:
>
> Could NOT find MPI_C (missing: MPI_C_LIBRARIES MPI_C_INCLUDE_PATH)
>
> Could NOT find MPI_CXX (missing: MPI_CXX_LIBRARIES MPI_CXX_INCLUDE_PATH)
>
> CMake Error at CMake/vtkTestingMPISupport.cmake:31 (message):
>
> MPIEXEC was empty.
>
> Call Stack (most recent call first):
>
> Parallel/MPI/CMakeLists.txt:5 (include)
>
> Configuring incomplete, errors occurred!
>
> Any ideas?
>
> Greg
>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
--
Dr. Gib Bogle
Senior Research Fellow
Auckland Bioengineering Institute
University of Auckland
New Zealand
http://www.bioeng.auckland.ac.nz
g.bogle at auckland.ac.nz
(64-9) 373-7599 Ext. 87030
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130826/92e6e006/attachment.htm>
More information about the vtkusers
mailing list