simple-obfs icon indicating copy to clipboard operation
simple-obfs copied to clipboard

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

Open mrrashidi opened this issue 3 years ago • 2 comments

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?

mrrashidi avatar Jan 09 '23 09:01 mrrashidi

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.

energygreek avatar Aug 03 '23 07:08 energygreek

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 ...

justdomyself avatar Aug 23 '23 07:08 justdomyself