You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing time.h definition in dpi/zip.c and dpi/fileutil.c
And also:
#define __USE_XOPEN
#define _GNU_SOURCE
in dpi/zip.c
resulting in:
zip.c: In function ‘Zip_dillodir_fs_new’:
zip.c:307:13: error: implicit declaration of function ‘strptime’; did you mean ‘strftime’? [-Wimplicit-function-declaration]
307 | strptime(timestamp, "%m-%d-%Y %H:%M", &tm);
| ^~~~~~~~
| strftime
Missing time.h definition in dpi/zip.c and dpi/fileutil.c
And also:
#define __USE_XOPEN
#define _GNU_SOURCE
in dpi/zip.c
resulting in:
zip.c: In function ‘Zip_dillodir_fs_new’:
zip.c:307:13: error: implicit declaration of function ‘strptime’; did you mean ‘strftime’? [-Wimplicit-function-declaration]
307 | strptime(timestamp, "%m-%d-%Y %H:%M", &tm);
| ^~~~~~~~
| strftime
using commit: 28ecf13
The text was updated successfully, but these errors were encountered: