C++ and read redefinition

2020-12-03 Thread Daniel R. Hurtmans
eptember" version. Thanks, Daniel -- /----------\ | Daniel R. Hurtmanshttp://www.ulb.ac.be/cpm | | daniel.hurtm...@ulb.ac.be| | | |

Re: C++ and read redefinition

2020-12-05 Thread Daniel R. Hurtmans
ncluded unistd.h. I'm not sure of the impact it will have at the end. I only think of socket operations which may be affected (if any). Anyway I didn't noticed any difference on the systems I'm compiling on. Daniel On 04/12/2020 21:18, Bruno Haible wrote: Hi, Daniel R. Hurtman

Re: C++ and read redefinition

2020-12-07 Thread Daniel R. Hurtmans
declared; did you mean ‘_wrmdir’? 2311 | _GL_CXXALIAS_MDA (rmdir, int, (char const *name)); | ^~~~ I guess they mean that some other redeclarations need to be "protected" by the GNULIB_NAMESPACE. Daniel On 06/12/2020 16:48, Bruno Haible wrote: Daniel R. Hurt

Re: C++ and read redefinition

2020-12-07 Thread Daniel R. Hurtmans
these: ... Probably you're using a different version of mingw than I do. I'm adding this change. Hope it helps. 2020-12-06 Bruno Haible Tweak the Windows oldnames workaround. Reported by Daniel R. Hurtmans in <https://lists.gnu.org/archive/html/bug-gnuli