[Paraview] Plugin Verification Data Mismatch

Christian Werner christian.werner at rwth-aachen.de
Wed Feb 24 07:58:24 EST 2010


Good point but sadly this didn't help. I keep getting the same error 
messages.

ls -l $(echo $LD_LIBRARY_PATH)
...
-rwxr-xr-x 1 christian christian 9361220 2010-02-24 13:46 
libvtkITKImageBox.so



Paul Edwards wrote:
> Is your vtkITKImageBox library in the LD_LIBRARY_PATH when paraview is 
> launched?
>
> Regards,
> Paul
>
> On 24 February 2010 12:10, Christian Werner 
> <christian.werner at rwth-aachen.de 
> <mailto:christian.werner at rwth-aachen.de>> wrote:
>
>     Attaching the CMakeLists.txt might be interesting, too...
>
>
>
>
>     # create a paraview plugin containing server manager xml and the
>     server
>     # manager classes to build
>     # this plugin can be loaded on the server side
>
>     cmake_minimum_required(VERSION 2.4)
>
>     PROJECT(vtkITKSampleImageFilter)
>
>     INCLUDE("/home/christian/programming/pv-plugins/conf.cmake")
>
>     #find and load ParaView settings
>     FIND_PACKAGE(ParaView REQUIRED)
>     INCLUDE(${PARAVIEW_USE_FILE})
>
>     TARGET_LINK_LIBRARIES( vtkITKImageBox )
>
>     ADD_PARAVIEW_PLUGIN(SampleImageFilter "1.0"
>      SERVER_MANAGER_XML SampleImageFilter.xml
>      #GUI_RESOURCE_FILES SampleImageFilterGUI.xml
>      SERVER_MANAGER_SOURCES vtkITKSampleImageFilter.cxx
>     )
>
>     _______________________________________________
>     Powered by www.kitware.com <http://www.kitware.com>
>
>     Visit other Kitware open-source projects at
>     http://www.kitware.com/opensource/opensource.html
>
>     Please keep messages on-topic and check the ParaView Wiki at:
>     http://paraview.org/Wiki/ParaView
>
>     Follow this link to subscribe/unsubscribe:
>     http://www.paraview.org/mailman/listinfo/paraview
>
>



More information about the ParaView mailing list