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"><<a href="mailto:david.lonie@kitware.com" target="_blank">david.lonie@kitware.com</a>></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 <<a href="mailto:pandu4tech@gmail.com">pandu4tech@gmail.com</a>> wrote:<br>
</div><div class="im">> Hi,<br>
><br>
> My customApp is a ParaView clone, with more plugins, custom Filters, Readers<br>
> and Views. When I am trying to build my CustomApp I see the following error<br>
> message:<br>
> ==============================================================================<br>
> /usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld:<br>
> CMakeFiles/CustomApp.dir/pqCustomAppInitializer.cxx.o: undefined reference<br>
> to symbol 'vtkRenderingMatplotlib_AutoInit_Construct()'<br>
<br>
</div>This is a known issue that we're working to solve before the release.<br>
The current work around is to add vtkRenderingMatplotlib to your app's<br>
target_link_libraries.<br>
<br>
Hope this helps,<br>
<br>
Dave<br>
</blockquote></div><br>