[New-bugs-announce] [issue1297] pyconfig.h not compatible with MS VC++ Express Edition

Nick report at bugs.python.org
Thu Oct 18 19:06:17 CEST 2007


New submission from Nick:

pyconfig.h checks for _MSC_VER and based on its value decides to include
<basetsd.h>.

MS VC++ Express reports _MSC_VER to be 1400 but does _NOT_ have the file
basetsd.h.

So when including Python.h with the Microsoft VC Express compiler,
pyconfig.h will try to include the non existing basetsd.h and compiling
fails.

----------
components: Build
messages: 56531
nosy: weegreenblobbie
severity: normal
status: open
title: pyconfig.h not compatible with MS VC++ Express Edition
type: compile error
versions: Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1297>
__________________________________


More information about the New-bugs-announce mailing list