<!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>
<sebastien.jourdain@kitware.com> wrote:<BR>
> Hi Max,<BR>
><BR>
> there is two things happening here.<BR>
><BR>
> The first one is related to an API change in ActiveMQ-cpp which induce<BR>
> this compilation issue. Although it happen that I was working on that<BR>
> part lately and managed to use activemq-cpp 3.4 on a linux machine. To<BR>
> do so, you will need to edit the ParaViewWeb source code. I've paste<BR>
> the small diff at the end of that mail.<BR>
><BR>
> The second issue is related to the ParaView version that you are<BR>
> using. Before getting further, you should either use 3.10.1 or<BR>
> git/master. But depending on the version, you have to checkout a given<BR>
> tag on the ParaViewWeb git repository.<BR>
><BR>
> Hope this help,<BR>
><BR>
> Seb<BR>
><BR>
> ====================================<BR>
> In file : /ParaViewAdapter/vtkPWJMSMessagingService.cxx<BR>
><BR>
> -vtkPWJMSMessagingService::~vtkPWJMSMessagingService()<BR>
> +vtkPWJMSMessagingService::~vtkPWJMSMessagingService() throw()<BR>
><BR>
> [...]<BR>
><BR>
> -void vtkPWJMSMessagingService::onMessage(const cms::Message *message)<BR>
> +void vtkPWJMSMessagingService::onMessage(const cms::Message *message) throw()<BR>
><BR>
> In file: /ParaViewAdapter/vtkPWJMSMessagingService.h<BR>
><BR>
> - void onMessage(const cms::Message *message);<BR>
> + void onMessage(const cms::Message *message) throw();<BR>
><BR>
> [...]<BR>
><BR>
> - ~vtkPWJMSMessagingService();<BR>
> + ~vtkPWJMSMessagingService() throw();<BR>
><BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>