running into this issue on both 3.4.0 and the late...
# macos
t
running into this issue on both 3.4.0 and the latest master
Copy code
[ 60%] Building CXX object osquery/filesystem/CMakeFiles/osquery_filesystem.dir/posix/fileops.cpp.o
/Users/tsekar/sources/osquery-4.0/src/osquery/filesystem/posix/fileops.cpp:292:10: error: call to implicitly-deleted default constructor of 'glob_t'
  glob_t data;
         ^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/glob.h:60:9: note: default constructor of '' is implicitly deleted because variant field 'gl_errblk' is an ObjC pointer
                int (^gl_errblk)(const char *, int);
                      ^
1 error generated.
make[2]: *** [osquery/filesystem/CMakeFiles/osquery_filesystem.dir/posix/fileops.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [osquery/filesystem/CMakeFiles/osquery_filesystem.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 60%] Linking CXX static library libosquery_remote_httpclient.a
[ 60%] Built target osquery_remote_httpclient
make: *** [all] Error 2