Details
-
Bug
-
Resolution: Out of scope
-
P1: Critical
-
None
-
5.14.2
-
None
Description
Compiling from scratch on Fedora 32 runs into:
qtlocation/src/3rdparty/mapbox-gl-native/src/mbgl/util/convert.cpp:6:56: error: 'int32_t' was not declared in this scope
Adding #include <stdint.h> or use QtGlobal/qint16 instead makes it work again.