Since (judging from the lack of responses) setup.py can't be removed from the Makefile, I kept troubleshooting.I've managed to get the build to complete and make install runs instead of throwing an undefined reference right off the bat, unfortunately I've run into the following:
ImportError: No module named _struct This also happens when make test is run. I;ve checked...the _struct module is there. On Sat, Jan 24, 2015 at 11:22 PM, Gregory P. Smith <[email protected]> wrote: > Why doesn't our Makefile supply that flag with the make parallelism level in > the sharedmods step? > > On Sat Jan 24 2015 at 2:25:45 PM Antoine Pitrou <[email protected]> wrote: >> >> On Sat, 24 Jan 2015 21:53:06 +0100 >> "M.-A. Lemburg" <[email protected]> wrote: >> > >> > BTW: Parallel execution, cross compilation can be added >> > to setup.py. I don't think parallel execution is all >> > that important, >> >> $ ./python setup.py build_ext --help >> [...] >> --parallel (-j) number of parallel build jobs >> >> >> Regards >> >> Antoine. >> >> >> _______________________________________________ >> Python-Dev mailing list >> [email protected] >> https://mail.python.org/mailman/listinfo/python-dev >> Unsubscribe: >> https://mail.python.org/mailman/options/python-dev/greg%40krypto.org > > > _______________________________________________ > Python-Dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > https://mail.python.org/mailman/options/python-dev/chaselton%40gmail.com > _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
