Closed MrDrProfK closed 6 years ago
gcc -Wall -m64 -c -o shabal64-darwin.o shabal64-darwin.s gcc -D OSX -D AMD64 -Wall -m64 -O3 -mtune=native -D_FILE_OFFSET_BITS=64 -c -o helper64.o helper.c helper.c:114:23: error: use of undeclared identifier '_SC_PHYS_PAGES' long pages = sysconf(_SC_PHYS_PAGES); ^ 1 error generated. make: *** [helper64.o] Error 1
MacOS Mavericks 10.9.5
Release 0.9.1 should fix this https://github.com/PoC-Consortium/engraver/releases/tag/v0.9.1 there is also a macOS binary
gcc -Wall -m64 -c -o shabal64-darwin.o shabal64-darwin.s gcc -D OSX -D AMD64 -Wall -m64 -O3 -mtune=native -D_FILE_OFFSET_BITS=64 -c -o helper64.o helper.c
helper.c:114:23: error: use of undeclared identifier '_SC_PHYS_PAGES' long pages = sysconf(_SC_PHYS_PAGES); ^ 1 error generated. make: *** [helper64.o] Error 1
MacOS Mavericks 10.9.5