[issue1297] pyconfig.h not compatible with MS VC++ Express Edition

2008-04-10 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. <[EMAIL PROTECTED]> added the comment: On Apr 9, 2008, at 3:07 PM, Martin v. Löwis wrote: > Fred, can you remember what the rationale was? No; sorry. I didn't even remember that I'd ever built Python on Windows. Some things I've blocked out. __

[issue1297] pyconfig.h not compatible with MS VC++ Express Edition

2008-04-09 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: > Amaury: The file python.hpp, thus basetsd.h, is used by boost-python. I don't think that was the question. Instead, the question was: why is basetsd.h needed in the first place, when compiling Python? Apparently, basetsd was added in r159

[issue1297] pyconfig.h not compatible with MS VC++ Express Edition

2008-04-06 Thread Johannes Hoff
Johannes Hoff <[EMAIL PROTECTED]> added the comment: This is still the case with Visual Studio Express 2008. It can be fixed by downloading the Windows SDK, though it would be nicer if this was not necessary. Download link: http://blogs.msdn.com/windowssdk/archive/2008/02/07/ windows-sdk-rtms.a

[issue1297] pyconfig.h not compatible with MS VC++ Express Edition

2008-01-11 Thread Christian Heimes
Changes by Christian Heimes: -- resolution: -> out of date status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailin

[issue1297] pyconfig.h not compatible with MS VC++ Express Edition

2007-10-19 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: I found that BaseTsd.h is part of the Windows SDK, which is not included in the Express Edition. It can be installed separately. OTOH, the python core still compiles without the #include (using VC++ 2005 Express Edition). What about other compilers? What

[issue1297] pyconfig.h not compatible with MS VC++ Express Edition

2007-10-19 Thread Nick
Nick added the comment: MS VC++ 2005 Express Edition __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue1297] pyconfig.h not compatible with MS VC++ Express Edition

2007-10-18 Thread Martin v. Löwis
Martin v. Löwis added the comment: What version of VC++ Express are you specifically referring to? -- nosy: +loewis __ Tracker <[EMAIL PROTECTED]> __ __

[issue1297] pyconfig.h not compatible with MS VC++ Express Edition

2007-10-18 Thread Nick
New submission from Nick: pyconfig.h checks for _MSC_VER and based on its value decides to include . 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 exis