RE: Problem building Qpid C++ broker

2009-06-19 Thread Steve Huston
Hi Ricard, > Thank you for your help Steve. > I edited Cpg.cpp and it worked, Ok, great - the fix is now in the svn repository as well. > but another problem appeared: > > qpid/broker/Daemon.cpp: In member function 'void > qpid::broker::Daemon::fork()': > qpid/broker/Daemon.cpp:90: error: ignor

RE: Problem building Qpid C++ broker

2009-06-18 Thread ricardlf
Thank you for your help Steve. I edited Cpg.cpp and it worked, but another problem appeared: qpid/broker/Daemon.cpp: In member function 'void qpid::broker::Daemon::fork()': qpid/broker/Daemon.cpp:90: error: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribut

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 kn

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

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