Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to build with Boost 1.69 (develop snapshot) #5266

Closed
jbeich opened this issue Oct 22, 2018 · 1 comment
Closed

Fails to build with Boost 1.69 (develop snapshot) #5266

jbeich opened this issue Oct 22, 2018 · 1 comment
Labels
build libraries For things referring to osquery third party libraries Windows

Comments

@jbeich
Copy link
Contributor

jbeich commented Oct 22, 2018

After boostorg/system@2fa0a00583a3a7 build fails. See error log.

In file included from osquery/tables/applications/posix/prometheus_metrics.cpp:12:
In file included from include/osquery/config.h:18:
In file included from osquery/core/json.h:15:
In file included from include/osquery/system.h:23:
include/osquery/posix/system.h:29:39: error: expected class name
class DropPrivileges : private boost::noncopyable {
                                      ^
In file included from osquery/tables/applications/posix/prometheus_metrics.cpp:12:
In file included from include/osquery/config.h:18:
In file included from osquery/core/json.h:15:
include/osquery/system.h:42:36: error: expected class name
class Initializer : private boost::noncopyable {
                                   ^
@muffins muffins added the libraries For things referring to osquery third party libraries label Oct 22, 2018
@muffins
Copy link
Contributor

muffins commented Oct 22, 2018

Thanks for reporting! Looks like some updates are needed for us to get to 1.69, I believe we're still on 1.66.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build libraries For things referring to osquery third party libraries Windows
Projects
None yet
Development

No branches or pull requests

3 participants