-
Notifications
You must be signed in to change notification settings - Fork 34
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
Remove usage of deprecated and removed Boost.Filesystem APIs #18
Remove usage of deprecated and removed Boost.Filesystem APIs #18
Conversation
The |
Thanks for this! |
|
I suspect, it wasn't merged because of the b2 issue. I think, this can be merged despite that issue, if only to fix the build. Note: the first commit in this PR fixes the compilation, the second one updates the dependencies that should fix the CI once b2 is fixed. |
The b2 issue is unrelated. Not merging this won't fix it. |
My bad. I didn't merge because we can't tell if the patch is really working until the tests run... (I appreciate it compiles, but that's not quite the same thing as working). |
Rene says it doesn't crash for him, so let's close and reopen and see if that helps. :-) |
Nope, still crashes. @grafikrobot |
Note that the CI uses the b2 version that was released in Boost. |
The B2 problem was not technically a B2 problem. It was actually a Predef problem. But only the Boost Predef, not the independent Hash Predef. But also none of the following will make the BCP tests work. As BCP is not copying the correct predef/tools/check/predef.jam file. The following changes will prevent the stack overflow crash:
And saying again.. None of those changes will make this PR build. As the tip of the problem is that BCP doesn't copy predef/tools/check/predef.jam. |
6bd3ff8
to
d5285c9
Compare
Thanks, Rene. I've added the dependency on libs/predef/tools/check in addition to libs/predef/check. |
d5285c9
to
c98516b
Compare
@jzmaddock Could you merge this, please? |
Is this fixed, or is it still waiting for some of the predef PRs to get merged? I'm still seeing the same error messages trying to run BCP from the Boost 1.86.0 tarball release. [edit] There is another ticket open about this, saying the fix has been merged to the |
This wasn't merged to master before 1.86.0, so it didn't make it to the release. It is merged now, so it should make it into the next one. |
No description provided.