emacs-devel
[Top][All Lists]
Advanced

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

Re: Anyone building Emacs trunk with MinGW w64 (32 bits)


From: Eli Zaretskii
Subject: Re: Anyone building Emacs trunk with MinGW w64 (32 bits)
Date: Tue, 26 Mar 2013 10:25:31 +0200

> Date: Tue, 26 Mar 2013 00:07:09 +0200
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
> 
> > From: Óscar Fuentes <address@hidden>
> > Date: Mon, 25 Mar 2013 22:30:33 +0100
> > 
> > >>  /* MinGW64 defines 'struct itimerval' and _TIMESPEC_DEFINED in 
> > >> sys/types.h.  */
> > >> -#ifndef _TIMESPEC_DEFINED
> > >> +// #ifndef _TIMESPEC_DEFINED
> > >>  struct itimerval
> > >>  {
> > >>    struct  timeval it_interval;  /* timer interval */
> > >>    struct  timeval it_value;     /* current value */
> > >>  };
> > >> -#endif
> > >> +// #endif
> > >
> > > What's wrong with the #ifndef here?
> > 
> > MinGW64 does not define itimerval.
> 
> Well, it will in a future version, because I see it on the MinGW64
> development trunk.  So I guess we will need to us MinGW64 versions to
> work around this safely, sigh...

That was a mistake on my part (as in "don't do anything important
after midnight"): there's no itimerval in MinGW64 headers.

> I will look into the other issues tomorrow.  Thanks for the footwork.

I installed a few more changes on the trunk, please see if there are
any issues left with the 32-bit MinGW64 build.

Thanks.




reply via email to

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