Opened 13 years ago
Closed 12 years ago
#33304 closed defect (duplicate)
libsndfile: #include <Carbon.h> not working on Xcode 4.4
Reported by: | thomas.c.jansen@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | libsndfile |
Description
When installing libsndfile (as part of ffmpeg) with Xcode 4.4 he compilation fails, because "Carbon.h" could not be found (in file "sndfile-play.c", line 61).
Changing the include from "#include <Carbon.h>" to "#include <Carbon/Carbon.h>" will fix the issue.
Change History (3)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 12 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
We cannot support the use of pre-release versions of Xcode or OS X with MacPorts.