Thanks for your reply.<br><br>I have just added line TARGET_LINK_LIBRARIES(CustomApp  vtkRenderingMatplotlib) in CMakeLists.txt file of CustomApp folder.<br><br>This worked.<br><br>Thanks,<br>Pandu.<br><br><br><br><div class="gmail_quote">
On Wed, Nov 14, 2012 at 1:59 PM, David Lonie <span dir="ltr">&lt;<a href="mailto:david.lonie@kitware.com" target="_blank">david.lonie@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Pandu,<br>
<div class="im"><br>
On Wed, Nov 14, 2012 at 8:48 AM, Pandu tech &lt;<a href="mailto:pandu4tech@gmail.com">pandu4tech@gmail.com</a>&gt; wrote:<br>
</div><div class="im">&gt; Hi,<br>
&gt;<br>
&gt; My customApp is a ParaView clone, with more plugins, custom Filters, Readers<br>
&gt; and Views. When I am trying to build my CustomApp I see the following error<br>
&gt; message:<br>
&gt; ==============================================================================<br>
&gt; /usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld:<br>
&gt; CMakeFiles/CustomApp.dir/pqCustomAppInitializer.cxx.o: undefined reference<br>
&gt; to symbol &#39;vtkRenderingMatplotlib_AutoInit_Construct()&#39;<br>
<br>
</div>This is a known issue that we&#39;re working to solve before the release.<br>
The current work around is to add vtkRenderingMatplotlib to your app&#39;s<br>
target_link_libraries.<br>
<br>
Hope this helps,<br>
<br>
Dave<br>
</blockquote></div><br>