[issue21452] make_buildinfo.exe with VS2013 fails due ill-formed IntDir path

Mateusz Łoskot report at bugs.python.org
Thu May 8 14:05:40 CEST 2014


Mateusz Łoskot added the comment:

On 8 May 2014 11:53, Tim Golden <report at bugs.python.org> wrote:
>
> What effect does your patch have on a VS2010 build?

I don't know. I don't use VS2010.
However, I suspect the option 1) fix should be applied anyway as it is
suggested by the comment in make_buildinfo.c.
Why the pythoncore.vc[x]proj project files do not use "$(IntDir)\" by
default, no idea.

> Also: does the same problem occur on the development branch?

I haven't tested, I work with released Python sources now.

I noticed though, that this issue is somewhat random.
I'm building from VS2013 command prompt, and I've just successully
built the non-patched make_buildinfo.{c|vcxproj}.
This made me wonder if the problem is related to cmd.exe
configuration, extensions enabled/disabled, and such.

----------
nosy: +Mateusz.Łoskot

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


More information about the Python-bugs-list mailing list