1.0.7 pretest compilation problem

David Shaw dshaw at jabberwocky.com
Fri Apr 19 19:00:01 CEST 2002


On Fri, Apr 19, 2002 at 05:35:53PM +0200, pplf wrote:
> 
> I have this error compiling in Linux (2.2.19) :

> In file included from /usr/include/errno.h:36,
> ~                 from logger.c:26:
> /usr/include/bits/errno.h:25: linux/errno.h: Aucun fichier ou répertoire de
> ce type

You seem to be missing some kernel headers.  If the headers are
definitely installed (look for /usr/src/linux/include/linux/errno.h)
you can try (as root):

for I in src asm linux; do; ln -sf /usr/src/linux/include/$I /usr/include/$I; done

David

-- 
   David Shaw  |  dshaw at jabberwocky.com  |  WWW http://www.jabberwocky.com/
+---------------------------------------------------------------------------+
   "There are two major products that come out of Berkeley: LSD and UNIX.
      We don't believe this to be a coincidence." - Jeremy S. Anderson




More information about the Gnupg-devel mailing list