Must be psychic! Today I was just thinking about giving it a try on windows again. It builds with only a few warnings, and as far as I have seen all scheme modules are compiled into .go files in the ccache. Starting the guile.exe or my own guiletest.exe still fails due to init not finding the paths to the scheme modules, but that is something I need to look into anyway, and will do that over Easter. It's possible that that is due to the different path treatment in mingw and windows proper, or it could just be that guile can't handle windows paths with drive letters, colons and backslashes. I have attached my build log anyway, in case that is of interest. Regards Jan Schukat On 03/29/2013 08:35 PM, Ludovic Courtès wrote: > Jan Schukat skribis: > >> Ok finally got to it. Made 3 builds from the 194-dfd1d tarball: mingw >> with posix and threads, without posix and threads and linux with posix >> and threads. >> >> All three still have problems compiling the scheme code. All three >> have problems with scan-api and two of them with popen. > I believe the popen-related issues are fixed by > . > > You can check with a tarball from > . > > Thanks! > > Ludo’. >