Re: [Python-Dev] Build failure and problem on Windows

2005-12-25 Thread Tim Peters
[Thomas Heller] >>> Building the svn trunk on Windows fails because Python\pyarena.c is >>> missing in the pythoncore.vcproj file (I'm not yet up to speed with svn, >>> otherwise I would have checked in a fix for this myself). >>> >>> Worse, when running the built exe it segfaults in Py_GetBuildInf

Re: [Python-Dev] Build failure and problem on Windows

2005-12-21 Thread Thomas Heller
Thomas Heller <[EMAIL PROTECTED]> writes: > Thomas Heller <[EMAIL PROTECTED]> writes: > >> Building the svn trunk on Windows fails because Python\pyarena.c is >> missing in the pythoncore.vcproj file (I'm not yet up to speed with svn, >> otherwise I would have checked in a fix for this myself). >>

[Python-Dev] Build failure and problem on Windows

2005-12-20 Thread Thomas Heller
Building the svn trunk on Windows fails because Python\pyarena.c is missing in the pythoncore.vcproj file (I'm not yet up to speed with svn, otherwise I would have checked in a fix for this myself). Worse, when running the built exe it segfaults in Py_GetBuildInfo(), because it is picking up some

Re: [Python-Dev] Build failure and problem on Windows

2005-12-20 Thread Thomas Heller
Thomas Heller <[EMAIL PROTECTED]> writes: > Building the svn trunk on Windows fails because Python\pyarena.c is > missing in the pythoncore.vcproj file (I'm not yet up to speed with svn, > otherwise I would have checked in a fix for this myself). > > Worse, when running the built exe it segfaults