Closed Mula-Gabriel closed 2 years ago
i had the same issue as here https://yhbt.net/lore/all/20210703000905.680afb9e@gmx.net/T/ with config st_stm32mp157c_dk2_demo_defconfig while building qt5.15.2
I just added this include in qbytearraymatcher.h #include <limits>
#include <limits>
Qt5 build fine now
Hello, thanks for your feedback. I don't know which Buildroot version you are using but the patch you mention is merged in version 2021.02.3. Do you still face the issue with this version?
i had the same issue as here https://yhbt.net/lore/all/20210703000905.680afb9e@gmx.net/T/ with config st_stm32mp157c_dk2_demo_defconfig while building qt5.15.2
I just added this include in qbytearraymatcher.h
#include <limits>
Qt5 build fine now