At 11:10 PM 10/6/2005, John Simpson wrote:
To compile it you will at least need to change the error.h file
to include errno.h just after the ifdefs at the top of the file.

#include error.h

doesn't make sense. shouldn't the include line be

#include errno.h

?

you need angle brackets (i.e. "less than" and "greater than" signs)
around the filename "errno.h".

what i was getting at is that the docs say to change the error.h file to include errno.h - but the include it describes is to include error.h in error.h. i'm no C programmer, but that seemed wrong.

as noted it doesn't apply to me, i run solaris.


Paul Theodoropoulos
http://www.energynucleus.com
http://www.anastrophe.com
http://www.smileglobal.com


Reply via email to