Hi,<div><br></div><div>I have been playing with writing a reader for ParaView.  I followed the Kitware instructions from here</div><div><br></div><div><a href="http://www.kitware.com/products/html/WritingAParaViewReaderPlug-in.html" target="_blank">http://www.kitware.com/products/html/WritingAParaViewReaderPlug-in.html</a></div>
<div><br></div><div>I managed to get the source to build and ended up with a .so file as expected.  When I try and load in ParaView via </div><div><br></div><div>Tools-&gt; ManagePlugins -&gt;Load new, I get the following error</div>
<div><br></div><div>mydevelopment/pvplugin/cvsReader/build/libCSVImage.so: undefined symbol: _ZTV17vtkCSVImageReader</div><div><br></div><div>If I do <b>nm libCSVImage.so | grep &quot; _ZTV17vtkCSVImageReader&quot;, </b>the output is</div>
<div><br></div><div>U _ZTV17vtkCSVImageReader</div><div><br></div><div>Can some one please give me any pointers? I am on Ubuntu-12.04, gcc-4.4.7 and ParaView-3.14.1 on a 32bit machine.</div><div><br></div><div>I am also attaching the code I used to generate the .so files. </div>
<div><br></div><div><br></div><div>Regards,</div><div>Rakesh</div><div><br></div>