Hi
I'm hitting the following with qt5-qtbase:
/usr/include/linux/stat.h:56:8: error: redefinition of 'struct statx_timestamp'
struct statx_timestamp {
^~~~~~~~~~~~~~~
In file included from /usr/include/sys/stat.h:446,
from
/builddir/build/BUILD/qtbase-everywhere-src-5.11.1/mkspecs/linux-g++/qplatformdefs.h:75,
from
/builddir/build/BUILD/qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp:42:
/usr/include/bits/statx.h:25:8: note: previous definition of 'struct
statx_timestamp'
struct statx_timestamp
^~~~~~~~~~~~~~~
I.e. struct statx_timestamp in linux/stat.h (included directly by
qfilesystemengine_unix.cpp) is conflicting with struct statx_timestamp in
bits/statx.h included via sys/stat.h.
This has begun with glibc-2.27.9000.
Any ideas?
Thanks
Sandro
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]/message/ZW6JZAQHQBAHNJDS6MANTQ7EWTQNXDJB/