[tlbuild] mendexk test failure on Cygwin
Marc Baudoin
babafou at babafou.eu.org
Fri Jan 9 09:47:00 CET 2015
Akira Kakuto <kakuto at fuk.kindai.ac.jp> écrit :
>
> >The following patch fixes the problem for me, but I don't know why it should be platform-specific:
>
> Do you have 4 (32bit) or 8 (64bit) in the following?
> Here I have 4096 (very old mingw32 gcc 3.4.5).
> If char *p = buff;
> sizeof(p) is 4 or 8.
8 for me (NetBSD/amd64).
> #include <stdio.h>
> #define BUFFERLEN 4096
> int main(void)
> {
> char buff[BUFFERLEN];
>
> printf("%d\n", sizeof(buff));
> return 0;
> }
Prints : 4096
More information about the tlbuild
mailing list