We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Linux raspberrypi 5.10.52-v7+ #1441 SMP Tue Aug 3 18:10:09 BST 2021 armv7l GNU/Linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: