<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>
hi<br>why dont install CMAKE and then set path for cmake file.<br>if ur working on bash then u can set the path <br>>>vi .bashrc<br>export = <add the path > /cmake (version) /bin: $PATH<br>>> cmake <enter><br><br>i think this the easiest way to work as u can get rid from compiler errors :)<br><br>cheers!<br><br><br><br><div>
<strong><font color="#0000ff">Saira Saleem Pathan</font></strong><img src="http://graphics.hotmail.com/greypixel.gif" height="2" vspace="9" width="100%"><BR>
Ph.D. Student<BR>
Univerity of Leeds <BR>
United Kingdom.<br><br><blockquote><hr>Date: Fri, 4 May 2007 01:21:31 +0800<br>From: kalpana0611@gmail.com<br>To: vtkusers@vtk.org<br>Subject: [vtkusers] Running Cone.cxx on Linux<br><br><div> 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> </div>
<div> </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 'int main()':
<br>Cone.cxx:38: error: 'vtkConeSource' was not declared in this scope<br>Cone.cxx:38: error: 'cone' was not declared in this scope<br>Cone.cxx:38: error: 'vtkConeSource' is not a class or namespace
<br>Cone.cxx:50: error: 'vtkPolyDataMapper' was not declared in this scope<br>Cone.cxx:50: error: 'coneMapper' was not declared in this scope<br>Cone.cxx:50: error: 'vtkPolyDataMapper' is not a class or namespace
<br>Cone.cxx:60: error: 'vtkActor' was not declared in this scope<br>Cone.cxx:60: error: 'coneActor' was not declared in this scope<br>Cone.cxx:60: error: 'vtkActor' is not a class or namespace<br>
Cone.cxx:69: error: 'vtkRenderer' was not declared in this scope<br>Cone.cxx:69: error: 'ren1' was not declared in this scope<br>Cone.cxx:69: error: 'vtkRenderer' is not a class or namespace<br>Cone.cxx
:78: error: 'vtkRenderWindow' was not declared in this scope<br>Cone.cxx:78: error: 'renWin' was not declared in this scope<br>Cone.cxx:78: error: 'vtkRenderWindow' is not a class or namespace<br>
</div>
</blockquote></div><br /><hr />Connect to the next generation of MSN Messenger <a href='http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline' target='_new'>Get it now! </a></body>
</html>