Re: [e-users] Configuration error

2017-03-04 Thread Pierre Couderc
On 03/04/2017 10:42 AM, maderios wrote: > On 03/04/2017 10:36 AM, Pierre Couderc wrote: >> checking for SYSTEMD... no >> >> You need dev packages, libsystemd-dev >> >> Mea maxima culpa : I did not follow https://www.enlightenment.org/distros/debian-start

Re: [e-users] Configuration error

2017-03-04 Thread Massimo Maiurana
I guess what you miss is some devel package of systemd. Bye Massimo Il 04 marzo 2017 10:36:14 CET, Pierre Couderc ha scritto: >Tryig to build efl (from git master) on a jessie "normal" debian, I >get >the config error : > > >. > >checking for sched_getcpu... yes >checking for SYSTEMD... n

Re: [e-users] Configuration error

2017-03-04 Thread maderios
On 03/04/2017 10:36 AM, Pierre Couderc wrote: > Tryig to build efl (from git master) on a jessie "normal" debian, I get > the config error : > > > . > > checking for sched_getcpu... yes > checking for SYSTEMD... no > configure: error: Systemd dependency requested but not found > > > But my jes

[e-users] Configuration error

2017-03-04 Thread Pierre Couderc
Tryig to build efl (from git master) on a jessie "normal" debian, I get the config error : . checking for sched_getcpu... yes checking for SYSTEMD... no configure: error: Systemd dependency requested but not found But my jessie is normally with systemd... What am I missing ? Thanks