This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients belopolsky, mark.dickinson, pitrou, rhettinger, rnk, tim.golden, tim.peters
Date 2010-07-16.19:57:08
SpamBayes Score 0.00045674853
Marked as misclassified No
Message-id <1279310225.3242.10.camel@localhost.localdomain>
In-reply-to <1279309900.42.0.398420184869.issue9079@psf.upfronthosting.co.za>
Content
Le vendredi 16 juillet 2010 à 19:51 +0000, Alexander Belopolsky a
écrit :
> Alexander Belopolsky <belopolsky@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....
History
Date User Action Args
2010-07-16 19:57:11pitrousetrecipients: + pitrou, tim.peters, rhettinger, mark.dickinson, belopolsky, tim.golden, rnk
2010-07-16 19:57:09pitroulinkissue9079 messages
2010-07-16 19:57:08pitroucreate