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

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

[Emacs-bug-tracker] bug#6989: closed (24.0.50; w32.c:99: error: redefini


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6989: closed (24.0.50; w32.c:99: error: redefinition of `struct _PROCESS_MEMORY_COUNTERS_EX')
Date: Fri, 17 Sep 2010 21:38:01 +0000

Your message dated Fri, 17 Sep 2010 23:38:48 +0200
with message-id <address@hidden>
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
address@hidden)


-- 
6989: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6989
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; w32.c:99: error: redefinition of `struct _PROCESS_MEMORY_COUNTERS_EX' Date: Mon, 06 Sep 2010 01:55:19 +0100 User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2 ThunderBrowse/3.3.1
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)'



--- End Message ---
--- Begin Message --- Subject: Re: bug#6989: 24.0.50; w32.c:99: error: redefinition of `struct _PROCESS_MEMORY_COUNTERS_EX' Date: Fri, 17 Sep 2010 23:38:48 +0200
> Date: Tue, 07 Sep 2010 10:41:48 +0100
> From: Stephen Powell <address@hidden>
> CC: address@hidden, address@hidden
> 
> Eli Zaretskii <address@hidden> 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 <address@hidden>
> 
>       * 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.


--- End Message ---

reply via email to

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