[Paraview] Filter + External C++ libraries

clinton at elemtech.com clinton at elemtech.com
Fri Jun 15 12:39:49 EDT 2007


You probably need to link with libmatrix.[so|a] too.

Clint

On Friday 15 June 2007 10:09:18 am Robert Maynard wrote:
> Yes I the target_link_libraries. I think the problem is that nurbs might
> depend on other modules, and do I need
> need to include those in there on cmake file?
>
> On 6/15/07, Clinton Stimpson <clinton at elemtech.com> wrote:
> > 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