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

Compile on Cygwin Error: configure: error: Couldn't find libev. Try installing libev-dev[el]. #271

Open
mrrashidi opened this issue Jan 9, 2023 · 2 comments

Comments

@mrrashidi
Copy link

mrrashidi commented Jan 9, 2023

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?

@energygreek
Copy link

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.

@justdomyself
Copy link

HI:

My system is ubuntu 18.04. I need to cross compile。

I run sudo dpkg --add-architecture armel, no error
I run sudo apt install libev-dev:armel, error: unable to locate package ...

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

3 participants