Re: Building Make from git without guile fail.

2013-10-23 Thread Alexey Pavlov
2013/10/23 Eli Zaretskii: >> Date: Wed, 23 Oct 2013 11:01:02 +0400 >> From: Alexey Pavlov >> >> Building latest MAKE from git with BAT file fail with >> >> C:\Test\nativesrc\mingw-builds\make32>gcc -mthreads -gdwarf-2 -g3 -o >> gnumake.exe vari

Re: Building Make from git without guile fail.

2013-10-23 Thread Alexey Pavlov
2013/10/23 Alexey Pavlov : > Building latest MAKE from git with BAT file fail with > > C:\Test\nativesrc\mingw-builds\make32>gcc -mthreads -gdwarf-2 -g3 -o > gnumake.exe variable.o rule.o remote-stub.o commands.o file.o > getloadavg.o default.o signame.o expand.o dir.o main.o

Building Make from git without guile fail.

2013-10-23 Thread Alexey Pavlov
Building latest MAKE from git with BAT file fail with C:\Test\nativesrc\mingw-builds\make32>gcc -mthreads -gdwarf-2 -g3 -o gnumake.exe variable.o rule.o remote-stub.o commands.o file.o getloadavg.o default.o signame.o expand.o dir.o main.o getopt1.o job.o output.o read.o version.o getopt.o arscan.

Fix building Make with Mingw

2013-09-23 Thread Alexey Pavlov
$ diff -Naur a/w32/compat/posixfcn.c b/w32/compat/posixfcn.c --- a/w32/compat/posixfcn.c 2013-09-23 21:25:20.36880 +0400 +++ b/w32/compat/posixfcn.c 2013-09-23 22:28:15.60700 +0400 @@ -26,7 +26,7 @@ #include "makeint.h" #include "job.h" -#ifdef NO_OUTPUT_SYNC +#ifndef NO_OUTPUT_SYNC