<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div><br></div><div>Hi, </div><div><br></div><div><br></div><div>I'm using mac osx 10.9 " Mavericks", Im trying to run a code that include the following headers, </div><div><br></div><div><div>#include "vtkConeSource.h"</div><div>#include "vtkCylinderSource.h"</div><div><br></div><div>#include "vtkPolyData.h"</div><div>#include "vtkPolyDataMapper.h"</div><div>#include "vtkRenderWindow.h"</div><div>#include "vtkCamera.h"</div><div>#include "vtkActor.h"</div><div>#include "vtkRenderer.h"</div><div>#include "vtkRenderWindowInteractor.h"</div><div>#include "vtkProperty.h"</div><div>#include "vtkCallbackCommand.h"</div><div>#include "vtkCommand.h"</div><div>#include "vtkRendererCollection.h"</div><div>#include "vtkFloatArray.h"</div><div>#include "vtkCellArray.h"</div></div><div><br></div><div><br></div><div>When I try to run the code it displays the following </div><div><br></div><div>







<p class="p1">mpicxx -c -g -Wno-deprecated -I../../../include -I/Users/lab/software/VTK/include/vtk-5.8  d3.cpp</p>
<p class="p2">d3.cpp:20:10: <span class="s1">fatal error: </span>'vtkCylinderSource.h' file not found</p>
<p class="p1">#include "vtkCylinderSource.h"</p>
<p class="p3">         ^</p>
<p class="p1">1 error generated.</p>
<p class="p1">make: *** [d3.o] Error 1</p><p class="p1"><br></p><p class="p1">I installed vtk by following the steps in this link <a href="http://www.developers-life.com/configuring-and-compiling-vtk-6-1-on-mac-os-x-simple-example-of-vtk-usage.html" target="_blank" style="font-size: 12pt;">http://www.developers-life.com/configuring-and-compiling-vtk-6-1-on-mac-os-x-simple-example-of-vtk-usage.html</a></p><p class="p1"><br></p><p class="p1">I do not know what is going wrong and I was not lucky to find any solution online. I hope someone can help me.</p><p class="p1"><br></p><p class="p1"><br></p><p class="p1">Thanks.</p><p class="p1"><br></p><p class="p1"><br></p></div>                                        </div></body>
</html>