You are not logged in.
Ok, so I've got this error while compiling some app written in C:
In file included from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from /usr/include/python2.6/Python.h:40,
from config.c:18:
/usr/include/linux/errno.h:4:23: error: asm/errno.h: No such file or directory
make: *** [config.o] Error 1
I've tried to google it, people said I needed to make some symlinks, but it didn't work. I've also tried update (pacman -Syu), but that didn't help as well. Do you have any solutions?
Thanks
Offline
Hmm, try reinstalling linux-api-headers ...
Offline
That did work, thank you!
Offline
Thanks,
I was searching for a soltion like GCC Path and something with include or something but this worked instead..:)
Offline