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 scott.tsai
Recipients hanwen, janneke-sf, loewis, rmt38, scott.tsai
Date 2007-10-27.06:55:49
SpamBayes Score 0.045769703
Marked as misclassified No
Message-id <1193468156.25.0.307222017166.issue1597850@psf.upfronthosting.co.za>
In-reply-to
Content
cross-2.5.1.patch
forward ported cross-55748.patch to Python-2.5.1
Note that building on x86_64 for mipsel-linux still fails with:
gcc -c -I. -I./Include  -o Parser/acceler.x Parser/acceler.c
In file included from ./Include/Python.h:57,
                 from ./Include/pgenheaders.h:10,
                 from Parser/acceler.c:13:
./Include/pyport.h:734:2: error: #error "LONG_BIT definition appears
wrong for platform (bad gcc/glibc config?)."
make: *** [Parser/acceler.x] Error 1

The tools meant to run on the build machine can't be using the same
pyconfig.h as the onces that are meant to run on the host machine.
Files
File name Uploaded
cross-2.5.1.patch scott.tsai, 2007-10-27.06:55:55
History
Date User Action Args
2007-10-27 06:55:57scott.tsaisetspambayes_score: 0.0457697 -> 0.045769703
recipients: + scott.tsai, loewis, hanwen, janneke-sf, rmt38
2007-10-27 06:55:56scott.tsaisetspambayes_score: 0.0457697 -> 0.0457697
messageid: <1193468156.25.0.307222017166.issue1597850@psf.upfronthosting.co.za>
2007-10-27 06:55:56scott.tsailinkissue1597850 messages
2007-10-27 06:55:55scott.tsaicreate