Issue 31381: Unable to read the project file "pythoncore.vcxproj". (original) (raw)

Issue31381

Created on 2017-09-07 10:38 by denis-osipov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (4)
msg301581 - (view) Author: Denis Osipov (denis-osipov) * Date: 2017-09-07 10:38
Can't load pythoncore.vcxproj in VS2017 after PR 3375 bpo-31358: Pull zlib out of the repository #3375. During pcbuild.sln loading there is error message: D:\repos\cpython\PCbuild\pythoncore.vcxproj : error : Unable to read the project file "pythoncore.vcxproj". D:\repos\cpython\PCbuild\pythoncore.vcxproj(70,37): Specified condition "$(IncludeExternals)" evaluates to "" instead of a boolean.
msg301584 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2017-09-07 13:34
I already have a fix in a pending PR for this. Don't have the number handy, but will link it later today.
msg301590 - (view) Author: Denis Osipov (denis-osipov) * Date: 2017-09-07 15:07
Thank you. Looking forward to it.
msg302372 - (view) Author: Denis Osipov (denis-osipov) * Date: 2017-09-17 16:25
Fixed in PR 3397 (I guess).
History
Date User Action Args
2022-04-11 14:58:52 admin set github: 75562
2017-09-17 16:25:21 denis-osipov set status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2017-09-07 15:07:31 denis-osipov set messages: +
2017-09-07 13:34:11 steve.dower set assignee: steve.dowertype: compile errormessages: + stage: patch review
2017-09-07 10:38:26 denis-osipov create