I am getting this error while trying to cross-build the latest mxe-octave.
In file included from /home/ani/mxe-octave/tmp-octave/octave-3.7.5/liboctave/system/oct-time.h:26:0,
from /home/ani/mxe-octave/tmp-octave/octave-3.7.5/liboctave/numeric/oct-rand.cc:40:
/home/ani/mxe-octave/usr/lib/gcc/i686-pc-mingw32/4.7.2/include/c++/ctime:72:11: error: '::gmtime' has not been declared
/home/ani/mxe-octave/usr/lib/gcc/i686-pc-mingw32/4.7.2/include/c++/ctime:73:11: error: '::localtime' has not been declared
make[6]: *** [numeric/numeric_libnumeric_la-oct-rand.lo] Error 1
Is this a problem specific to my system, or some gnulib error?