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

Doc issue: Python 3.6 doesn't compile on Visual Studio 2010 anymore #68925

Closed
vstinner opened this issue Jul 27, 2015 · 4 comments
Closed

Doc issue: Python 3.6 doesn't compile on Visual Studio 2010 anymore #68925

vstinner opened this issue Jul 27, 2015 · 4 comments
Labels
build The build process and cross-build docs Documentation in the Doc dir OS-windows

Comments

@vstinner
Copy link
Member

BPO 24737
Nosy @pfmoore, @vstinner, @tjguk, @zware, @zooba

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 2015-07-28.15:49:58.554>
created_at = <Date 2015-07-27.21:16:35.769>
labels = ['build', 'OS-windows', 'docs']
title = "Doc issue: Python 3.6 doesn't compile on Visual Studio 2010 anymore"
updated_at = <Date 2015-07-28.15:49:58.553>
user = 'https://github.com/vstinner'

bugs.python.org fields:

activity = <Date 2015-07-28.15:49:58.553>
actor = 'steve.dower'
assignee = 'docs@python'
closed = True
closed_date = <Date 2015-07-28.15:49:58.554>
closer = 'steve.dower'
components = ['Build', 'Documentation', 'Windows']
creation = <Date 2015-07-27.21:16:35.769>
creator = 'vstinner'
dependencies = []
files = []
hgrepos = []
issue_num = 24737
keywords = []
message_count = 4.0
messages = ['247485', '247492', '247493', '247526']
nosy_count = 6.0
nosy_names = ['paul.moore', 'vstinner', 'tim.golden', 'docs@python', 'zach.ware', 'steve.dower']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue24737'
versions = ['Python 3.6']

@vstinner
Copy link
Member Author

Hi, I'm unable to compile Python default (3.6) on Windows 7 with Visual Studio 2010: it requires "ucrtd.lib" which looks like a new feature of Visual Studio 2015. Please update the developer guide to be more explicit:

Current text says that VS 2010 SP1 is supported. Well, I don't have the SP1, but I don't think that ucrtd.lib comes with VS 2010 SP1 anyway.

"""
Python 3.5 and later use Microsoft Visual Studio 2015. You can download Microsoft Visual Studio 2015 CTP 6 or newer, or you can continue to use Visual Studio 2010 SP1 until Microsoft releases the final version of Visual Studio 2015.
""""

@vstinner vstinner added build The build process and cross-build docs Documentation in the Doc dir OS-windows labels Jul 27, 2015
@zooba
Copy link
Member

zooba commented Jul 27, 2015

Technically it says that it will work until VS 2015 is released (which happened last Monday), but the statement certainly should be clarified now. I'll do it.

I'm still waiting to hear what options will be available for installing the compilers without a full VS, but right now there aren't any good options I'm afraid.

@vstinner
Copy link
Member Author

I'm still waiting to hear what options will be available for installing the compilers without a full VS, but right now there aren't any good options I'm afraid.

Well, for me the most important point is to document the current supported compilers. Good if we support more options later ;-)

@zooba
Copy link
Member

zooba commented Jul 28, 2015

Dev guide has been updated. I assume it'll flow through to the website eventually, though that hasn't happened yet.

@zooba zooba closed this as completed Jul 28, 2015
@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 docs Documentation in the Doc dir OS-windows
Projects
None yet
Development

No branches or pull requests

2 participants