From 0de623693d3219a8d31f4858d8f43ec71f367535 Mon Sep 17 00:00:00 2001 From: Joshua Benuck Date: Fri, 3 Apr 2015 20:22:50 -0700 Subject: [PATCH] Update build-instructions-windows.md In the troubleshooting section, include a recommendation to install the latest Visual Studio update if you run into a fatal internal compiler error while building. --- docs/development/build-instructions-windows.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/development/build-instructions-windows.md b/docs/development/build-instructions-windows.md index 1b4bf5282a67..c6934dac4793 100644 --- a/docs/development/build-instructions-windows.md +++ b/docs/development/build-instructions-windows.md @@ -72,6 +72,10 @@ python script\test.py If you encountered an error like `Command xxxx not found`, you may try to use the `VS2012 Command Prompt` console to execute the build scripts. +### Fatal internal compiler error: C1001 + +Make sure you have the latest Visual Studio update installed. + ### Assertion failed: ((handle))->activecnt >= 0 If building under Cygwin, you may see `bootstrap.py` failed with following