-
Bug
-
Resolution: Fixed
-
P2
-
jfx11, jfx12, 8u181
-
Windows + VC 14.15.26726
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8210277 | 8u202 | Kevin Rushforth | P2 | Closed | Fixed | b01 |
JDK-8216503 | jfx11.0.2 | Kevin Rushforth | P2 | Resolved | Fixed |
GlassClipboard.cpp fails to compile when building with a newer version of VS2017, for example VC 14.15.26726:
...\modules\javafx.graphics\src\main\native-glass\win\GlassClipboard.cpp(86): error C2065: '_HASH_SEED': undeclared identifier
This was discovered and reported on GitHub as: https://github.com/javafxports/openjdk-jfx/issues/183 when the AppVeyor builds started failing (they recently updated their version of VS 2017).
I raised the priority to P2, since it causes the AppVeyor build to fail, which we use to test pull requests.
...\modules\javafx.graphics\src\main\native-glass\win\GlassClipboard.cpp(86): error C2065: '_HASH_SEED': undeclared identifier
This was discovered and reported on GitHub as: https://github.com/javafxports/openjdk-jfx/issues/183 when the AppVeyor builds started failing (they recently updated their version of VS 2017).
I raised the priority to P2, since it causes the AppVeyor build to fail, which we use to test pull requests.
- backported by
-
JDK-8216503 GlassClipboard.cpp fails to compile with newer versions of VS2017
-
- Resolved
-
-
JDK-8210277 GlassClipboard.cpp fails to compile with newer versions of VS2017
-
- Closed
-
- blocks
-
JDK-8210217 ☂ FX build fails with newer versions of VS 2017
-
- Resolved
-
- links to