[Paraview] ParaViewWeb build - PWServer

WILKINSON M. maxwell.wilkinson at durham.ac.uk
Wed Aug 10 11:18:17 EDT 2011


Hello all

I am trying to build the ParaViewWeb framework using the wiki: http://www.vtk.org/Wiki/ParaViewWeb_Building

Using the instruction under the section 'Configuration and building' in the above wiki, I am unable to compile PWServer. 

My ccmake parameters are given below, but I'm given an error when I try to make.

  > mkdir build-pw install-pw
  > cd build-pw
  > ccmake ../ParaViewWeb/

  ACTIVEMQ_CPP                /usr/local/lib/libactivemq-cpp.so
  ACTIVEMQ_INCLUDE_DIR        /usr/local/include/activemq-cpp-3.4.0/
  BUILD_PW_SERVER             ON
  BUILD_TESTING               ON
  BUILD_WEB_SERVICE           OFF
  CMAKE_BUILD_TYPE            Debug
  CMAKE_INSTALL_PREFIX        /home/max/Downloads/install-pw
  ParaView_DIR                /home/max/Downloads/build-paraview

  > make

[ 40%] Built target ParaWebPlugin
[ 44%] Building CXX object ParaViewAdapter/CMakeFiles/PWServer.dir/main.cxx.o
In file included from /home/max/Downloads/ParaViewWeb/ParaViewAdapter/main.cxx:26:0:
/home/max/Downloads/ParaViewWeb/ParaViewAdapter/vtkPWJMSMessagingService.h:62:8: error: looser throw specifier for ‘virtual void vtkPWJMSMessagingService::onMessage(const cms::Message*)’
/usr/local/include/activemq-cpp-3.4.0/cms/MessageListener.h:55:22: error:   overriding ‘virtual void cms::MessageListener::onMessage(const cms::Message*) throw ()’
/home/max/Downloads/ParaViewWeb/ParaViewAdapter/vtkPWJMSMessagingService.h:66:3: error: looser throw specifier for ‘virtual vtkPWJMSMessagingService::~vtkPWJMSMessagingService()’
/usr/local/include/activemq-cpp-3.4.0/cms/MessageListener.h:36:17: error:   overriding ‘virtual cms::MessageListener::~MessageListener() throw ()’
/home/max/Downloads/ParaViewWeb/ParaViewAdapter/main.cxx: In function ‘int main(int, char**)’:
/home/max/Downloads/ParaViewWeb/ParaViewAdapter/main.cxx:41:51: error: ‘PROCESS_CLIENT’ is not a member of ‘vtkProcessModule’
make[2]: *** [ParaViewAdapter/CMakeFiles/PWServer.dir/main.cxx.o] Error 1
make[1]: *** [ParaViewAdapter/CMakeFiles/PWServer.dir/all] Error 2
make: *** [all] Error 2

What am I doing wrong here? Apache are not hosting version 3.1.x, so I could not download this version of the source as the wiki suggests.

If I need activemq-cpp-3.1.x could someone suggest where I can download the source?

Thanks
Max
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20110810/93c1bef7/attachment.htm>


More information about the ParaView mailing list