<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Yes I'm Using Cmake, this is the copy of my cmakelist file<br><br>PROJECT (vtk-module)<br><br>FIND_PACKAGE(VTK REQUIRED)<br>IF(NOT VTK_USE_RENDERING)<br>&nbsp; MESSAGE(FATAL_ERROR "Example ${PROJECT_NAME} requires<br>VTK_USE_RENDERING.")<br>ENDIF(NOT VTK_USE_RENDERING)<br>INCLUDE(${VTK_USE_FILE})<br><br>ADD_EXECUTABLE(anim anim.cpp)<br>TARGET_LINK_LIBRARIES(anim vtkRendering)<br>TARGET_LINK_LIBRARIES(anim vtkWidgets)<br><br>Thanks a lot for your help.<br><br><br>&gt; Date: Tue, 27 Jan 2009 15:02:07 -0500<br>&gt; Subject: Re: [vtkusers] Error Using VtkScaleBarActor<br>&gt; From: drescherjm@gmail.com<br>&gt; To: artvane@hotmail.com; vtkusers@vtk.org<br>&gt; <br>&gt; On Tue, Jan 27, 2009 at 2:55 PM, Arturo Vanemerag &lt;artvane@hotmail.com&gt; wrote:<br>&gt; &gt; Hi everyone,<br>&gt; &gt;<br>&gt; &gt; I'm a new user of vtk package, I have some problems using the<br>&gt; &gt; vtkScaleBarActor, when I include the file vtkScaleBarActor.h<br>&gt; &gt; when I run may make file the error that I have is<br>&gt; &gt; anim.cpp:13:32: error: vtkScalarBarActor.h.: No such file or directory<br>&gt; &gt; But the Library is installed.<br>&gt; &gt;<br>&gt; &gt; Should I put the vtkScalarBarActor.h. in other Folder?<br>&gt; &gt;<br>&gt; <br>&gt; Are you using CMake? Can you post your CMakeLists.txt file?<br>&gt; <br>&gt; John<br><br /><hr />¡Tienes 25 GB gratis para usar en Fotos de Windows Live! <a href='http://photos.live.com/' target='_new'>Estas vacaciones diviértete sacando fotos.</a></body>
</html>