|
From: | tianweixin |
Subject: | how to correct the bugs in Make3.81 as to the "createprocess" |
Date: | Thu, 7 Aug 2008 00:35:05 +0800 |
hi,all I meet the matter of createprocess('',''...) while using gnu make3.81 for win32.I noticed the message: > Date: Mon, 17 Mar 2008 14:34:06 +0100 > From: Fabrice GIRARDOT <address@hidden> > > Using GNU Make 3.81 compiled for Win32, I got this error message > when I run Make with the "-n" option : > > process_begin: CreateProcess(NULL, "", ...) failed Yes, this is a known bug in Make 3.81. If you can build Make from sources, please try the following two patches (apply them in order): 2006-05-27 Eli Zaretskii <address@hidden> * function.c (func_shell) [WINDOWS32]: Reset just_print_flag around the call to construct_command_argv, so that a temporary batch file _is_ created when needed for $(shell).> Date: Mon, 17 Mar 2008 14:34:06 +0100 > From: Fabrice GIRARDOT <address@hidden> > > Using GNU Make 3.81 compiled for Win32, I got this error message > when I run Make with the "-n" option : > > process_begin: CreateProcess(NULL, "", ...) failed ... but i can't find the pieces of code pointed at by Eli Zaretskii. could anyone tell me if there is simple way to correct the bug or provide me a good version of the "make"? thanks. tian weixin 用MSN有问题?客服机器人小美帮你忙! 立刻和小美聊天! |
[Prev in Thread] | Current Thread | [Next in Thread] |