New submission from Martin <gzl...@googlemail.com>: My build got broken by the change for issue 9981 in revision 86137. The problem is it adds $(IntDir) to various places in the vcproj file, including the command line arguments to make_buildinfo, and my svn checkout is under a dir with a space in.
Ideally it could just use a relative path, but just making sure it's quoted works too. ---------- components: Build files: issue9981_regression.patch keywords: patch messages: 122104 nosy: gz, krisvale priority: normal severity: normal status: open title: make_buildinfo regression with unquoted path versions: Python 3.2 Added file: http://bugs.python.org/file19769/issue9981_regression.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10501> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com