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 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-i386
- ln -s /usr/src/linux/include/linux /usr/include/linux
- ln -s /usr/src/linux/include/asm-i386 /usr/include/asm-i386
- ln -s /usr/src/linux/include/asm-generic /usr/include/asm-generic
and optionally (it should already be there):
- ln -s /usr/include/asm-i386 /usr/include/asm
check if the linux sources path is correct for your installation.
--
Massimo Maiurana massimo<at>ragusa.linux.it
http://massimo.solira.org GPG keyID #7044D601
Articolo 11 - L'Italia ripudia la guerra come strumento di offesa
alla libertà degli altri popoli e come mezzo di risoluzione delle
controversie internazionali....
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
