Re: More on 1.0.0 BETA; ftp mirrors

Guido.van.Rossum@cwi.nl
Mon, 03 Jan 1994 03:49:06 +0100

(Lance, how about taking this discussion off-line from the
python-list?)

> here is my config.h file:
[...]

Hmm. I see that TIME_WITH_SYS_TIME is defined as 1. This would mean
that the test program which included <time.h> as well as <sys/time.h>
succeeded, but the actual code which included them both fails! What
kind of error message did you get for timemodule.c?

> Nope.. AF_UNIX is defined in the header files eventhough it is not
> possible to use.. also, AF_UNIX is defined, but no 'un.h' header file.
> Thus I do not know of any other way to do it except for building for
> just SCO ODT.

How about if I add a check for the existence of the <sys/un.h> header?
That would do the trick, wouldn't it?

(strtoul)
> That fixed the problem... Thank you for the suggestion....

I'll make sure that my strtoul is always used, by renaming the file
and routine to mystrtoul. That should fix it for good!

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
URL: <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>