Open
Description
Compilation on Ubuntu 10.04 (with boost library version 1.40.0-4ubuntu4)
produces the error "undefined reference to boost::condition_variable::wait".
However, this is pretty simple to fix: Add the line
#include <boost/thread/condition.hpp>
after the other boost includes in QueueRetry.h
Original issue reported on code.google.com by [email protected]
on 26 Jul 2010 at 8:31