GNU bug report logs -
#6989
24.0.50; w32.c:99: error: redefinition of `struct _PROCESS_MEMORY_COUNTERS_EX'
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 17 Sep 2010 23:38:48 +0200
with message-id <83tyloyrrr.fsf <at> gnu.org>
and subject line Re: bug#6989: 24.0.50; w32.c:99: error: redefinition of `struct _PROCESS_MEMORY_COUNTERS_EX'
has caused the GNU bug report #6989,
regarding 24.0.50; w32.c:99: error: redefinition of `struct _PROCESS_MEMORY_COUNTERS_EX'
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
6989: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6989
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
I get this error when compiling emacs under cygwin:
w32.c:99: error: redefinition of `struct _PROCESS_MEMORY_COUNTERS_EX'
This is the code in w32.c:
#include <psapi.h>
/* This either is not in psapi.h or guarded by higher value of
_WIN32_WINNT than what we use. */
typedef struct _PROCESS_MEMORY_COUNTERS_EX {
However since the update of w32api-3.15-1
<http://cygwin.com/ml/cygwin-announce/2010-08/msg00033.html>
on the 28 August struct _PROCESS_MEMORY_COUNTERS_EX is defined.
In GNU Emacs 24.0.50.1 (i386-mingw-nt6.0.6002)
of 2010-09-02 on STEVEP-PC
Windowing system distributor `Microsoft Corp.', version 6.0.6002
configured using `configure --with-gcc (3.4)'
[Message part 3 (message/rfc822, inline)]
> Date: Tue, 07 Sep 2010 10:41:48 +0100
> From: Stephen Powell <stephen_powell <at> optusnet.com.au>
> CC: stephen_powell <at> optusnet.com.au, 6989 <at> debbugs.gnu.org
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> > Thanks. One more question: is it true that w32api 3.14 didn't have
> > this typedef in psapi.h, and 3.15 introduced it?
>
> According to the cvs log the upstream change was introduced here
> <http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog?rev=1.1055&cvsroot=src>
> :
>
> 2010-06-28 Rick Rankin <rrankin1424-mingw <at> yahoo.com>
>
> * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
> GetPerformanceInfo): Define.
> * lib/psapi.def (GetPerformanceInfo): Define.
> * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
> CryptEnumProviders): Define.
Thanks. This should now be fixed (revno 101465). Please try it, and
if the problem still persists, reopen this bug report.
This bug report was last modified 14 years and 247 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.