Opened 13 years ago
Closed 13 years ago
#33945 closed defect (fixed)
meanwhile pulls in wrong glib headers
Reported by: | nerdling (Jeremy Lavergne) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.99 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | meanwhile |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
meanwhile attempts to directly include glib2 headers files, which glib2 explicitly marks as a no-no. Since meanwhile is ancient, we might simply remove this port.
ProductName: Mac OS X ProductVersion: 10.7.3 BuildVersion: 11D50b Xcode 4.3.2 Build version 4E2002
:info:build In file included from channel.c:22: :info:build /opt/local/include/glib-2.0/glib/ghash.h:28:2: error: #error "Only <glib.h> can be included directly." :info:build #error "Only <glib.h> can be included directly." :info:build ^ :info:build In file included from channel.c:23: :info:build /opt/local/include/glib-2.0/glib/glist.h:28:2: error: #error "Only <glib.h> can be included directly." :info:build #error "Only <glib.h> can be included directly." :info:build ^ :info:build In file included from channel.c:30: :info:build In file included from ./mw_message.h:25: :info:build /opt/local/include/glib-2.0/glib/glist.h:28:2: error: #error "Only <glib.h> can be included directly." :info:build #error "Only <glib.h> can be included directly." :info:build ^ :info:build In file included from channel.c:33: :info:build In file included from ./mw_util.h:26: :info:build /opt/local/include/glib-2.0/glib/ghash.h:28:2: error: #error "Only <glib.h> can be included directly." :info:build #error "Only <glib.h> can be included directly." :info:build ^ :info:build In file included from channel.c:33: :info:build In file included from ./mw_util.h:27: :info:build /opt/local/include/glib-2.0/glib/glist.h:28:2: error: #error "Only <glib.h> can be included directly." :info:build #error "Only <glib.h> can be included directly." :info:build ^ :info:build 5 errors generated.
Change History (2)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Sounds good to me. Deleted in r91719.