<div dir="ltr"><div>Hi all,</div><div><br></div><div>I was able to get Gambit to build on windows - I tried initially with msys2 (hoping to build a 64bit version) - but failed - </div><div><div><br></div><div>$ make install</div><div>making all in include</div><div>make[1]: Entering directory '/home/ckk/gambit/include'</div><div>make[1]: Leaving directory '/home/ckk/gambit/include'</div><div>making all in lib</div><div>make[1]: Entering directory '/home/ckk/gambit/lib'</div><div>../gsc-boot -:~~bin=../bin,~~lib=../lib,~~include=../include -f -c  -check -prelude "(##include \"header.scm\")" _repl.scm</div><div>make[1]: *** [makefile:167: _repl.c] Segmentation fault</div><div>make[1]: *** Deleting file '_repl.c'</div><div>make[1]: Leaving directory '/home/ckk/gambit/lib'</div><div>make: *** [makefile:417: all-recursive] Error 1</div></div><div><br></div><div><br></div><div>After that, I tried using VS 2015 (unzipped vstudio.zip -- opened the sln - but did not succeed)</div><div><br></div><div>Eventually, I tried with mingw (from <a href="http://mingw.org">mingw.org</a>) -</div><div><br></div><div>./configure; make -j4 latest-release ; ./configure --prefix=/GAMBITSCHEME --enable-single-host; make -j4 from-scratch</div><div>; make check; make -j4 doc; make install</div><div><br></div><div>The above resulted in GAMBITSCHEME getting created under / -> under C:\MinGW\msys\1.0 that is .... however I got this error -</div><div><br></div><div><div>$ gsc -exe hello.scm</div><div>*** ERROR IN ##parameterize -- No such file or directory</div><div>(current-directory "\\GAMBITSCHEME\\bin\\")</div></div><div><br></div><div><br></div><div>So, I copied the whole GAMBITSCHEME director under C:\ and wala!!! things worked (I now have a working gambit compiler on my windows box - where I need to spend a lot of time). I am sharing this just in case anyone finds this useful. I am going to try to use the prebuilt 64 bit windows build (I had tried it earlier but had run into some issues)</div><div><br></div><div><br></div><div>Regards,</div><div>Kashyap</div><div><br></div><div><br></div><div><br></div></div>