[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.
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), (continued)
Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Óscar Fuentes, 2013/03/25
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), rzl24ozi, 2013/03/25
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Óscar Fuentes, 2013/03/25
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Óscar Fuentes, 2013/03/25
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Eli Zaretskii, 2013/03/25
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Óscar Fuentes, 2013/03/25
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Óscar Fuentes, 2013/03/25
- Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Eli Zaretskii, 2013/03/25
Re: Anyone building Emacs trunk with MinGW w64 (32 bits),
Eli Zaretskii <=
Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Eli Zaretskii, 2013/03/26
Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Óscar Fuentes, 2013/03/26
Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Eli Zaretskii, 2013/03/26
Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Eli Zaretskii, 2013/03/26
Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Eli Zaretskii, 2013/03/26
Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Óscar Fuentes, 2013/03/26
Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Eli Zaretskii, 2013/03/26
Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Óscar Fuentes, 2013/03/26
Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Óscar Fuentes, 2013/03/26
Re: Anyone building Emacs trunk with MinGW w64 (32 bits), Eli Zaretskii, 2013/03/27