Re: global-6.6.14 bug: compile error in libparser/asm_parse.c due to missing <stdint.h>
Collin Funk <[email protected]> Fri, 18 Jul 2025 20:55:22 -0700
| Newsgroups | gmane.comp.gnu.global.bugs |
|---|---|
| Message-ID | <[email protected]> |
Shigio YAMAGUCHI <[email protected]> writes: > Thank you for the report. > If the following conditions are met, the C99 standard is valid and > stdint.h should exist: > > if defined __STD_VERSION__ && 199901 <= __STD_VERSION__ > > So perhaps the problem lies in the absence of stdint.h in your environment? Yep, I am curious what platform Don is using. In the Gnulib manual we have, only a few very old platforms documented missing this header [1]: This header file is missing on some platforms: OpenBSD 3.8, AIX 5.1, HP-UX 11.11, MSVC 9. Collin [1] https://www.gnu.org/software/gnulib/manual/gnulib.html#stdint_002eh