Skip to content
New issue

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

MINGW MSYS2 and CLANG64 Could NOT find Libev (missing: LIBEV_LIBRARY LIBEV_INCLUDE_DIR) #127

Open
0wwafa opened this issue May 27, 2024 · 1 comment

Comments

@0wwafa
Copy link

0wwafa commented May 27, 2024

MINGW MSYS2 and CLANG64 Could NOT find Libev (missing: LIBEV_LIBRARY LIBEV_INCLUDE_DIR)

$ CC=clang CXX=clang++ cmake . --fresh
-- Building for: Ninja
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is Clang 18.1.5
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/msys64/clang64/bin/clang.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Error at C:/msys64/clang64/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (messag
e):
  Could NOT find Libev (missing: LIBEV_LIBRARY LIBEV_INCLUDE_DIR)
Call Stack (most recent call first):
  C:/msys64/clang64/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESS
AGE)
  cmake/Modules/FindLibev.cmake:25 (find_package_handle_standard_args)
  src/CMakeLists.txt:7 (find_package)


-- Configuring incomplete, errors occurred!

@han-yh
Copy link

han-yh commented May 28, 2024

我也遇到了此问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants