[Paraview-developers] Need help on paraview customApp build failure

David Lonie david.lonie at kitware.com
Wed Nov 14 08:59:48 EST 2012


Hi Pandu,

On Wed, Nov 14, 2012 at 8:48 AM, Pandu tech <pandu4tech at gmail.com> wrote:
> Hi,
>
> 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:
> ==============================================================================
> /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 'vtkRenderingMatplotlib_AutoInit_Construct()'

This is a known issue that we're working to solve before the release.
The current work around is to add vtkRenderingMatplotlib to your app's
target_link_libraries.

Hope this helps,

Dave


More information about the Paraview-developers mailing list