Hi! Yesterday, I performed a fresh checkout and completed a bootstrap build using the following script: #!/bin/bash export CVS_RSH="ssh" touch ~/.cvspass cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs rm ~/.cvspass cd emacs/nt/ ./configure.bat --with-gcc --no-cygwin --no-debug mingw32-make bootstrap --jobs=2 XMFLAGS="--jobs=2" mingw32-make install Today, I tried to do the same, but the build soon ends due to an error. Complete log attached. - Eric