Opened 13 years ago
Closed 12 years ago
#32978 closed defect (fixed)
nsd 3.2.8 fails to build due to specifying _POSIX_C_SOURCE but using non-posix extensions
Reported by: | cjsv@… | Owned by: | arhbkb@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | nsd |
Description
The first error is that u_long is an unrecognized type at util.c:745.
Following the Hotlist suggestion to use llvm-gcc-4.2 works fine.
Change History (2)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | clang added |
---|---|
Owner: | changed from macports-tickets@… to arhbkb@… |
Port: | nsd added |
comment:2 Changed 12 years ago by jmroot (Joshua Root)
Keywords: | clang removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Summary: | nsd 3.2.8 fails to build with clang on Lion with Xcode 4.2 → nsd 3.2.8 fails to build due to specifying _POSIX_C_SOURCE but using non-posix extensions |
Note: See
TracTickets for help on using
tickets.
To make sure everybody knows what you're referring to, the hotlist suggestion is the one here: wiki:ProblemHotlist#compiler.