-
neuroserveanybody any luck compiling citus on smartos/illumos?
-
jperkinwhat errors are you seeing?
-
neuroservecommands/multi_copy.c: In function 'CreateLocalColocatedIntermediateFile':
-
neuroservecommands/multi_copy.c:2695:24: error: 'S_IRUSR' undeclared (first use in this function)
-
neuroserve2695 | const int fileMode = (S_IRUSR | S_IWUSR);
-
neuroservea gnu libc thing
-
jperkininclude sys/stat.h
-
neuroservecompiles - thank you