<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>ParaViewWeb build - PWServer</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>Hello all<BR>
<BR>
I am trying to build the ParaViewWeb framework using the wiki: <A HREF="http://www.vtk.org/Wiki/ParaViewWeb_Building">http://www.vtk.org/Wiki/ParaViewWeb_Building</A><BR>
<BR>
Using the instruction under the section 'Configuration and building' in the above wiki, I am unable to compile PWServer.<BR>
<BR>
My ccmake parameters are given below, but I'm given an error when I try to make.<BR>
<BR>
> mkdir build-pw install-pw<BR>
> cd build-pw<BR>
> ccmake ../ParaViewWeb/<BR>
<BR>
ACTIVEMQ_CPP /usr/local/lib/libactivemq-cpp.so<BR>
ACTIVEMQ_INCLUDE_DIR /usr/local/include/activemq-cpp-3.4.0/<BR>
BUILD_PW_SERVER ON<BR>
BUILD_TESTING ON<BR>
BUILD_WEB_SERVICE OFF<BR>
CMAKE_BUILD_TYPE Debug<BR>
CMAKE_INSTALL_PREFIX /home/max/Downloads/install-pw<BR>
ParaView_DIR /home/max/Downloads/build-paraview<BR>
<BR>
> make<BR>
<BR>
[ 40%] Built target ParaWebPlugin<BR>
[ 44%] Building CXX object ParaViewAdapter/CMakeFiles/PWServer.dir/main.cxx.o<BR>
In file included from /home/max/Downloads/ParaViewWeb/ParaViewAdapter/main.cxx:26:0:<BR>
/home/max/Downloads/ParaViewWeb/ParaViewAdapter/vtkPWJMSMessagingService.h:62:8: error: looser throw specifier for ‘virtual void vtkPWJMSMessagingService::onMessage(const cms::Message*)’<BR>
/usr/local/include/activemq-cpp-3.4.0/cms/MessageListener.h:55:22: error: overriding ‘virtual void cms::MessageListener::onMessage(const cms::Message*) throw ()’<BR>
/home/max/Downloads/ParaViewWeb/ParaViewAdapter/vtkPWJMSMessagingService.h:66:3: error: looser throw specifier for ‘virtual vtkPWJMSMessagingService::~vtkPWJMSMessagingService()’<BR>
/usr/local/include/activemq-cpp-3.4.0/cms/MessageListener.h:36:17: error: overriding ‘virtual cms::MessageListener::~MessageListener() throw ()’<BR>
/home/max/Downloads/ParaViewWeb/ParaViewAdapter/main.cxx: In function ‘int main(int, char**)’:<BR>
/home/max/Downloads/ParaViewWeb/ParaViewAdapter/main.cxx:41:51: error: ‘PROCESS_CLIENT’ is not a member of ‘vtkProcessModule’<BR>
make[2]: *** [ParaViewAdapter/CMakeFiles/PWServer.dir/main.cxx.o] Error 1<BR>
make[1]: *** [ParaViewAdapter/CMakeFiles/PWServer.dir/all] Error 2<BR>
make: *** [all] Error 2<BR>
<BR>
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.<BR>
<BR>
If I need activemq-cpp-3.1.x could someone suggest where I can download the source?<BR>
<BR>
Thanks<BR>
Max</FONT>
</P>
</BODY>
</HTML>