[issue23452] Build errors using VS Express 2013 in win32 mode

2015-04-12 Thread Tim Golden
Tim Golden added the comment: Well, in the interests of due diligence, I checked out built each of the four flavours (32/64 Release/Debug) independently and without any errors. I then rebuilt each with the wrong Platform (ie for Win32 in the x64 directory and vice versa) without cleaning

[issue23452] Build errors using VS Express 2013 in win32 mode

2015-04-10 Thread Zachary Ware
Zachary Ware added the comment: Unfortunately, I don't have any ideas. Mark, is this still happening? If so, I think your real solution is going to be to install VS2015 CTP 6 (and later the real thing, in whatever the free flavor is). Same for #23449. --

[issue23452] Build errors using VS Express 2013 in win32 mode

2015-02-15 Thread Steve Dower
Steve Dower added the comment: There's nothing wrong with that line, it's probably the Tk or Tcl build failing. Zach may have some ideas, or I'll play with it some more in the next few days. -- ___ Python tracker rep...@bugs.python.org

[issue23452] Build errors using VS Express 2013 in win32 mode

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: Having run the hg purge... command previously given everything seemed fine. Both release and debug win32 builds then successfully completed from VS but the 64 bit builds failed. I now have externals/tcltk but not externals/tcltk64. I did a bit of digging

[issue23452] Build errors using VS Express 2013 in win32 mode

2015-02-13 Thread Steve Dower
Steve Dower added the comment: I can't reproduce this easily. Could you delete the externals/tcltk folder and the Debug_VC12 folders under tk.../win, tix.../win and tcl-core.../win, rebuild and capture the output from the VS Output window? Apparently something in one of these external

[issue23452] Build errors using VS Express 2013 in win32 mode

2015-02-13 Thread Steve Dower
Steve Dower added the comment: Hmm, so maybe it only happens after you build the 64-bit version first. But apparently it's more complex than that, since that doesn't repro either. When I get some more time I'll run though and double check all the rebuild conditions, but it has worked fine for

[issue23452] Build errors using VS Express 2013 in win32 mode

2015-02-13 Thread Mark Lawrence
Mark Lawrence added the comment: I don't have externals/tcltk, only externals/tcltk64. There is a Debug_VC12 folder under tix.../win. There is no Debug_VC12 folder under tk.../win, tcl-core.../win or for that matter tcl.../win, only Debug_AMD64_VC12. --

[issue23452] Build errors using VS Express 2013 in win32 mode

2015-02-11 Thread Mark Lawrence
New submission from Mark Lawrence: I came across these while looking at #23449. The output is in the attached file as it's cleaner that way. -- components: Build, Windows files: Win32BuildErrors.txt messages: 235801 nosy: BreamoreBoy, steve.dower, tim.golden, zach.ware priority: