[Paraview] ParaViewWeb build - PWServer

Sebastien Jourdain sebastien.jourdain at kitware.com
Wed Aug 10 14:51:21 EDT 2011


Hi Max,

Great ! Did you managed to deploy and test the sample applications yourself ?
Just to my knowledge how did you install activemq-cpp ? Did you used
your system package system or you build it from the source ?

Thanks for your feedback,

Seb

On Wed, Aug 10, 2011 at 12:40 PM, WILKINSON M.
<maxwell.wilkinson at durham.ac.uk> wrote:
> 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();
>>
>
>


More information about the ParaView mailing list