Message86733
| 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:45 | alanh | set | recipients:
+ alanh |
| 2009年04月28日 13:01:44 | alanh | set | messageid: <1240923704.81.0.766001456268.issue5865@psf.upfronthosting.co.za> |
| 2009年04月28日 13:01:43 | alanh | link | issue5865 messages |
| 2009年04月28日 13:01:43 | alanh | create |
|