emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compile error on Windows XP


From: Eli Zaretskii
Subject: Re: compile error on Windows XP
Date: Tue, 17 Jul 2007 01:21:52 +0300

> Cc: address@hidden
> From: Zhang Wei <address@hidden>
> 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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]