> Cc: emacs-pretest-bug@gnu.org
> From: Zhang Wei <[EMAIL PROTECTED]>
> Date: Tue, 17 Jul 2007 05:57:47 +0800
> 
> and I rechecked the "emacsclient.c" file, it is there.

That's expected: the error message says that GCC didn't see any input
files on its command line, not that the file is not found.  Looks like
the command line is somehow truncated before it gets to GCC.

I suspect that this is some strange interaction between MSYS and MinGW
(you do use MSYS Bash and maybe MSYS Make, right?).  You didn't
upgrade any of them together with MinGW, did you?  Maybe you should
downgrade back to the older versions, and if MinGW is the only one you
upgraded, try an older version, maybe 3.9.

> gcc -v -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0501 -D_X86_=1 -c  
> -mno-cygwin

Something strange goes on here: the value of WIN32_WINNT should be
0x0400, not 0x0501.  Can you find out why the difference?


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to