Finding OS... Finding ARCH... Finding WORD... OS=winnt ARCH=x86 WORD=32 FACTOR_BINARY=factor.com FACTOR_LIBRARY=factor.dll FACTOR_IMAGE=factor.image MAKE_TARGET=winnt-x86-32 BOOT_IMAGE=boot.winnt-x86.32.image MAKE_IMAGE_TARGET=winnt-x86.32 GIT_PROTOCOL=git GIT_URL=git://factorcode.org/git/factor.git DOWNLOADER=wget CC=gcc MAKE=make COPY=cp DELETE=rm Checking for chmod...found! Checking for uname...found! Checking for git...found! Checking for wget...found! Checking for curl...not found! Checking for gcc...found! Checking for g++...found! Checking for cl...not found! Checking for make...found! Checking for gmake...not found! Checking for md5sum...found! Checking for md5...not found! Checking for cut...found! Fetching the git repository from factorcode.org... From git://factorcode.org/git/factor * branch master -> FETCH_HEAD Updating the working tree... From git://factorcode.org/git/factor * branch master -> FETCH_HEAD Already up-to-date. Backing up factor... cp: cannot stat `factor.com': No such file or directory cp: cannot stat `factor.dll': No such file or directory cp: cannot stat `boot.winnt-x86.32.image': No such file or directory cp: cannot stat `factor.image': No such file or directory Done with backup. rm -f vm/*.o rm -f factor.dll rm -f factor.lib rm -f factor.dll.lib rm -f libfactor.* rm -f libfactor-ffi-test.* rm -f Factor.app/Contents/Frameworks/libfactor.dylib make factor factor-ffi-test CONFIG=vm/Config.windows.nt.x86.32 make[1]: Entering directory `/cygdrive/c/programmering/factor' windres vm/factor.rs vm/resources.o g++ -c -Wall -O3 -mwindows -mno-cygwin -o vm/main-windows-nt.o vm/main-windows-nt.cpp g++ -c -Wall -O3 -mwindows -mno-cygwin -o vm/os-windows-nt.o vm/os-windows-nt.cpp g++ -c -Wall -O3 -mwindows -mno-cygwin -o vm/mvm-windows-nt.o vm/mvm-windows-nt.cpp g++ -c -Wall -O3 -mwindows -mno-cygwin -o vm/os-windows.o vm/os-windows.cpp g++ -c -Wall -O3 -mwindows -mno-cygwin -o vm/aging_collector.o vm/aging_collector.cpp vm/os-windows-nt.cpp: In member function `LONG factor::factor_vm::exception_handler(_EXCEPTION_RECORD*, void*, CONTEXT*, void*)': vm/os-windows-nt.cpp:87: error: `ExceptionContinueExecution' undeclared (first use this function) vm/os-windows-nt.cpp:87: error: (Each undeclared identifier is reported only once for each function it appears in.) make[1]: *** [vm/os-windows-nt.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/cygdrive/c/programmering/factor' make: *** [winnt-x86-32] Error 2 make failed winnt-x86-32