[Bro] Broken include in latest "stable" release (2.4) of Bro source?

Siwek, Jon jsiwek at illinois.edu
Mon Jul 27 07:26:45 PDT 2015


> On Jul 26, 2015, at 11:50 AM, David Banas <capn.freako at gmail.com> wrote:
> 
> I think there may be a broken #include in the latest “stable” release (2.4) of the Bro source tar ball.
> 
> At: aux/broker/src/store/result_type_info.hh:5:10:
> 
> #include <caf/detail/abstract_uniform_type_info.hpp>
> 
> should be:
> 
> #include <caf/abstract_uniform_type_info.hpp>

The working combinations of Bro + CAF should now be Bro 2.4 and CAF 0.13.x or if you want to work w/ Bro’s git repo, its master branch should be working w/ CAF 0.14 (i.e. that CAF header file moved locations between releases).

- Jon


More information about the Bro mailing list