[Paraview] Filter + External C++ libraries
Clinton Stimpson
clinton at elemtech.com
Fri Jun 15 11:02:47 EDT 2007
I assume this is a plugin in ParaView 3.0?
Did you link with the nurbs library?
ADD_PARAVIEW_PLUGIN(MyPlugin .....)
TARGET_LINK_LIBRARIES(MyPlugin ${NURBS_LIBRARY})
Clint
Robert Maynard wrote:
> I am currently working on a filter that requires the nurbs++ library.
> I created a FindNurbs.cmake file
> and have added all the details I think I need to the CMakeLists, but
> when I try to load the filter the error
> I get is "undefined symbol:
> _ZN4PLib10BasicArrayINS_8Point_nDldLi3EEEE5resetES2_". What is the
> cause of this problem?
> Is it an improper FindNurbs file, or do I have to pass Paraview the
> library path too?
More information about the ParaView
mailing list