Re: [PATCH][bug #48037] Add glob folder include to w32/Makefile.am

2016-05-27 Thread Eli Zaretskii
> From: Luke Allardyce > Date: Sat, 28 May 2016 00:11:51 +0900 > > Fixes windows build when compiling with make. > > diff --git a/w32/Makefile.am b/w32/Makefile.am > index b0b4734..53ba788 100644 > --- a/w32/Makefile.am > +++ b/w32/Makefile.am Thanks, pushed. __

[bug #48037] Build broken for windows

2016-05-27 Thread Eli Zaretskii
Update of bug #48037 (project make): Status:Works for me => Fixed Open/Closed:Open => Closed Fixed Release:None => SCM _

[PATCH][bug #48037] Add glob folder include to w32/Makefile.am

2016-05-27 Thread Luke Allardyce
Fixes windows build when compiling with make. diff --git a/w32/Makefile.am b/w32/Makefile.am index b0b4734..53ba788 100644 --- a/w32/Makefile.am +++ b/w32/Makefile.am @@ -22,4 +22,5 @@ noinst_LIBRARIES = libw32.a libw32_a_SOURCES = subproc/misc.c subproc/sub_proc.c subproc/w32err.c \

[bug #48037] Build broken for windows

2016-05-27 Thread Eli Zaretskii
Follow-up Comment #5, bug #48037 (project make): The build_w32.bat script exists so that GNU Make could be easily built natively on Windows without all the development environment being available (since Make is an essential part of that environment). Anyway, feel free to submit patches for buildi

[bug #48037] Build broken for windows

2016-05-27 Thread anonymous
Follow-up Comment #4, bug #48037 (project make): I cross compile windows tools on *nix so the bat file isn't of any use to me, there are probably others out there who do the same on Cygwin / MSYS2 as they're more comfortable with a configure / make build. _

[bug #48037] Build broken for windows

2016-05-27 Thread Eli Zaretskii
Update of bug #48037 (project make): Triage Status: Need Info => Small Effort ___ Follow-up Comment #3: The officially supported method of building Make with MinGW is by running the build_w32.bat batch f

[bug #48037] Build broken for windows

2016-05-27 Thread anonymous
Follow-up Comment #2, bug #48037 (project make): Sorry didn't see glob was included in the source tree, there's a missing include in the w32 Makefile.am (file #37284) ___ Additional Item Attachment: File name: make.patch

[bug #48037] Build broken for windows

2016-05-27 Thread Eli Zaretskii
Update of bug #48037 (project make): Status:None => Works for me Assigned to:None => eliz Triage Status:None => Need Info _

[bug #48037] Build broken for windows

2016-05-27 Thread anonymous
URL: Summary: Build broken for windows Project: make Submitted by: None Submitted on: Fri 27 May 2016 08:56:16 AM UTC Severity: 3 - Normal Item Group: Build/Install