You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you are cross compiling, you need to install libev-dev of target arch. for compiling on Debian, first enable armel repository by run sudo dpkg --add-architecture armel, then install libev-dev for armel sudo apt install libev-dev:armel. it works for me.
Hi, I have an issue while compiling the source using Cygwin.
I have libev-devel installed but I get this error:
configure: error: Couldn't find libev. Try installing libev-dev[el].
Is there any workaround to fix this issue?
The text was updated successfully, but these errors were encountered: