From: Tatsuro M. <tma...@ya...> - 2018-02-12 03:46:36
|
> I think that it is not a bug but a git trouble. > > I checked out git source > git clone https://git.code.sf.net/p/gnuplot/gnuplot-main gnuplot > > and > > ./prepare > ./configure (options) > make > > The produced src/timestamp.h is > > #ifndef GNUPLOT_TIMEBASE_H_INCLUDED > #define GNUPLOT_TIMEBASE_H_INCLUDED > const char gnuplot_date[] = ""; > #endif /* GNUPLOT_TIMEBASE_H_INCLUDED */ > > I have observed the above on Cygwin and ubuntu 16.04. > > What is happening? > > > Tatsuro > On windows build, const char gnuplot_date[] is set properly. Therefore git image itself perhaps does not have problems. Tatsuro |