I'm getting the following failure while testing my open_memstream changes: $ ./gnulib-tool --with-tests --create-testdir --dir=testdir-mingw \ open_memstream $ cd testdir-mingw $ ./configure --host=i686-pc-mingw32 --build=i686-pc-cygwin \ CC='gcc-3 -mno-cygwin' CXX='g++-3 -mno-cygwin ... $ make check ... g++-3 -mno-cygwin -DHAVE_CONFIG_H -I. -DGNULIB_STRICT_CHECKING=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -MT test-time-c++2.o -MD -MP -MF .deps/test-time-c++2.Tpo -c -o test-time-c++2.o test-time-c++2.cc In file included from test-time-c++2.cc:20: /usr/lib/gcc/i686-pc-mingw32/3.4.4/include/c++/ctime:76: error: `::gmtime' has not been declared /usr/lib/gcc/i686-pc-mingw32/3.4.4/include/c++/ctime:77: error: `::localtime' has not been declared
Sounds like we need to be careful with whether gmtime and localtime have been declared while building the replacement <time.h>, but I'm hoping that those more familiar with the recent C++ prototyping can step in and help here. -- Eric Blake ebl...@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature