#56490 closed defect (fixed)
grafx2 @2.5.1: fatal error: 'corefoundation/corefoundation.h' file not found
Reported by: | kencu (Ken) | Owned by: | miniupnp (Thomas BERNARD) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | grafx2 |
Description
looks like it hardcodes a MACOSX_SYSROOT in src/Makefile
ifdef MACOSX_LION MACOSX_SYSROOT = /Developer/SDKs/MacOSX10.6.sdk else MACOSX_SYSROOT = /Developer/SDKs/MacOSX10.4u.sdk endif
Change History (5)
comment:1 Changed 6 years ago by miniupnp (Thomas BERNARD)
comment:2 Changed 6 years ago by kencu (Ken)
Nothing like a swing by the buildbots to bring a person modesty :>
Step one might be to make the "MACOSX_SYSROOT = /" and see where that winds up... Lets do that on our own a bit before we try any more commits, though...
comment:3 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | miniupnp removed |
---|---|
Owner: | set to miniupnp |
Status: | new → assigned |
Summary: | grafx2: 2.5.1 fatal error: 'corefoundation/corefoundation.h' file not found → grafx2 @2.5.1: fatal error: 'corefoundation/corefoundation.h' file not found |
Should be <CoreFoundation/CoreFoundation.h>
not <corefoundation/corefoundation.h>
. File names are case-sensitive.
comment:4 Changed 6 years ago by kencu (Ken)
Yep, that was it exactly. Thanks!
I initialized my system years ago as a non-case-sensitive filesystem, and this has happened to me once or twice (Pingus, eg) because of that.
comment:5 Changed 6 years ago by ken-cunningham-webuse
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
this should be removed, right ? I need help to clean the Makefile of this crap.