2 May
2011
2 May
'11
4:59 a.m.
On Sun, 1 May 2011, corvid wrote:
Duke wrote:
In file included from /usr/include/bits/errno.h:25, from /usr/include/errno.h:36, from dlib.c:25: /usr/include/linux/errno.h:4:23: error: asm/errno.h: No such file or directory
What do you get from ls -l /usr/include/asm/errno.h and cpp -v ?
I fixed the problem and got Dillo rebuilt! :D had to do some fancy symlinking. If anybody is on a Debian-flavored outfit and having the same issue, the following fixed it: sudo ln -s /usr/src/linux-headers-2.6.38-8/include/asm-generic/ /usr/include/asm -- Duke