This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fatal errors rebuilding 3.5 from Visual Studio Windows 8.1 64 bit
Type: compile error Stage: resolved
Components: Build, Windows Versions: Python 3.5
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: iritkatriel, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

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:12adminsetgithub: 67637
2021-11-05 19:47:06iritkatrielsetstatus: pending -> closed
stage: resolved
2021-10-19 10:14:31iritkatrielsetstatus: open -> pending

nosy: + iritkatriel
messages: + msg404284

resolution: out of date
2019-03-15 23:08:33BreamoreBoysetnosy: - BreamoreBoy
2015-02-12 06:25:20BreamoreBoysetmessages: + msg235800
2015-02-12 01:09:20steve.dowersetmessages: + msg235783
2015-02-11 23:40:25BreamoreBoysetmessages: + msg235779
2015-02-11 23:11:09BreamoreBoycreate