Closed Gooberpatrol66 closed 1 year ago
--- stderr
In file included from /usr/include/inttypes.h:27,
from include/openssl/e_os2.h:243,
from ./e_os.h:16,
from apps/apps.h:13,
from apps/app_rand.c:10:
/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/stdint.h:9:16: fatal error: stdint.h: No such file or directory
9 | # include_next <stdint.h>
| ^~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:679: apps/app_rand.o] Error 1
Looks like # include_next <stdint.h>
fails to find a standard header for you. That is unexpected. Does this work for you?
$ printf "#include <stdint.h>\nint main(){}" | x86_64-pc-linux-gnu-gcc -x c - -o /tmp/a && /tmp/a
Oh, sorry, it was a problem on my end. Invalid.
mdbook-log.txt