xiqingongzi / sersync

Automatically exported from code.google.com/p/sersync
3 stars 0 forks source link

Ubuntu 10.04: undefined reference to boost::condition_variable::wait #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 jesper.z...@googlemail.com on 26 Jul 2010 at 8:31

GoogleCodeExporter commented 9 years ago
the new edition is compiled with the boost1.43,if there is something wrong 
else,please try to fix it by using the boost 1.43.
thank you for support this tool.

Original comment by zhouyang...@gmail.com on 1 Aug 2010 at 5:57