<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> 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>> Date: Tue, 27 Jan 2009 15:02:07 -0500<br>> Subject: Re: [vtkusers] Error Using VtkScaleBarActor<br>> From: drescherjm@gmail.com<br>> To: artvane@hotmail.com; vtkusers@vtk.org<br>> <br>> On Tue, Jan 27, 2009 at 2:55 PM, Arturo Vanemerag <artvane@hotmail.com> wrote:<br>> > Hi everyone,<br>> ><br>> > I'm a new user of vtk package, I have some problems using the<br>> > vtkScaleBarActor, when I include the file vtkScaleBarActor.h<br>> > when I run may make file the error that I have is<br>> > anim.cpp:13:32: error: vtkScalarBarActor.h.: No such file or directory<br>> > But the Library is installed.<br>> ><br>> > Should I put the vtkScalarBarActor.h. in other Folder?<br>> ><br>> <br>> Are you using CMake? Can you post your CMakeLists.txt file?<br>> <br>> 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>