-
Notifications
You must be signed in to change notification settings - Fork 50
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
boost-1.61.0 failure to bootstrap with xcode-12 due to implicit function declarations #664
Comments
This was fixed 3 years ago.. 48e9017 |
Hi everyone, I'm also facing the same above mentioned issue. I am trying to update boost version to 1.70.0 but get below error. HUNTER CONFIGURATION: hunter_config(Boost VERSION 1.70.0) [hunter ** FATAL ERROR **] Version not found: 1.70.0. Please check 'hunter_config' command. please suggest sometthing to resolve this issue. |
@sv6375261073 Get in touch with Hunter community p.s. Hijacking unrelated threads is a bad idea! |
@rlei-weta did you ever get this to work or did you have to use a more current version? even with the fix that @grafikrobot shared, the error
still persists. |
trying to fix an app for a client, but i absolutely have to get any boost 1.61 thru 1.65.1 compiled on clang 13 before i can move to a current version and having the same issue as you @rlei-weta and the commit that @grafikrobot linked is mostly unrelated to these issues. using boost 1.65.1 (after using the commit posted above) :
|
Environment:
Repro steps:
Error output:
bootstrap.log
:Looks like it is caused by clang bundled with xcode-12 now reporting an error for implicit function declarations:
https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes
The text was updated successfully, but these errors were encountered: