having issues compiling `osquery` (git tag `3.3.2`...
# macos
c
having issues compiling
osquery
(git tag
3.3.2
, the
master
branch) on MacOS 10.14.5 (mojave).
make deps
worked fine.
make
starts building the files, but it’s running into errors in
boost
because
boost
is expecting the
string_view
header to be located at
<experimental/string_view>
. from what I understand,
string_view
is no longer experimental, and should be included from the
<string_view>
header instead.