[Bro] GIT error compiling

Siwek, Jon jsiwek at illinois.edu
Fri Nov 7 13:21:44 PST 2014


> On Nov 7, 2014, at 3:00 PM, Harry Hoffman <hhoffman at ip-solutions.net> wrote:
> 
> Just did a git pull and run into this error
> 
> /root/downloads/bro/src/main.cc: In function ‘int main(int, char**)’:
> /root/downloads/bro/src/main.cc:779: error: ‘init’ is not a member of
> ‘binpac’

Can you try running the command `submodule update --recursive --init` inside your bro clone before compiling again?  When updating a git clone of bro, you usually need to do that after `git pull` in order to keep everything in sync.

- Jon




More information about the Bro mailing list