Skip to content

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

Open
@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions