[martin.v.loewis <[EMAIL PROTECTED]>] > Date: Wed Jan 18 10:13:51 2006 > New Revision: 42090 > > Added: > python/trunk/PCbuild/make_buildinfo.vcproj > Modified: > python/trunk/Modules/getbuildinfo.c > python/trunk/PCbuild/pcbuild.sln > python/trunk/PCbuild/pythoncore.vcproj > Log: > Generate getbuildinfo.o each time the linker is invoked; > try to generate SVNVERSION information if subwcrev.exe > can be found.
Umm ... looks like I don't know how to build Python anymore. A batch build crapped out with: """ ------ Build started: Project: pythoncore, Configuration: Debug Win32 ------ generate buildinfo 'make_buildinfo.exe' is not recognized as an internal or external command, operable program or batch file. """ Adding the `make_buildinfo` project to the batch-build set craps out earlier: the `make_buildinfo` project lists make_buildinfo.c as an input file, but there is no such file: """ ------ Build started: Project: make_buildinfo, Configuration: Debug Win32 ------ Compiling... make_buildinfo.c c1 : fatal error C1083: Cannot open source file: '.\make_buildinfo.c': No such file or directory """ Did this checkin perhaps forget to add that file? _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com