Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to build with GCC 13 since commit 5625edec7bb #253

Closed
HouLiXieBuRou opened this issue Nov 8, 2023 · 1 comment
Closed

Failed to build with GCC 13 since commit 5625edec7bb #253

HouLiXieBuRou opened this issue Nov 8, 2023 · 1 comment

Comments

@HouLiXieBuRou
Copy link

HouLiXieBuRou commented Nov 8, 2023

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.

@HouLiXieBuRou HouLiXieBuRou changed the title 5625edec7bb09088b0b551e742761c07382a6f40 Construction errors build about Failed to build with GCC 13 since commit 5625edec7bb Nov 8, 2023
@tmaurer3
Copy link
Collaborator

tmaurer3 commented Nov 8, 2023

@HouLiXieBuRou Thanks for reporting it!

@tmaurer3 tmaurer3 closed this as completed Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants