Opened 13 years ago
Closed 12 years ago
#32045 closed defect (fixed)
distcc not building on Lion
Reported by: | dave@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | clang | Cc: | |
Port: | distcc |
Description
see attached log
Attachments (1)
Change History (4)
Changed 13 years ago by dave@…
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | clang added |
---|
comment:2 Changed 13 years ago by dave@…
I would venture that -Werror should be automatically removed for every port. It is a development tool only, and unsuitable for build-to-install.
comment:3 Changed 12 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The log is not complete but I see you're using clang. Have you tried compiling with llvm-gcc-4.2 or apple-gcc-4.2 instead?
I see it's using
-Werror
; we should probably patch it to not do that. If that works, that would be preferable to changing the compiler.