[Python-Dev] Fixing 2.5 windows buildbots

"Martin v. Löwis" martin at v.loewis.de
Thu Aug 17 19:03:05 CEST 2006


I'd like to fix the two build failures that the Windows buildbots
show for the 2.5 trunk. I'm not quite sure what the OpenSSL failure
is, yet, but the sqlite error should be fixable with the patch
below. Ok to work on this?

Martin

Index: Tools/buildbot/external.bat
===================================================================
--- Tools/buildbot/external.bat (Revision 51339)
+++ Tools/buildbot/external.bat (Arbeitskopie)
@@ -28,6 +28,7 @@
    cd tk8.4.12\win
    nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12
    nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12 INSTALLDIR=..\..\tcltk
install
+   cd ..\..
 )

 @rem sqlite


More information about the Python-Dev mailing list