boost/boost/asio/impl/spawn.hpp:263:77: error: no matching function for call to ‘boost::coroutines::coroutine<void()>::coroutine(boost::coroutines::attributes&)’
On Fri, Jan 24, 2014 at 6:51 PM, Carlos Ferreira <carlosmf.pt@gmail.com> wrote:Okay, if the new hotness leaves you cold, it's still possible to drop
> So now my problem is, how do I build this lib? How can I compile it and link it to the boost libs already installed in my computer? The readme.md file says to look at the docs in https://svn.boost.org/trac/boost/wiki/TryModBoost but that left me kinda lost...
the Fiber library into an exploded Boost 1.55 tarball tree like this:
1. Drop the Fiber library into a Boost tree as libs/fiber. That is,
under libs/fiber you should find build, examples, include, src, ...
2. Symlink boost/fiber -> ../libs/fiber/include/boost/fiber . If you
must, you can physically move libs/fiber/include/boost/fiber to
boost/fiber; but even Windows supports symlinks these days.
3. At this point, a normal ./b2 libs/fiber should suffice to build the
Fiber library and everything on which it depends.
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users