URL:
<http://savannah.gnu.org/bugs/?46077>
Summary: SHELL process handling does not work under Windows
10 in x64 build -> endless waiting
Project: make
Submitted by: None
Submitted on: Di 29 Sep 2015 18:55:34 UTC
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Component Version: 4.1
Operating System: MS Windows
Fixed Release: None
Triage Status: None
_______________________________________________________
Details:
This is due to using
extern int shell_function_pid;
should be
extern pid_t shell_function_pid;
In the windows build pid_t is defined as pointer, works in 32bit but not in
64bit environment.
The attached patch fixes this problem
best regards
Bernd Oerding
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?46077>
_______________________________________________
Nachricht gesendet von/durch Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-make