#67040 closed defect (duplicate)
gettext @0.21.1 fails to build on 10.9
Reported by: | fhgwright (Fred Wright) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | mavericks | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: | gettext |
Description
This problem seems to be unique to 10.9, since it builds successfully on both earlier and later OS versions.
The offending problem appears to be:
../config.h:2844:36: note: expanded from macro '_GL_ATTRIBUTE_FALLTHROUGH' # define _GL_ATTRIBUTE_FALLTHROUGH __attribute__ ((__fallthrough__)) ^~~~~~~~~~~~~ x-c.c:1509:15: error: expected expression FALLTHROUGH;
There are a zillion warnings related to FALLTHROUGH, but it seems like just this one results in an error.
Full logfile coming.
Attachments (1)
Change History (4)
Changed 21 months ago by fhgwright (Fred Wright)
comment:1 follow-up: 3 Changed 21 months ago by kencu (Ken)
comment:2 Changed 21 months ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:3 Changed 21 months ago by fhgwright (Fred Wright)
Replying to kencu:
this didn't fix you?
[8fbc7254defcd069e114ca06e38571da70474bac/macports-ports]
it was for exactly this issue.
No, but V2 of the patch fixed it. :-)
Note: See
TracTickets for help on using
tickets.
this didn't fix you?
[8fbc7254defcd069e114ca06e38571da70474bac/macports-ports]
it was for exactly this issue.