You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building under the latest repository and encountering the error:
/root/lerc/src/LercLib/fpl_Compression.cpp:75:26: error: ‘UINT_MAX’ was not declared in this scope
75 | return (size_t)UINT_MAX + 1;
| ^~~~~~~~
/root/lerc/src/LercLib/fpl_Compression.cpp:30:1: note: ‘UINT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
29 | #include <cstring>
+++ |+#include <climits>
30 |
My architecture is amd64, debian sid.
The text was updated successfully, but these errors were encountered:
HouLiXieBuRou
changed the title
5625edec7bb09088b0b551e742761c07382a6f40 Construction errors build about
Failed to build with GCC 13 since commit 5625edec7bb
Nov 8, 2023
I am building under the latest repository and encountering the error:
My architecture is amd64, debian sid.
The text was updated successfully, but these errors were encountered: