[Paraview] Configuring Plugin Gives Cmake Warning for kwProcessXML
Mike Jackson
mike.jackson at bluequartz.net
Wed Dec 9 17:10:07 EST 2009
I make the change listed in the bug report but that didn't seem to
make a difference.
_________________________________________________________
Mike Jackson mike.jackson at bluequartz.net
On Wed, Dec 9, 2009 at 4:55 PM, Olesen, Mark
<Mark.Olesen at emcontechnologies.com> wrote:
> Might you be hitting this issue?:
> http://www.paraview.org/Bug/view.php?id=8712
>
>
> -----Original Message-----
> From: paraview-bounces at paraview.org on behalf of Mike Jackson
> Sent: Wed 2009-12-09 21:59
> To: ParaView
> Subject: [Paraview] Configuring Plugin Gives Cmake Warning for kwProcessXML
>
> 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 mike.jackson at bluequartz.net
> 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
>
> This e-mail message and any attachments may contain legally privileged,
> confidential or proprietary Information, or information otherwise protected
> by law of EMCON Technologies, its affiliates, or third parties. This notice
> serves as marking of its "Confidential" status as defined in any
> confidentiality agreements concerning the sender and recipient. If you are
> not the intended recipient(s), or the employee or agent responsible for
> delivery of this message to the intended recipient(s), you are hereby
> notified that any dissemination, distribution or copying of this e-mail
> message is strictly prohibited. If you have received this message in error,
> please immediately notify the sender and delete this e-mail message from
> your computer.
More information about the ParaView
mailing list