Problem building Qpid C++ broker

2009-06-18 Thread ricardlf
Hi, I'm trying to install Qpid C++ broker but when I try to make all I'm getting the following errors: In function 'void* memset(void*, int, size_t)', inlined from 'qpid::cluster::Cpg::Cpg(qpid::cluster::Cpg::Handler)' at qpid/cluster/Cpg.cpp:75: /usr/include/bits/string3.h:82: error: call

RE: Problem building Qpid C++ broker

2009-06-18 Thread Steve Huston
Which Qpid version, and which OS is this on? -Original Message- From: ricardlf [mailto:rilo...@dsic.upv.es] Sent: Thursday, June 18, 2009 10:42 AM To: users@qpid.apache.org Subject: Problem building Qpid C++ broker Hi, I'm trying to install Qpid C++ broker but when I try to

RE: Problem building Qpid C++ broker

2009-06-18 Thread ricardlf
Qpid version is 0.5 and I want to install it in Ubuntu 9.04 Steve Huston wrote: Which Qpid version, and which OS is this on? -Original Message- From: ricardlf [mailto:rilo...@dsic.upv.es] Sent: Thursday, June 18, 2009 10:42 AM To: users@qpid.apache.org Subject: Problem

Cluster/failover

2009-06-18 Thread Antoine Hebert
Hi, I'm pretty new to Java and to JMS as well, I want to perform Qpid clustering and failover tests. I searched the documentation and I'm not sure I do things properly. I use the C++ broker with Java clients. First I have two boxes with Qpid: - boxA inet addr: 192.168.1.204 mask: 255.255.255.0 -

RE: Problem building Qpid C++ broker

2009-06-18 Thread Steve Huston
Qpid version is 0.5 and I want to install it in Ubuntu 9.04 This is indeed a problem, reported in https://issues.apache.org/jira/browse/QPID-1787. Can you edit Cpg.cpp and change: ::memset(callbacks, sizeof(callbacks), 0); to ::memset(callbacks, 0, sizeof(callbacks)); and let us know

Re: Cluster/failover

2009-06-18 Thread Rafael Schloming
Antoine Hebert wrote: Hi, I'm pretty new to Java and to JMS as well, I want to perform Qpid clustering and failover tests. I searched the documentation and I'm not sure I do things properly. I use the C++ broker with Java clients. First I have two boxes with Qpid: - boxA inet addr: