This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kermode
Recipients hagen, jwp, keldonin, kermode, tarek
Date 2009-08-04.20:57:27
SpamBayes Score 1.1909573e-05
Marked as misclassified No
Message-id <1249419449.01.0.268792192269.issue2698@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the build with Python 2.6.2. It works now.

C:\pygame\bug2698>python setup.py build --compiler=mingw32 --verbose
running build
running build_ext
building 'simple' extension
creating build
creating build\temp.win32-2.6
creating build\temp.win32-2.6\Release
C:\mingw\bin\gcc.exe -mno-cygwin -mdll -O -Wall -IC:\python26\include
-IC:\python26\PC -c simple.c -o build\temp.win32-2.6\Release\simple.o
writing build\temp.win32-2.6\Release\simple.def
creating build\lib.win32-2.6
C:\mingw\bin\gcc.exe -mno-cygwin -shared -s
build\temp.win32-2.6\Release\simple.o
build\temp.win32-2.6\Release\simple.def -LC:\python26\libs
-LC:\python26\PCbuild -lpython26 -lmsvcr90 -o build\lib.win32-2.6\simple.pyd
History
Date User Action Args
2009-08-04 20:57:29kermodesetrecipients: + kermode, tarek, hagen, jwp, keldonin
2009-08-04 20:57:29kermodesetmessageid: <1249419449.01.0.268792192269.issue2698@psf.upfronthosting.co.za>
2009-08-04 20:57:27kermodelinkissue2698 messages
2009-08-04 20:57:27kermodecreate