JDK-7161615 : Deploy build fails on windows i586 due to missing include
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 8
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-04-14
  • Updated: 2012-05-10
  • Resolved: 2012-05-10
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.
JDK 7 JDK 8
7u6Fixed 8 b36Fixed
Related Reports
Relates :  
Description
Build fails with:

MozPluginExports.cpp
../../../../src/plugin/share/plugin2/npjp2/MozPluginExports.cpp(46) : error C2146: syntax error : missing ';' before identifier 'RES_PLUGIN_VERSION'
../../../../src/plugin/share/plugin2/npjp2/MozPluginExports.cpp(46) : error C2065: 'RES_PLUGIN_VERSION' : undeclared identifier
gnumake[5]: *** [C:/8deploy2-32/jdk8_deploy/build/windows-i586/tmp/npjp2/obj/MozPluginExports.obj] Error 2
gnumake[5]: Leaving directory `C:/8deploy2-32/jdk8_deploy/deploy/make/plugin/plugin2/npjp2'

Comments
EVALUATION Missing include causes some macros to be undefined on windows.
14-04-2012