gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations sys_shm/SHMLBA.c -o sys_shm/SHMLBA -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lxnet -lsocket -latomic In file included from sys_shm/SHMLBA.c:7: sys_shm/SHMLBA.c:8:17: error: initializer element is not constant 8 | int const foo = SHMLBA; | ^~~~~~