Re: [Mingw-w64-public] [PATCH] Do not include non-existent header file 'ansidecl.h'

2014-12-30 Thread NAKAI Yuta
> From: dongsheng.s...@gmail.com > To: mingw-w64-public@lists.sourceforge.net > Date: Wed, 31 Dec 2014 11:19:21 +0800 > Subject: [Mingw-w64-public] [PATCH] Do not include non-existent header file > 'ansidecl.h' > > From: Dongsheng Song > > --- > mingw-w64-headers/crt/ieeefp.h | 1 - > 1 fi

[Mingw-w64-public] [PATCH] Do not include non-existent header file 'ansidecl.h'

2014-12-30 Thread dongsheng . song
The header file 'ansidecl.h' did not in the repo, and not generated by any script. OK for commit ? Regards, Dongsheng -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and deve

[Mingw-w64-public] [PATCH] Do not include non-existent header file 'ansidecl.h'

2014-12-30 Thread dongsheng . song
From: Dongsheng Song --- mingw-w64-headers/crt/ieeefp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/mingw-w64-headers/crt/ieeefp.h b/mingw-w64-headers/crt/ieeefp.h index d22a4b5..d8bbf40 100644 --- a/mingw-w64-headers/crt/ieeefp.h +++ b/mingw-w64-headers/crt/ieeefp.h @@ -3,7 +3,6 @@ #i

[Mingw-w64-public] gcc-trunk build error: ftw.h: No such file or directory

2014-12-30 Thread niXman
Hi, I am trying to build gcc-trunk + mingw-w64 master, but faced this error: ../../../../src/gcc-trunk/gcc/gcov-tool.c:38:17: fatal error: ftw.h: No such file or directory #include gcc configured with '--disable-gcov-tool'. Any ideas? Thanks. -- Regards, niXman ___