> 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.
Thanks for explanation :) ------------------------------------------------------------------------- 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
