https://bugs.kde.org/show_bug.cgi?id=458033
amyspark <a...@amyspark.me> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WAITINGFORINFO Status|ASSIGNED |NEEDSINFO --- Comment #2 from amyspark <a...@amyspark.me> --- The check that's failing means that the size of the `unsigned int` type in your system is *not* 32 bits, which renders those functions unusable. Can you check what your compiler returns for the size of `unsigned int`? Alternatively, can you replace the definitions in libs\pigment\compositeops\KoStreamedMath.h as follows, and try building Krita again? Replace "int" and "unsigned int" for "int32_t" and "uint32_t" respectively, in`struct PixelWrapper<quint16, ...>` and `struct PixelWrapper<float, ...>`. -- You are receiving this mail because: You are watching all bug changes.