Yes I the target_link_libraries. I think the problem is that nurbs might depend on other modules, and do I need <br>need to include those in there on cmake file?<br><br><div><span class="gmail_quote">On 6/15/07, <b class="gmail_sendername">
Clinton Stimpson</b> <<a href="mailto:clinton@elemtech.com">clinton@elemtech.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>I assume this is a plugin in ParaView 3.0?<br>Did you link with the nurbs library?<br><br>ADD_PARAVIEW_PLUGIN(MyPlugin .....)<br>TARGET_LINK_LIBRARIES(MyPlugin ${NURBS_LIBRARY})<br><br>Clint<br><br>Robert Maynard wrote:
<br>> I am currently working on a filter that requires the nurbs++ library.<br>> I created a FindNurbs.cmake file<br>> and have added all the details I think I need to the CMakeLists, but<br>> when I try to load the filter the error
<br>> I get is "undefined symbol:<br>> _ZN4PLib10BasicArrayINS_8Point_nDldLi3EEEE5resetES2_". What is the<br>> cause of this problem?<br>> Is it an improper FindNurbs file, or do I have to pass Paraview the
<br>> library path too?<br><br></blockquote></div><br>