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
On Windows/cygwin, check if file "%WindowsSdkDir%include%WindowsSdkVersion%\ucrt\inttypes.h" exists, and suggest installing a Windows 10 SDK if not.
Those env vars are set by the Visual Studio Command Prompt script. If they point to a Windows 8.1 SDK, then Vale's build will break when kremlib.h fails to find an inttypes.h.
The text was updated successfully, but these errors were encountered:
On Windows/cygwin, check if file "%WindowsSdkDir%include%WindowsSdkVersion%\ucrt\inttypes.h" exists, and suggest installing a Windows 10 SDK if not.
Those env vars are set by the Visual Studio Command Prompt script. If they point to a Windows 8.1 SDK, then Vale's build will break when kremlib.h fails to find an inttypes.h.
The text was updated successfully, but these errors were encountered: