Problem Install UPDATE

Ben Ocean zope at thewebsons.com
Sat Jan 27 10:23:29 EST 2001


Hi;
Okay, I see how you traced back the error. I took off the angle brackets in

# include linux/errno.h

and got this error message:

/usr/include/bits/errno.h:25: `#include' expects "FILENAME" or <FILENAME>

I tried

# include linux/errno.h <FILENAME>

and

# include linux/errno.h FILENAME

but maybe it would like a real filename <g>. Got the same error message. 
Where to now?
TIA,
BenO





More information about the Python-list mailing list