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
Im tried run the make in centos machine but a have the next error. Somebody can help me.
AR build/linux_x86_64/lib/libasmjit_x86.a
CC build/linux_x86_64/obj/mem/mmap-linux.o
CC build/linux_x86_64/obj/mem/mmap-core.o
src/mem/mmap-core.c:31:47: error: ‘MAP_ANONYMOUS’ undeclared here (not in a function)
static const int METADATA_FLAGS = MAP_FIXED | MAP_ANONYMOUS | MAP_PRIVATE;
^~~~~~~~~~~~~
make: *** [Makefile:719: build/linux_x86_64/obj/mem/mmap-core.o] Error 1
The text was updated successfully, but these errors were encountered:
I have centos6, because my school use this version.
My gcc version is :
gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Im tried run the make in centos machine but a have the next error. Somebody can help me.
The text was updated successfully, but these errors were encountered: