[Python-Dev] Build failure and problem on Windows (original) (raw)
Thomas Heller theller at python.net
Tue Dec 20 18:54:14 CET 2005
- Previous message: [Python-Dev] Build failure and problem on Windows
- Next message: [Python-Dev] Build failure and problem on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thomas Heller <theller at python.net> 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 in PyGetBuildInfo(), because it is picking up somehow a definition of #define BUILD 'b' (from cPickle.c? Could that be?)
I should have known better, but BUILD is defined in the MSVC project file as BUILD=60.
Thomas
- Previous message: [Python-Dev] Build failure and problem on Windows
- Next message: [Python-Dev] Build failure and problem on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]