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 alanh
Recipients alanh
Date 2009-04-28.13:01:42
SpamBayes Score 1.6470956e-05
Marked as misclassified No
Message-id <1240923704.81.0.766001456268.issue5865@psf.upfronthosting.co.za>
In-reply-to
Content
mathmodule.c fails to compile because math_log1p() is missing in
mathmodule.c...

gcc -fno-strict-aliasing -DNDEBUG -O2 -pipe -fomit-frame-pointer  -I.
-IInclude -I./Include   -DPy_BUILD_CORE  -c ./Modules/mathmodule.c -o
Modules/mathmodule.o
./Modules/mathmodule.c: In function 'math_log1p':
./Modules/mathmodule.c:353: error: 'log1p' undeclared (first use in this
function)
./Modules/mathmodule.c:353: error: (Each undeclared identifier is
reported only once
./Modules/mathmodule.c:353: error: for each function it appears in.)
./Modules/mathmodule.c: In function 'math_fsum':
./Modules/mathmodule.c:574: warning: passing argument 1 of 'PyFPE_dummy'
discards qualifiers from pointer target type
History
Date User Action Args
2009-04-28 13:01:45alanhsetrecipients: + alanh
2009-04-28 13:01:44alanhsetmessageid: <1240923704.81.0.766001456268.issue5865@psf.upfronthosting.co.za>
2009-04-28 13:01:43alanhlinkissue5865 messages
2009-04-28 13:01:43alanhcreate