[issue9079] Make gettimeofday available in time module

Antoine Pitrou report at bugs.python.org
Fri Jul 16 21:57:11 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

Le vendredi 16 juillet 2010 à 19:51 +0000, Alexander Belopolsky a
écrit :
> Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:
> 
> No it must be something else.  Attached issue9079-fail.diff fails with

Here it fails earlier:

gcc -pthread -c  -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes    -I. -IInclude -I./Include    -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
Python/pytime.c: In function ‘_PyTime_gettimeofday’:
Python/pytime.c:37: erreur: storage size of ‘t’ isn’t known
Python/pytime.c:38: attention : implicit declaration of function ‘ftime’
Python/pytime.c:37: attention : unused variable ‘t’
make: *** [Python/pytime.o] Erreur 1
make: *** Attente des tâches non terminées....

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9079>
_______________________________________


More information about the Python-bugs-list mailing list