> From: Andrew Stitcher [mailto:[email protected]] > Sent: Friday, February 18, 2011 12:41 PM > To: [email protected] > Cc: 'Gordon Sim' > Subject: RE: FW: FAILED (b=5, w=1): qpid-cpp - trunk - Nightly > > > On Fri, 2011-02-18 at 12:06 -0500, Steve Huston wrote: > > Follow-up while this is testing... > > > > > On 02/18/2011 10:04 AM, Gordon Sim wrote: > > > > On 02/18/2011 01:09 PM, Steve Huston wrote: > > > >> The cmake build on Linux broke Wednesday night. I haven't > > > checked on > > > >> who made changes in the affected area, but if you > recognize this, > > > >> could you please take a look? > > > > > > > > Builds ok for me... what version of Linux? > > > > http://svn.apache.org/viewvc?rev=1071252&view=rev is the > > > most obvious > > > > culprit on first glance. > > > > That is the change that broke it... There's a condition set of > > Boost_SYSTEM_LIBRARY inside a conditional check for boost < > 1.35 above > > where the unconditional set of Boost_SYSTEM_LIBRARY was > added. Do you > > remember why you added the unconditional set? > > I'd guess that if there a test like this it was transcribed > from the autoconf configure directly as autoconf doesn't > understand boost as well as cmake does.
Makes sense... I committed CMakeLists.txt w/ the unconditional set removed. The build now works are before on RHEL 5. If there is some failure on other systems we can work out a fix that takes care of all systems. -Steve --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
