Opened 12 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 12 years ago by ryandesign (Ryan Carsten Schmidt)

We cannot support the use of pre-release versions of Xcode or OS X with MacPorts.

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

See also #33409.

comment:3 Changed 12 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.