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 compile with 3.1.0 #2

Open
klehigh opened this issue Mar 4, 2020 · 0 comments
Open

fails to compile with 3.1.0 #2

klehigh opened this issue Mar 4, 2020 · 0 comments

Comments

@klehigh
Copy link

klehigh commented Mar 4, 2020

The configure script no longer works due to the removal of bro-config . Here is a hacked up configure script that should work on 3.0 and above : https://gist.github.com/klehigh/e9bfb566f4707bd8e45b7ff37902f97d

In addition, this error is raised :
/home/redacted/.bro-pkg/clones/package/zeek_perfsonar_owamp/src/Plugin.cc:14:20: error: allocation of incomplete type '::analyzer::Component'
AddComponent(new ::analyzer::Component("OWAMP",
^~~~~~~~~~~~~~~~~~~~~
/home/redacted/src/zeek-3.1.0/src/analyzer/Tag.h:20:7: note: forward declaration of 'analyzer::Component'
class Component;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant