#24127: libproxy 0.4.0_0 build failure on Leopard: JavaScriptCore/JavaScript.h: No such file or directory ---------------------------------------------------+------------------------ Reporter: michael.g.ross.98@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: libproxy | ---------------------------------------------------+------------------------ Changes (by ryandesign@…): * status: new => closed * cc: ryandesign@… (added) * resolution: => fixed Comment: "'FNONBLOCK' was not declared in this scope" was dealt with in #24117 by changing FNONBLOCK to O_NONBLOCK. "JavaScriptCore/JavaScript.h: No such file or directory" was fixed just now in r65622 using upstream commits !r608 and !r616 as suggested above, which checks for and uses JavaScriptCore.h on Mac OS X instead of JavaScript.h -- fixed for Leopard, that is; Snow Leopard never saw this error because it has both JavaScript.h and JavaScriptCore.h, and Tiger is still not fixed because it has neither JavaScript.h nor JavaScriptCore.h; I [http://code.google.com/p/libproxy/issues/detail?id=104 reported this upstream]. -- Ticket URL: <http://trac.macports.org/ticket/24127#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS