Re: tmpfile on mingw

2010-04-04 Thread Ben Pfaff
Bruno Haible writes: > The reason is that does a > > using ::tmpfile; > > but gnulib has renamed that function to rpl_tmpfile, already before the system > headers were included. This fixes it: I'm happy with these patches. -- Ben Pfaff http://benpfaff.org

Re: tmpfile on mingw

2010-04-04 Thread Bruno Haible
Additionally, tmpfile is just one function, so let's use the common macro naming scheme (cf. 2010-03-27 commits). 2010-04-04 Bruno Haible * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE. * modules/tmpfile (configure.ac): Update. --- m4/tmpfile.m4.orig Sun Apr 4 1

tmpfile on mingw

2010-04-04 Thread Bruno Haible
On mingw, one of the unit tests suggested by John Eaton fails: g++-3 -mno-cygwin -DHAVE_CONFIG_H -I. -I. -I. -I.. -I./.. -I../gllib -I./../gllib -I/usr/local/mingw/include -Wall -MT test-stdio-c++2.o -MD -MP -MF .deps/test-stdio-c++2.Tpo -c -o test-stdio-c++2.o test-stdio-c++2.cc In file