Re: [Bro-Dev] error compiling master

2018-07-10 Thread Aashish Sharma
Jon, > you have an old version of CAF (AKA actor-framework or libcaf) Yes, that was the issue. I didn't realize I already had caf on this from Jan 2017. Thank you. root@box:# pkg info |fgrep caf caf-0.15.3 C++ actor framework Removing this, lets me build bro now. Thanks

Re: [Bro-Dev] error compiling master

2018-07-10 Thread Jon Siwek
On Tue, Jul 10, 2018 at 2:10 PM Aashish Sharma wrote: > [ 96%] Building CXX object > libcaf_openssl/CMakeFiles/libcaf_openssl_shared.dir/src/manager.cpp.o > clang: warning: argument unused during compilation: '-L/lib' >

Re: [Bro-Dev] error compiling master

2018-07-10 Thread Aashish Sharma
HI Daniel, > Was master (after the broker merge) previously working on this same machine? Nah! just building from scratch first time. Previously I was/am running bro-2.5.3 on this host. Same error when tried on another 10.3-STABLE release. Aashish On Tue, Jul 10, 2018 at 03:24:34PM

Re: [Bro-Dev] error compiling master

2018-07-10 Thread Daniel Thayer
Was master (after the broker merge) previously working on this same machine? It works for me on 10.4-RELEASE. Maybe you could try "make distclean" and "git pull" and try again. On 7/10/18 2:03 PM, Aashish Sharma wrote: > Probably obvious but I am not very sure so asking here. > > I see this

[Bro-Dev] error compiling master

2018-07-10 Thread Aashish Sharma
Probably obvious but I am not very sure so asking here. I see this error trying to build current master - Thoughts what am I missing ? (trying the build on: FreeBSD 10.3-STABLE) I am building as: ./configure --prefix=/usr/local/bro-master && make .. .. gmake[6]: Leaving directory