<!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>
&nbsp; &gt; mkdir build-pw install-pw<BR>
&nbsp; &gt; cd build-pw<BR>
&nbsp; &gt; ccmake ../ParaViewWeb/<BR>
<BR>
&nbsp; ACTIVEMQ_CPP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/local/lib/libactivemq-cpp.so<BR>
&nbsp; ACTIVEMQ_INCLUDE_DIR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/local/include/activemq-cpp-3.4.0/<BR>
&nbsp; BUILD_PW_SERVER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ON<BR>
&nbsp; BUILD_TESTING&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ON<BR>
&nbsp; BUILD_WEB_SERVICE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OFF<BR>
&nbsp; CMAKE_BUILD_TYPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Debug<BR>
&nbsp; CMAKE_INSTALL_PREFIX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /home/max/Downloads/install-pw<BR>
&nbsp; ParaView_DIR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /home/max/Downloads/build-paraview<BR>
<BR>
&nbsp; &gt; 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 &#145;virtual void vtkPWJMSMessagingService::onMessage(const cms::Message*)&#146;<BR>
/usr/local/include/activemq-cpp-3.4.0/cms/MessageListener.h:55:22: error:&nbsp;&nbsp; overriding &#145;virtual void cms::MessageListener::onMessage(const cms::Message*) throw ()&#146;<BR>
/home/max/Downloads/ParaViewWeb/ParaViewAdapter/vtkPWJMSMessagingService.h:66:3: error: looser throw specifier for &#145;virtual vtkPWJMSMessagingService::~vtkPWJMSMessagingService()&#146;<BR>
/usr/local/include/activemq-cpp-3.4.0/cms/MessageListener.h:36:17: error:&nbsp;&nbsp; overriding &#145;virtual cms::MessageListener::~MessageListener() throw ()&#146;<BR>
/home/max/Downloads/ParaViewWeb/ParaViewAdapter/main.cxx: In function &#145;int main(int, char**)&#146;:<BR>
/home/max/Downloads/ParaViewWeb/ParaViewAdapter/main.cxx:41:51: error: &#145;PROCESS_CLIENT&#146; is not a member of &#145;vtkProcessModule&#146;<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>