MSYS2 compilation error in dateentry.cc

Issue #104 resolved
Gaaned92 created an issue

W10, MSYS2, ART 1.3-117-gd8f83c5c8

D:/ART/ARTSOURCE/ART/rtgui/dateentry.cc: In member function 'void DateEntry::on_enter()':
D:/ART/ARTSOURCE/ART/rtgui/dateentry.cc:124:17: error: 'strptime' was not declared in this scope; did you mean 'strftime'?
  124 |     char *end = strptime(val.c_str(), fmt.c_str(), &t);
      |                 ^~~~~~~~
      |                 strftime

Comments (4)

  1. Log in to comment