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 chrschaffer
Recipients
Date 2005-09-28.06:54:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1337267

Hi all,

I found a newsgroup posting which adviced to change a line
in Include/pyport.h

http://mail.python.org/pipermail/patches/2005-February/016881.html

---------------8<-----------------------------------------------------
The fix I used was to make the following change in
pyport.h:

Change
#define Py_HUGE_VAL HUGE_VAL

to

#define Py_HUGE_VAL DBL_MAX.

DBL_MAX is found in float.h
--------------->8-----------------------------------------------------

I did as adviced and the compile worked. I am not sure, if
this is a valid solution, but at least it´s a workaround.

Thanks to  Reinhold Birkenfeld for your hint!

Regards,
Chris
History
Date User Action Args
2007-08-23 14:34:06adminlinkissue1276509 messages
2007-08-23 14:34:06admincreate