Opened 3 years ago
#64136 assigned defect
lua-language-server @2.5.2: error: unknown type name 'ldiv_t'; did you mean 'dev_t'?
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | judaew (Vadym-Valdis Yudaiev) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | highsierra | Cc: | |
Port: | lua-language-server |
Description
In file included from /opt/local/include/LegacySupport/stdlib.h:34: /opt/local/include/libcxx/v1/stdlib.h:142:34: error: unknown type name 'ldiv_t'; did you mean 'dev_t'? inline _LIBCPP_INLINE_VISIBILITY ldiv_t div(long __x, long __y) _NOEXCEPT { ^ /usr/include/sys/_types/_dev_t.h:31:31: note: 'dev_t' declared here typedef __darwin_dev_t dev_t; /* device number */ ^
Note: See
TracTickets for help on using
tickets.