[issue10765] Build regression from automation changes on windows

Martin report at bugs.python.org
Tue May 8 19:26:51 CEST 2012


Martin <gzlist at googlemail.com> added the comment:

Yes, this is still reproducible. For instance, by:

> hg clone -b default 3.3 "feature branch"
> cd "feature branch/PCbuild"
> call build_env.bat
> call build.bat

It seems python33.dll now does get created so it's less severe, but the python3dll still fails due to the makefile OutDir not being quoted:

NMAKE : fatal error U1073: don't know how to make 'branch\PCbuild\'

----------
versions: +Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10765>
_______________________________________


More information about the Python-bugs-list mailing list