Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.12
-
None
Description
Build failing when building from source
Error report:
numeric_limits is not a member of std
amongst others
Issue can be fixed by adding:
#include <limits>
to the following files:
qtbase/src/corelib/glibal/qendian.h qtbase/src/corelib/tools/qbytearraymatcher.h qtdeclarative/src/qmldebug/qqmlprofilerevent_p.h
As far as I can tell this solves the issue
I've done some research and it seems to be an issue with gcc11, so I don't know if this will affect anything else
Attachments
Issue Links
- duplicates
-
QTBUG-90395 FTBFS: qendian.h missing <limits> include
- Closed