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 Martin.Ellison
Recipients Martin.Ellison
Date 2010-06-28.12:43:48
SpamBayes Score 0.0628606
Marked as misclassified No
Message-id <1277729031.36.0.263470334817.issue9098@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.6.5 build fails on MSYS with the following messages

martin@EDWARD /c/Downloads/Python-2.6.5
$ make
gcc -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  -
I. -IInclude -I./Include   -DPy_BUILD_CORE -o Python/import.o Python/import.c
Python/import.c: In function `write_compiled_module':
Python/import.c:882: error: `S_IXGRP' undeclared (first use in this function)
Python/import.c:882: error: (Each undeclared identifier is reported only once
Python/import.c:882: error: for each function it appears in.)
Python/import.c:882: error: `S_IXOTH' undeclared (first use in this function)
Python/import.c: In function `PyImport_ImportModuleNoBlock':
Python/import.c:2063: warning: unused variable `me'
make: *** [Python/import.o] Error 1
History
Date User Action Args
2010-06-28 12:43:51Martin.Ellisonsetrecipients: + Martin.Ellison
2010-06-28 12:43:51Martin.Ellisonsetmessageid: <1277729031.36.0.263470334817.issue9098@psf.upfronthosting.co.za>
2010-06-28 12:43:49Martin.Ellisonlinkissue9098 messages
2010-06-28 12:43:49Martin.Ellisoncreate