osquery/osquery

Build broken after upgrading to macOS 14.2

zwass opened this issue · 1 comments

Bug report

What operating system and version are you using?

macOS 14.2

What version of osquery are you using?

master

What steps did you take to reproduce the issue?

Run a standard build

What did you expect to see?

Build succeeds

What did you see instead?

The following error:

In file included from /Users/zwass/dev/osquery/osquery/utils/darwin/plist.mm:10:
In file included from /Users/zwass/dev/osquery/osquery/utils/darwin/plist.h:12:
In file included from /Users/zwass/dev/osquery/libraries/cmake/source/boost/src/libs/filesystem/include/boost/filesystem/path.hpp:19:
/Users/zwass/dev/osquery/libraries/cmake/source/boost/src/libs/assert/include/boost/assert.hpp:58:11: fatal error: 'assert.h' file not found
# include <assert.h> // .h to support old libraries w/o <cassert> - effect is the same
          ^~~~~~~~~~

This was resolved by deleting the entire build directory and rebuilding from scratch.