#43438: ffmpeg-devel fails to build -------------------------+-------------------------------- Reporter: jchauvel@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: invalid | Keywords: Port: | -------------------------+-------------------------------- Comment (by jchauvel@…): Replying to [comment:1 jeremyhu@…]:
You likely haven't installed system headers. See:
{{{ ~ $ cat test.m #import <QTKit/QTkit.h>
int main() { return 0; }
~ $ clang -c test.m }}}
OK. It's a case-sensitiveness issue. My main partition was formatted with case-sesitive and journaled HFS+. Therefore, clang can't find QTkit.h because on the filesystem is listed as QTKit.h {{{ #import <QTKit/QTKit.h> int main() { return 0; } }}} The above code compiles just fine. -- Ticket URL: <https://trac.macports.org/ticket/43438#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X