Opened 14 months ago
Last modified 14 months ago
#68235 closed defect
castxml: builds fail for 10.10/10.11: various compilation errors; blacklist older clang versions — at Version 1
Reported by: | mascguy (Christopher Nielsen) | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | castxml |
Description (last modified by mascguy (Christopher Nielsen))
The following errors are seen for 10.10/10.11, suggesting that older Xcode Clang versions need to be blacklisted:
/opt/local/libexec/llvm-15/include/llvm/ADT/STLForwardCompat.h:53:22: error: default initialization of an object of const type 'const llvm::in_place_t' without a user-provided default constructor constexpr in_place_t in_place; // NOLINT(readability-identifier-naming) ^ /opt/local/libexec/llvm-15/include/llvm/Support/Allocator.h:238:16: error: no viable conversion from 'long long' to 'llvm::Optional<int64_t>' return InSlabIdx + static_cast<int64_t>(P - S); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [...etc...]
Change History (1)
comment:1 Changed 14 months ago by mascguy (Christopher Nielsen)
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.