JDK-8145280 : Webkit compilation failure in OS X EI Capitan (ver : 10.11.2)
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Priority: P4
  • Status: Closed
  • Resolution: Not an Issue
  • OS: os_x
  • CPU: x86,x86_64
  • Submitted: 2015-12-14
  • Updated: 2018-09-06
  • Resolved: 2017-08-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Relates :  
Description
Webkit compilation fails with "libxml/parser.h" not found.

Work around : Provide include path 
"CPLUS_INCLUDE_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2/"
Comments
Libxml is integrated as part of 3rd party native library. This won't be applicable post JDK-8178440 fix.
03-08-2017