You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this article, there may be additional libraries we need to include. E.g. if we were including msvcrt.lib, then we may now need to include msvcrt.lib, ucrt.lib, vcruntime.lib.
mayshukla
added a commit
to mayshukla/openj9
that referenced
this issue
Aug 6, 2020
In recent versions of Visual Studio, some of the contents of msvcrt.lib have
been moved into ucrt.lib and vcruntime.lib. The makefiles were already set up
to add these 2 additional libraries to the linker command when building using
VS 2015 or 2017. This commit ensures these libraries are also included when
using VS2019.
Fixes: eclipse-openj9#9978
Signed-off-by: Ryan Shukla <ryans@ibm.com>
Encountered while attempting to compile Windows JDK15 with VS2019 under #9805
internal job/Build_JDK15_x86-64_windows_Personal/2 on win16x64rt1
I get (fatal) failures like this during
The text was updated successfully, but these errors were encountered: