zeek-agent icon indicating copy to clipboard operation
zeek-agent copied to clipboard

Issue with building project

Open CrutzPan opened this issue 3 years ago • 0 comments

Hello!

I am trying to build Zeek Agent, but i am running into following error, no matter if i build it with osquery enabled or without osquery: I followed the documentation on the build-page, after running the command "cmake --build . -j $(($(nproc)+1))" i get the following error:


[  6%] Building CXX object libraries/broker/CMakeFiles/thirdparty_caf_core.dir/src/caf/libcaf_core/src/actor_config.cpp.o
c++: error: /W0: No such file or directory
c++: error: /WX-: No such file or directory
make[2]: *** [libraries/broker/CMakeFiles/thirdparty_caf_core.dir/build.make:154: libraries/broker/CMakeFiles/thirdparty_caf_core.dir/src/caf/libcaf_core/src/actor_config.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:738: libraries/broker/CMakeFiles/thirdparty_caf_core.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

I suppose i am missing some modules in the broker folder, but i have no idea how to obtain them. I already installed Broker itself (https://github.com/zeek/broker) and Zeek (https://github.com/zeek/zeek) as described in the respective build guides. I am using Ubuntu 20.04.3 LTS as OS.

I would really appreciate help! Thank you very much!

Best regards

CrutzPan avatar Nov 21 '21 19:11 CrutzPan