<!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>RE: [Paraview] ParaViewWeb build - PWServer</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi Seb<BR>
<BR>
Thanks for the swift reply. I now have PWServer compiled using activemq-cpp 3.4.0, all tests were passed and it is now installed :)<BR>
<BR>
Max<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Sebastien Jourdain [<A HREF="mailto:sebastien.jourdain@kitware.com">mailto:sebastien.jourdain@kitware.com</A>]<BR>
Sent: Wed 10/08/11 16:56<BR>
To: WILKINSON M.<BR>
Cc: paraview@paraview.org<BR>
Subject: Re: [Paraview] ParaViewWeb build - PWServer<BR>
<BR>
Moreover, all the version of activemq-cpp can be found here:<BR>
<A HREF="http://activemq.apache.org/cms/download.html">http://activemq.apache.org/cms/download.html</A><BR>
<BR>
On Wed, Aug 10, 2011 at 11:54 AM, Sebastien Jourdain<BR>
&lt;sebastien.jourdain@kitware.com&gt; wrote:<BR>
&gt; Hi Max,<BR>
&gt;<BR>
&gt; there is two things happening here.<BR>
&gt;<BR>
&gt; The first one is related to an API change in ActiveMQ-cpp which induce<BR>
&gt; this compilation issue. Although it happen that I was working on that<BR>
&gt; part lately and managed to use activemq-cpp 3.4 on a linux machine. To<BR>
&gt; do so, you will need to edit the ParaViewWeb source code. I've paste<BR>
&gt; the small diff at the end of that mail.<BR>
&gt;<BR>
&gt; The second issue is related to the ParaView version that you are<BR>
&gt; using. Before getting further, you should either use 3.10.1 or<BR>
&gt; git/master. But depending on the version, you have to checkout a given<BR>
&gt; tag on the ParaViewWeb git repository.<BR>
&gt;<BR>
&gt; Hope this help,<BR>
&gt;<BR>
&gt; Seb<BR>
&gt;<BR>
&gt; ====================================<BR>
&gt; In file : /ParaViewAdapter/vtkPWJMSMessagingService.cxx<BR>
&gt;<BR>
&gt; -vtkPWJMSMessagingService::~vtkPWJMSMessagingService()<BR>
&gt; +vtkPWJMSMessagingService::~vtkPWJMSMessagingService() throw()<BR>
&gt;<BR>
&gt; [...]<BR>
&gt;<BR>
&gt; -void vtkPWJMSMessagingService::onMessage(const cms::Message *message)<BR>
&gt; +void vtkPWJMSMessagingService::onMessage(const cms::Message *message) throw()<BR>
&gt;<BR>
&gt; In file: /ParaViewAdapter/vtkPWJMSMessagingService.h<BR>
&gt;<BR>
&gt; -  void onMessage(const cms::Message *message);<BR>
&gt; +  void onMessage(const cms::Message *message) throw();<BR>
&gt;<BR>
&gt; [...]<BR>
&gt;<BR>
&gt; -  ~vtkPWJMSMessagingService();<BR>
&gt; +   ~vtkPWJMSMessagingService() throw();<BR>
&gt;<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>