Issue 23449: Fatal errors rebuilding 3.5 from Visual Studio Windows 8.1 64 bit (original) (raw)

Created on 2015-02-11 23:11 by BreamoreBoy, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (5)
msg235776 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2015-02-11 23:11
If I select "Rebuild Solution" I get this:- error C1083: Cannot open include file: 'tcl.h': No such file or directory C:\cpython\Modules\_tkinter.c error C1083: Cannot open include file: 'tcl.h': No such file or directory C:\cpython\Modules\tkappinit.c I'm assuming that this should never happen.
msg235779 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2015-02-11 23:40
Using Microsoft Visual Studio Express 2013 for Windows Desktop.
msg235783 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2015-02-12 01:09
Have you previously run ``build.bat -e`` from the command line? That's the best way to make sure you're ready to work inside VS. (And technically it's allowed to happen, since VS 2013 is not supported and our build can do whatever it likes :) But it should work, so let's figure out why it isn't.)
msg235800 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2015-02-12 06:25
I've run "build.bat -e" for all four combinations of release and debug with 32 or 64 bit with no problems. Go back to VS and all four combinations fail with this problem.
msg404284 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-10-19 10:14
Seems out of date. I will close if nobody objects.
History
Date User Action Args
2022-04-11 14:58:12 admin set github: 67637
2021-11-05 19:47:06 iritkatriel set status: pending -> closedstage: resolved
2021-10-19 10:14:31 iritkatriel set status: open -> pendingnosy: + iritkatrielmessages: + resolution: out of date
2019-03-15 23:08:33 BreamoreBoy set nosy: - BreamoreBoy
2015-02-12 06:25:20 BreamoreBoy set messages: +
2015-02-12 01:09:20 steve.dower set messages: +
2015-02-11 23:40:25 BreamoreBoy set messages: +
2015-02-11 23:11:09 BreamoreBoy create