<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">I have an x86-64 system running Windows 7 Home Premium with Mingw.<br><br>Just tried to build the latest system I downloaded with git:<br>  git clone https://github.com/feeley/gambit.git<br>  cd gambit<br><br>There were no errors with:<br><div>./configure<br>make<br>make bootstrap<br>make bootclean</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">This is what happened when I ran make:</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">sh-3.1$
 make<br>rm -f gsc-boot<br>cp gsc-boot.unix gsc-boot<br>chmod +x gsc-boot<br>if test ".bat" != ""; then \<br>          rm -f gsc-boot.bat; \<br>          cp gsc-boot.bat.windows gsc-boot.bat; \<br>        fi<br>making all in include<br>make[1]: Entering directory `/c/Users/Steve/Desktop/gambit/include'<br>major=`echo v4.6.6 | sed -e "s/v//g" -e "s/\.[^.]*\.[^.]*//g"`; \<br>        minor=`echo v4.6.6 | sed -e "s/v[^.]*\.//g" -e "s/\.[^.]*//g"`; \<br>        revision=`echo v4.6.6 | sed -e "s/v[^.]*\.[^.]*\.//g" -e "s///g"`; \<br>        version_num=`eval expr "\( 100000 \\* $major \) + \( 1000 \\* $minor \) + $revision"`; \<br>        echo "#error \"The version indicated in ___VERSION is not
 supported by gambit.h\"" > gambit-not$version_num.h; \<br>        echo "#error \"You are probably compiling C code generated by a Gambit compiler earlier or later than v4.6.6\"" >> gambit-not$version_num.h; \<br>        echo "#error \"___VERSION will be set to $version_num to reduce other errors\"" >> gambit-not$version_num.h; \<br>        echo "#undef ___VERSION" >> gambit-not$version_num.h; \<br>        echo "#define ___VERSION $version_num" >> gambit-not$version_num.h; \<br>        echo "#include \"gambit.h\"" >> gambit-not$version_num.h<br>make[1]: Leaving directory `/c/Users/Steve/Desktop/gambit/include'<br>making all in lib<br>make[1]: Entering directory `/c/Users/Steve/Desktop/gambit/lib'<br>../gsc-boot
 -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c  -check _io.scm<br>gcc -D_WINDOWS  -Wno-unused -Wno-write-strings -O2 -fno-math-errno -fschedule-insns2 -fno-trapping-math -fno-strict-aliasing -fwrapv -fno-keep-inline-dllexport -fmodulo-sched -freschedule-modulo-sched<br>uled-loops -fno-common -mieee-fp   -I"../include" -c -o "_io.o" -I. -DHAVE_CONFIG_H -D___GAMBCDIR="\"/usr/local/Gambit-C\"" -D___SYS_TYPE_CPU="\"i686\"" -D___SYS_TYPE_VENDOR="\"pc\"" -D___SYS_TYPE_OS=<br>"\"mingw32\"" -D___CONFIGURE_COMMAND="\"./configure '--enable-single-host' '--enable-c-opt' '--enable-gcc-opts'"\" -D___OBJ_EXTENSION="\".o\"" -D___EXE_EXTENSION="\".exe\"" -D___BAT_EXTENSION="\".bat\<br>"" -D___PRIMAL _io.c -D___LIBRARY<br>gcc.exe: error: _io.c: No such file or directory<br>gcc.exe: fatal error: no input files<br>compilation terminated.<br>make[1]: *** [_io.o] Error 1<br>make[1]: Leaving directory `/c/Users/Steve/Desktop/gambit/lib'<br>make:
 *** [all-recursive] Error 1<br>sh-3.1$</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">Any ideas what went wrong?</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">Steve<br></div></div></body></html>