Re: [e-users] ecore doesnt compile

2006-08-10 Thread blak
Hello again. Now I'm get this error to. I found this about this problem: http://bugzilla.kernel.org/show_bug.cgi?id=6559 But i dont really understand how resolve this problem. Debian have a patch for this, but as i understand from > Don't include kernel headers >in userspace. > Bug rejected. > T

Re: [e-users] ecore doesnt compile

2006-08-10 Thread blak
> Massimo Maiurana, il 06/08/2006 23:20, scrisse: >> Massimo Maiurana, il 06/08/2006 12:06, scrisse: >> >>> where those EV_* should be defined? am I missing something? >>> >> >> looks like those defines should be in /usr/include/linux/input.h, >> but even if I'm running a recent kernel my include

Re: [e-users] ecore doesnt compile

2006-08-10 Thread blak
> uhm, what exactly did you do to install 2.6.x headers? > just copying (or symlinking) /usr/include/linux is not enough, > /asm-i386 and /asm-generic are even required. > > in short you'll have to: > - removepkg kernel-headers and/or > - rm -rf /usr/include/linux > - rm -rf /usr/include/asm-i

[e-users] ecore doesnt compile

2006-08-08 Thread maldonado
Hello, i have same problem, ecore no compile, error: gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/lib/ecore -I../../../src/lib/ecore -I/usr/local/include -g -O2 -Wall -MT ecore_fb.lo -MD -MP -MF .deps/ecore_fb.Tpo -c ecore_fb.c -fPIC -DPIC -o .libs/ecore_fb.o In file included

Re: [e-users] ecore doesnt compile

2006-08-08 Thread Massimo Maiurana
blak, il 08/08/2006 17:21, scrisse: > In file included from /usr/include/signal.h:333, > from ecore_private.h:10, > from ecore.c:3: > /usr/include/bits/sigcontext.h:28:29: asm/sigcontext.h: No such file or > directory uhm, what exactly did you do to install 2.6.x

Re: [e-users] ecore doesnt compile

2006-08-08 Thread blak
Hello Thanks for advise. I done things like you describe, but got another error: In file included from /usr/include/signal.h:333, from ecore_private.h:10, from ecore.c:3: /usr/include/bits/sigcontext.h:28:29: asm/sigcontext.h: No such file or directory sigcontext

Re: [e-users] ecore doesnt compile

2006-08-08 Thread Massimo Maiurana
blak, il 08/08/2006 00:15, scrisse: > Hello > > I'm trying update e17 from today cvs and ecore doesnt compile: > > ecore_fb_li.c: In function `ecore_fb_input_device_open': > ecore_fb_li.c:385: error: `EV_SYN' undeclared (first use in this > function) yes, I experienced the same issue, here is my

[e-users] ecore doesnt compile

2006-08-07 Thread blak
Hello I'm trying update e17 from today cvs and ecore doesnt compile: ecore_fb_li.c: In function `ecore_fb_input_device_open': ecore_fb_li.c:385: error: `EV_SYN' undeclared (first use in this function) ecore_fb_li.c:385: error: (Each undeclared identifier is reported only once ecore_fb_li.c:385: e