Hi,
I tried to install Doris using cygwin but I have an error with make SARtools as follow:
g++ -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -o dateconv.o dateconv.cc
dateconv.cc: In function ‘int main(int, char**)’:
dateconv.cc:51:41: error: ‘strptime’ was not declared in this scope
strptime(indatestring,informat,&tm_tmp);
^
make: *** [Makefile:157: dateconv.o] Error 1
Anyone can help to fix this problem?
Moreover, with cygwin I also failed to compile verbose DEBUG version.
Thank you,
Chung