[Paraview] ParaViewWeb build - PWServer

WILKINSON M. maxwell.wilkinson at durham.ac.uk
Wed Aug 10 12:40:15 EDT 2011


Hi Seb

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 :)

Max


-----Original Message-----
From: Sebastien Jourdain [mailto:sebastien.jourdain at kitware.com]
Sent: Wed 10/08/11 16:56
To: WILKINSON M.
Cc: paraview at paraview.org
Subject: Re: [Paraview] ParaViewWeb build - PWServer
 
Moreover, all the version of activemq-cpp can be found here:
http://activemq.apache.org/cms/download.html

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

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


More information about the ParaView mailing list