[Paraview] Filter + External C++ libraries

Robert Maynard thorin.hax at gmail.com
Fri Jun 15 12:09:18 EDT 2007


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?
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20070615/68531567/attachment.htm


More information about the ParaView mailing list