[issue10683] PreLinkEvent error under VC2010

2010-12-12 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Implemented the "trailing quote removal" defensive programming strategy in revision 87205. Others that autoconvert the solution will not be hit by this problem. -- resolution: -> fixed status: open -> closed __

[issue10683] PreLinkEvent error under VC2010

2010-12-12 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Ok the problem is this line in the pre-link step, that must have gotten changed during the conversion: "$(SolutionDir)make_buildinfo.exe" Debug "$(IntDir)" should be "$(SolutionDir)make_buildinfo.exe" Debug "$(IntDir)\" This is because ($IntDir) will ex

[issue10683] PreLinkEvent error under VC2010

2010-12-12 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Yes, I have VC2010 so I'll see what happens... -- ___ Python tracker ___ ___ Python-bugs-li

[issue10683] PreLinkEvent error under VC2010

2010-12-12 Thread Martin v . Löwis
Martin v. Löwis added the comment: The problem is different: there is a stray " in pythoncore"\getbuildinfo.o. Kristjan, this is your change: can you take a look? -- nosy: +krisvale, loewis ___ Python tracker ___

[issue10683] PreLinkEvent error under VC2010

2010-12-11 Thread honglei jiang
Changes by honglei jiang : -- versions: +Python 3.2 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10683] PreLinkEvent error under VC2010

2010-12-11 Thread honglei jiang
New submission from honglei jiang : 1>PreLinkEvent: 1> Description: Generate build information... 1> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86 1> Copyright (C) Microsoft Corporation. All rights reserved. 1> 1> cl.exe -c -D_WIN32 -DUSE_DL_EXPORT -D_WIN