-
Notifications
You must be signed in to change notification settings - Fork 49
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
QA issue with dev-util/boost-build-1.65.0 Gentoo package #320
Comments
AMDG
I'm not sure why this would happen. The headers
containing these declarations are #included and
I've never seen these warnings from my own
builds. The only thing I can think of is that
the header might have been hijacked somehow and
actually #includes a totally unrelated file instead.
(output.h, execcmd.h, filesys.h)
In Christ,
Steven Watanabe
|
Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2 |
When configuring all msvc toolsets we would configure the ones from the registry followed by known location versions. This had the effect of making msvc versions from the registry the default over the pathed ones. Since the newer releases, after 14.0, don't use the registry it meant that even if you had new ones it would pick 14.0 (or earlier) as the default. This change tries to register them with registry and pathed each. Which results in preserving the new-to-old ordering. Resulting in the newest being the default, as intended. (cherry picked from commit 0298977a9f3efe2f12e661a29f8fe3105cb6b0d8) Co-authored-by: René Ferdinand Rivera Morell <[email protected]>
It is a breaking error using: trying to compile boost 1.65.1 (i need to build something that requires this specific lib, and it breaks:
|
Boost 1.65.1 supported up to Apple clang 8.1.0. |
My GNU/Linux distribution is Gentoo Linux.
The Portage package manager reports the following warning message when building
dev-util/boost-build-1.65.0
:I also attached the full build log.
build.log
The text was updated successfully, but these errors were encountered: