Hi,<br><br>My customApp is a ParaView clone, with more plugins, custom Filters, Readers and Views. When I am trying to build my CustomApp I see the following error message:<br><br>==============================================================================<br>
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: CMakeFiles/CustomApp.dir/pqCustomAppInitializer.cxx.o: undefined reference to symbol &#39;vtkRenderingMatplotlib_AutoInit_Construct()&#39;<br>/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: note: &#39;vtkRenderingMatplotlib_AutoInit_Construct()&#39; is defined in DSO /home/CustomApp/build/paraview-build/lib/libvtkRenderingMatplotlib-pv3.14.so.1 so try adding it to the linker command line<br>
/home/CustomApp/build/paraview-build/lib/libvtkRenderingMatplotlib-pv3.14.so.1: could not read symbols: Invalid operation<br>collect2: ld returned 1 exit status<br>make[2]: *** [CustomApp/CustomApp] Error 1<br>make[2]: Leaving directory `/home/CustomApp/build/CustomApp-build&#39;<br>
make[1]: *** [CustomApp/CMakeFiles/CustomApp.dir/all] Error 2<br>make[1]: Leaving directory `/home/CustomApp/build/CustomApp-build&#39;<br>make: *** [all] Error 2<br><br>=============================================================================<br>
<br>ParaView build is successful. Python is also in the path and is working with matplotlib. ( able to plot sine function).<br><br>I am using SuSe 12.1 x86_64, cmake version is 2.8.9.<br><br>Please give any suggestions. Kindly let me know if you need further details.<br>
<br>Appreciate your help in this regard,<br><br>Thanks,<br>Pandu.<br>