ioi / isolate

Sandbox for securely executing untrusted programs
Other
1.04k stars 154 forks source link

[Query] Isolate Mac OS setup #161

Closed toptechie156 closed 2 months ago

toptechie156 commented 2 months ago

Is isolate compatible with MacOS. I'm trying to setup on my Macbook Pro M2 chip but not able to get around this error while running make isolate

make isolate                                                                                                                                                                         ─╯
gcc -std=gnu99 -Wall -Wextra -Wno-parentheses -Wno-unused-result -Wno-missing-field-initializers -Wstrict-prototypes -Wmissing-prototypes -D_GNU_SOURCE -DVERSION='"1.8.1"' -DYEAR='"2019"' -DBUILD_DATE='"2024-04-25"' -DBUILD_COMMIT='"v1.8.1-3-g990e60b"' -I/usr/local/opt/libpcap/include  -c -o isolate.o isolate.c
isolate.c:26:10: fatal error: 'sys/vfs.h' file not found
#include <sys/vfs.h>
         ^~~~~~~~~~~
1 error generated.
make: *** [isolate.o] Error 1
gollux commented 2 months ago

No, it runs only on Linux.