[vtkusers] Error Using VtkScaleBarActor
Arturo Vanemerag
artvane at hotmail.com
Wed Jan 28 07:51:58 EST 2009
Yes I'm Using Cmake, this is the copy of my cmakelist file
PROJECT (vtk-module)
FIND_PACKAGE(VTK REQUIRED)
IF(NOT VTK_USE_RENDERING)
MESSAGE(FATAL_ERROR "Example ${PROJECT_NAME} requires
VTK_USE_RENDERING.")
ENDIF(NOT VTK_USE_RENDERING)
INCLUDE(${VTK_USE_FILE})
ADD_EXECUTABLE(anim anim.cpp)
TARGET_LINK_LIBRARIES(anim vtkRendering)
TARGET_LINK_LIBRARIES(anim vtkWidgets)
Thanks a lot for your help.
> Date: Tue, 27 Jan 2009 15:02:07 -0500
> Subject: Re: [vtkusers] Error Using VtkScaleBarActor
> From: drescherjm at gmail.com
> To: artvane at hotmail.com; vtkusers at vtk.org
>
> On Tue, Jan 27, 2009 at 2:55 PM, Arturo Vanemerag <artvane at hotmail.com> wrote:
> > Hi everyone,
> >
> > I'm a new user of vtk package, I have some problems using the
> > vtkScaleBarActor, when I include the file vtkScaleBarActor.h
> > when I run may make file the error that I have is
> > anim.cpp:13:32: error: vtkScalarBarActor.h.: No such file or directory
> > But the Library is installed.
> >
> > Should I put the vtkScalarBarActor.h. in other Folder?
> >
>
> Are you using CMake? Can you post your CMakeLists.txt file?
>
> John
_________________________________________________________________
Adelántate a tu futuro. Ingresa ahora a MSN Astrología
http://astrologia.latam.msn.com/msnlatam/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090128/f00a377f/attachment.htm>
More information about the vtkusers
mailing list