museek-plus icon indicating copy to clipboard operation
museek-plus copied to clipboard

Build fails on Debian 10 with "Could NOT find Event"

Open kovan opened this issue 4 years ago • 0 comments

cmake -DPREFIX=/usr/local -DEVERYTHING=1 .

fails with:

CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find Event (missing: Event_LIBRARIES) Call Stack (most recent call first): /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE) cmake/FindEvent.cmake:22 (find_package_handle_standard_args) NewNet/CMakeLists.txt:4 (find_package)

libevent-dev is installed. /usr/include/event.h exists.

¿what is the problem here?

uname output: Linux raspberrypi 5.10.52-v7+ #1441 SMP Tue Aug 3 18:10:09 BST 2021 armv7l GNU/Linux

kovan avatar Sep 01 '21 13:09 kovan