I am developing my plugin and while configuring ParaView 3.6.1 with
CMake I am getting the following warning:
kwProcessXML not found. Plugin may not build correctly
It seems like I should be worried about this? I am building both a
client and Server plugin.
Here is the CMake code that I am using:
#--------------------------------------------------------------
project (MXAReaderServerPlugin)
message(STATUS "Configuring MXAReader Server Plugin")
INCLUDE_DIRECTORIES( ${VTK_INCLUDE_DIR}
${ParaView_SOURCE_DIR}/Utilities/VTKClientServer
${ParaView_BINARY_DIR}/Utilities/VTKClientServer
${ParaView_SOURCE_DIR}/Servers/Common
${PVMXADataModel_SOURCE_DIR}/Source
${PVMXADataModel_SOURCE_DIR}/Source/Server
${MXADataModel_SOURCE_DIR}/Source
${Boost_INCLUDE_DIRS}
${HDF5_INCLUDE_DIRS} )
set (MXAReaderSM_SRCS vtkMXAReader.cpp )
SOURCE_GROUP("Server\\\\Sources" ${MXAReaderSM_SRCS} )
set (MXAReaderSM_HDRS vtkMXAReader.h )
SOURCE_GROUP("Server\\\\Headers" ${MXAReaderSM_HDRS} )
ADD_PARAVIEW_PLUGIN(MXAReaderServerPlugin "1.0"
SERVER_MANAGER_SOURCES ${MXAReaderSM_SRCS}
SERVER_MANAGER_XML
${PVMXADataModel_SOURCE_DIR}/Source/Server/Resources/MXAReaderServerManager.xml
SERVER_SOURCES ${MXAReaderSM_HDRS} )
#----------------------------------------------------------------------------
I am including the Plugin into the ParaView build by setting the
PARAVIEW_EXTRA_EXTERNAL_MODULES variable. Am I doing something wrong?
Maybe left out something from the CMake ?
_________________________________________________________
Mike Jackson [email protected]
BlueQuartz Software www.bluequartz.net
Principal Software Engineer Dayton, Ohio
_______________________________________________
Powered by 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