rsmmr/hilti

Hilti source build plugin error

ghuband opened this issue · 5 comments

I'm building hilti with bro following the instructions on the web site:
http://www.icir.org/hilti/install/index.html

I'm building on Ubuntu 14.04 with clang 3.9.

I've successfully built bro. I've run the bro tests and all passed.

During the hilti build I get the following error:

In file included from /home/user1/hilti/bro/src/Converter.cc:3:
/home/user1/hilti/bro/src/Plugin.h:50:71: error: non-virtual member function marked 'override' hides virtual member function
int HookLoadFile(const std::string& file, const std::string& ext) override;
^
/home/user1/bro/src/plugin/Plugin.h:644:14: note: hidden overloaded virtual function 'plugin::Plugin::HookLoadFile' declared here:
different number of parameters (3 vs 2)
virtual int HookLoadFile(const LoadType type, const std::string& file, const std::string& resolved);

rsmmr commented

Which Bro version is that, git master? It should work with 2.5 but master has some incompatible changes.