Summary: | configure errors out when using Xcode 8 (clang 8.0.0) | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | jeremyhu |
Component: | general | Assignee: | Rhys Kidd <rhyskidd> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | douglas.pearless, rhyskidd |
Priority: | NOR | ||
Version: | 3.12 SVN | ||
Target Milestone: | --- | ||
Platform: | MacPorts | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 365327 | ||
Attachments: | configure.ac patch |
Description
jeremyhu
2016-07-26 16:39:06 UTC
Created attachment 100314 [details]
configure.ac patch
Thanks, I'll take a look. As Xcode 8 remains in pre-release this isn't an urgent fix, although I aim to land this ahead of the next valgrind release. Such a release will hopefully also include initial support of macOS 10.12. i fixed my config script by changing: applellvm-5.1|applellvm-6.*|applellvm-7.*) to applellvm-5.1|applellvm-6.*|applellvm-7.*|applellvm-8.*) Jeremy, I've split the fix into two. Your patch for an improved configure output message upon compiler version error landed in r15948. Thanks! Support for Xcode 8's clang compiler will land separately. Xcode 8 support landed in r15949. Xcode 8 has a GM available to download. This applies to both OS X 10.11 and macOS 10.12; although the later requires further patches to land before Valgrind supports that xnu kernel. |