Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal errors rebuilding 3.5 from Visual Studio Windows 8.1 64 bit #67637

Closed
BreamoreBoy mannequin opened this issue Feb 11, 2015 · 5 comments
Closed

Fatal errors rebuilding 3.5 from Visual Studio Windows 8.1 64 bit #67637

BreamoreBoy mannequin opened this issue Feb 11, 2015 · 5 comments
Labels
build The build process and cross-build OS-windows

Comments

@BreamoreBoy
Copy link
Mannequin

BreamoreBoy mannequin commented Feb 11, 2015

BPO 23449
Nosy @tjguk, @zware, @zooba, @iritkatriel

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2021-11-05.19:47:06.452>
created_at = <Date 2015-02-11.23:11:09.176>
labels = ['build', 'OS-windows']
title = 'Fatal errors rebuilding 3.5 from Visual Studio Windows 8.1 64 bit'
updated_at = <Date 2021-11-05.19:47:06.451>
user = 'https://bugs.python.org/BreamoreBoy'

bugs.python.org fields:

activity = <Date 2021-11-05.19:47:06.451>
actor = 'iritkatriel'
assignee = 'none'
closed = True
closed_date = <Date 2021-11-05.19:47:06.452>
closer = 'iritkatriel'
components = ['Build', 'Windows']
creation = <Date 2015-02-11.23:11:09.176>
creator = 'BreamoreBoy'
dependencies = []
files = []
hgrepos = []
issue_num = 23449
keywords = []
message_count = 5.0
messages = ['235776', '235779', '235783', '235800', '404284']
nosy_count = 4.0
nosy_names = ['tim.golden', 'zach.ware', 'steve.dower', 'iritkatriel']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue23449'
versions = ['Python 3.5']

@BreamoreBoy
Copy link
Mannequin Author

BreamoreBoy mannequin commented Feb 11, 2015

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.

@BreamoreBoy BreamoreBoy mannequin added build The build process and cross-build OS-windows labels Feb 11, 2015
@BreamoreBoy
Copy link
Mannequin Author

BreamoreBoy mannequin commented Feb 11, 2015

Using Microsoft Visual Studio Express 2013 for Windows Desktop.

@zooba
Copy link
Member

zooba commented Feb 12, 2015

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.)

@BreamoreBoy
Copy link
Mannequin Author

BreamoreBoy mannequin commented Feb 12, 2015

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.

@iritkatriel
Copy link
Member

Seems out of date. I will close if nobody objects.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build OS-windows
Projects
None yet
Development

No branches or pull requests

2 participants