Message261534
IMO this is a fault of the autowhatever configuration stuff, not just an enhancement. If configure.ac determines that there is no st_blocks field, it tries to link against a non-existant fileblocks.o file:
./mingw/Makefile:220:LIBOBJS= ${LIBOBJDIR}fileblocks$U.o
i486-mingw32-gcc: error: Python/fileblocks.o: No such file or directory
I am not really an autoconf or whatever expert, but it seems if you use a lower-level bit of configure.ac code it avoids the problem; see avoid-fileblocks.patch. |
|
Date |
User |
Action |
Args |
2016-03-10 23:51:23 | martin.panter | set | recipients:
+ martin.panter, rpetrov |
2016-03-10 23:51:23 | martin.panter | set | messageid: <1457653883.47.0.636730701052.issue17603@psf.upfronthosting.co.za> |
2016-03-10 23:51:23 | martin.panter | link | issue17603 messages |
2016-03-10 23:51:23 | martin.panter | create | |
|