GNU bug report logs -
#18699
25.0.50; Windows 7: Odd length text property list
Previous Next
Reported by: oscarfv <at> telefonica.net (Óscar Fuentes)
Date: Mon, 13 Oct 2014 01:00:03 UTC
Severity: normal
Merged with 18559
Found in version 25.0.50
Done: oscarfv <at> telefonica.net (Óscar Fuentes)
Bug is archived. No further changes may be made.
Full log
Message #28 received at 18699 <at> debbugs.gnu.org (full text, mbox):
> From: oscarfv <at> telefonica.net (Óscar Fuentes)
> Cc: Eli Zaretskii <eliz <at> gnu.org>
> Date: Mon, 13 Oct 2014 13:46:22 +0200
>
> The MinGW-w64 guys say that _W64 is not the rigth way of checking that
> we are targeting Windows 64. _WIN64 is.
I'm quite sure at some point someone told me the exact opposite of
this, whcih is why you see what you see in nt/inc/.
> The right way to detect MinGW-w64 is to test for __MINGW64_VERSION_MAJOR
> *after* including some C runtime header or _mingw.h, because it is not a
> preprocessor predefined macro.
It is a PITA that the MinGW64 compiler doesn't define some clear-cut
macro for that without the need to include headers. IME this is a
terrible maintenance headache in the long run. Perhaps you could ask
the MinGW64 developers to change their mind about that.
What about __x86_64__, does it perhaps fit the bill already?
> Eli, can you take care of the ALIGN_STACK fix?
Done in trunk revision 118105.
> I'll send a patch for the rest of _W64 cases, if nobody beats me to
> it.
TIA
This bug report was last modified 10 years and 222 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.