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

Getting Error Compiling with 19.07 #79

Closed
kumart4 opened this issue Nov 10, 2020 · 6 comments
Closed

Getting Error Compiling with 19.07 #79

kumart4 opened this issue Nov 10, 2020 · 6 comments

Comments

@kumart4
Copy link

kumart4 commented Nov 10, 2020

I am getting following error when trying to compile with 19.07. Any insights as to how i can solve this.

CMake Error at /home/rounak/Workbench/staging_dir/host/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find Libev (missing: LIBEV_LIBRARY LIBEV_INCLUDE_DIR)
Call Stack (most recent call first):
/home/rounak/Workbench/staging_dir/host/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindLibev.cmake:25 (find_package_handle_standard_args)
CMakeLists.txt:9 (find_package)

-- Configuring incomplete, errors occurred!
See also "/home/rounak/Workbench/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/oui-httpd-git-2020.301.59264-fcb1d74/CMakeFiles/CMakeOutput.log".
Makefile:48: recipe for target '/home/rounak/Workbench/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/oui-httpd-git-2020.301.59264-fcb1d74/.configured_68b329da9893e34099c7d8ad5cb9c940' failed
make[2]: *** [/home/rounak/Workbench/build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/oui-httpd-git-2020.301.59264-fcb1d74/.configured_68b329da9893e34099c7d8ad5cb9c940] Error 1
make[2]: Leaving directory '/home/rounak/Workbench/feeds/oui/oui-httpd'

@kumart4
Copy link
Author

kumart4 commented Nov 10, 2020

This is resolved

@kumart4 kumart4 closed this as completed Nov 10, 2020
@hjt88123
Copy link

Same error, could you tell me how to resovle?

@sensaihk
Copy link

Select libev in libraries and make sure libuhttpd is greater than 3.4. First Compile libev and then try compiling oui.

@zhaojh329
Copy link
Owner

zhaojh329 commented Nov 11, 2020

Select libev in libraries and make sure libuhttpd is greater than 3.4. First Compile libev and then try compiling oui.
Only make sure libuhttpd is greater than 3.4. libuhttpd -3.4 is depend libev.

@kumart4
Copy link
Author

kumart4 commented Nov 11, 2020

First add and compile libev then libuhttpd 3.4 and then try OUI

@hjt88123
Copy link

Resolved, many thanks.

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

4 participants