[Bug libstdc++/82427] gcc-7.2.1 error: '::mktime' has not been declared using ::mktime;
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Oct 4 12:07:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82427
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Confirmed as a package bug, not a GCC bug:
# 24 "/usr/include/pthread.h" 2 3 4
# 1 "chromaprint/libavutil/time.h" 1 3 4
# 29 "chromaprint/libavutil/time.h" 3 4
int64_t av_gettime(void);
# 38 "chromaprint/libavutil/time.h" 3 4
int64_t av_gettime_relative(void);
Using -Ichromaprint/avutil causes that file to be found instead of the standard
<time.h> header.
More information about the Gcc-bugs
mailing list