[Python-Dev] [Python-checkins] r42090 - in python/trunk: Modules/getbuildinfo.c PCbuild/make_buildinfo.vcproj PCbuild/pcbuild.sln PCbuild/pythoncore.vcproj
Tim Peters
tim.peters at gmail.com
Wed Jan 18 16:21:49 CET 2006
[martin.v.loewis <python-checkins at python.org>]
> 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?
More information about the Python-Dev
mailing list