<div>Hi, got it working. Thanks</div>
<div>&nbsp;</div>
<div>I am posting the steps over here so that other vtk beginner users who are having the same prob can follow the same, of course any comments or suggestions are welcomed.</div>
<div>&nbsp;</div>
<div>First, I set the VTK_DIR to home/.../VTKbin , the VTKConfig.cmake is in this folder</div>
<div>Then i used ccmake to compile the file, and run the make command. </div>
<div>&nbsp;</div>
<div>I hope this helps.Thank you<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 5/4/07, <b class="gmail_sendername">Kalpana Kanthasamy</b> &lt;<a href="mailto:kalpana0611@gmail.com">kalpana0611@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>&nbsp;Hi guys, thanks for the previous advice, I managed to install VTK on linux, and I got the executables running using XMing. </div>
<div>I am now trying to compile Cone.cxx, but when I am lost again. I have included the error snippets with this mail, hope, someone can help me, I have a feeling its something about setting the $PATH in the linux thing. 
</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>command = g++ Cone.cxx</div>
<div><br>Cone.cxx:23:27: error: vtkConeSource.h: No such file or directory<br>Cone.cxx:24:31: error: vtkPolyDataMapper.h: No such file or directory<br>Cone.cxx:25:29: error: vtkRenderWindow.h: No such file or directory<br>
Cone.cxx:26:23: error: vtkCamera.h: No such file or directory<br>Cone.cxx:27:22: error: vtkActor.h: No such file or directory<br>Cone.cxx:28:25: error: vtkRenderer.h: No such file or directory<br>Cone.cxx: In function &#39;int main()&#39;: 
<br>Cone.cxx:38: error: &#39;vtkConeSource&#39; was not declared in this scope<br>Cone.cxx:38: error: &#39;cone&#39; was not declared in this scope<br>Cone.cxx:38: error: &#39;vtkConeSource&#39; is not a class or namespace 
<br>Cone.cxx:50: error: &#39;vtkPolyDataMapper&#39; was not declared in this scope<br>Cone.cxx:50: error: &#39;coneMapper&#39; was not declared in this scope<br>Cone.cxx:50: error: &#39;vtkPolyDataMapper&#39; is not a class or namespace 
<br>Cone.cxx:60: error: &#39;vtkActor&#39; was not declared in this scope<br>Cone.cxx:60: error: &#39;coneActor&#39; was not declared in this scope<br>Cone.cxx:60: error: &#39;vtkActor&#39; is not a class or namespace<br>
Cone.cxx:69: error: &#39;vtkRenderer&#39; was not declared in this scope<br>Cone.cxx:69: error: &#39;ren1&#39; was not declared in this scope<br>Cone.cxx:69: error: &#39;vtkRenderer&#39; is not a class or namespace<br>Cone.cxx
 :78: error: &#39;vtkRenderWindow&#39; was not declared in this scope<br>Cone.cxx:78: error: &#39;renWin&#39; was not declared in this scope<br>Cone.cxx:78: error: &#39;vtkRenderWindow&#39; is not a class or namespace<br>
&nbsp; </div></blockquote></div><br>