Problems with Install

Cesar Rabak csrabak at uol.com.br
Sat Jan 27 10:51:52 EST 2001


Ben,

Lets 'parse' the error msg your getting:

> > > In file included from /usr/include/errno.h:36,
> > >                   from ../Include/Python.h:59,
> > >                   from myreadline.c:42:
> > > /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory

myreadline.c at line 42 includes a file called errno.h which it expects
to be at /usr/include/bits/, this file includes Python.h which expects
to be found at ../Include (one dir up in the tree where this include
is), and then Python.h wants to include /usr/include/errno.h, which is a
common include file for the libc.

Do you have all these files in your installation?



More information about the Python-list mailing list