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 00:07:09 +0200

> 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...

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




reply via email to

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