Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Included header file from Boost.Context is missing. #78

Closed
ClaymorePT opened this issue Apr 5, 2016 · 2 comments
Closed

Included header file from Boost.Context is missing. #78

ClaymorePT opened this issue Apr 5, 2016 · 2 comments

Comments

@ClaymorePT
Copy link

I was trying to build Fiber for Boost 1.60.0 when the following error occurred.

In file included from libs/fiber/src/algorithm.cpp:9:0:
./boost/fiber/context.hpp:20:42: fatal error: boost/context/detail/apply.hpp: No such file or directory
compilation terminated.
It seems the header "boost/context/detail/apply.hpp" was removed from boost context.
Is this an issue for fiber?

Thank you.

@olk
Copy link
Member

olk commented Apr 5, 2016

boost.fiber is still in development - you need to fetch the version 1.61 (== branch develop) of boost.context. but boost/context/detail/apply.hpp is the correct path to this file - maybe you need to check your compiler include paths. additionally, boost.context required C++11

@olk olk closed this as completed Apr 5, 2016
@ClaymorePT
Copy link
Author

Oh, I didn't notice it required Boost 1.61.
Boost 1.61 is only supposed to come out by the end of this month.

Thank you for the information.

Romain-Geissler-1A pushed a commit to Romain-Geissler-1A/fiber that referenced this issue Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants