[Python-Dev] [Python-checkins] r42090 - in python/trunk: Modules/getbuildinfo.c PCbuild/make_buildinfo.vcproj PCbuild/pcbuild.sln PCbuild/pythoncore.vcproj (original) (raw)
Tim Peters tim.peters at gmail.com
Wed Jan 18 21:04:15 CET 2006
- Previous message: [Python-Dev] [Python-checkins] r42090 - in python/trunk: Modules/getbuildinfo.c PCbuild/make_buildinfo.vcproj PCbuild/pcbuild.sln PCbuild/pythoncore.vcproj
- Next message: [Python-Dev] str with base
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[Tim]
Did this checkin perhaps forget to add that file?
[Martin]
Oops, indeed - please try again.
It may ;-) be better now. Looks like the release build finished, but the debug build died:
""" ------ Build started: Project: pythoncore, Configuration: Debug Win32 ------
generate buildinfo C:\Program Files\TortoiseSVN\bin\subwcrev.exe .. ..\Modules\getbuildinfo.c getbuildinfo2.c 'C:\Program' is not recognized as an internal or external command, operable program or batch file. cl.exe -c -D_WIN32 -DUSE_DL_EXPORT -D_WINDOWS -DWIN32 -D_WINDLL -D_DEBUG -MDd getbuildinfo2.c -DSUBWCREV -Fogetbuildinfo.o -I..\Include -I..\PC Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86 Copyright (C) Microsoft Corporation 1984-2002. All rights reserved. getbuildinfo2.c c1 : fatal error C1083: Cannot open source file: 'getbuildinfo2.c': No such file or directory Linking... LINK : fatal error LNK1181: cannot open input file 'getbuildinfo.o' """
OK, I added code to getbuildinfo.c to quote the path to the executable before invoking system(), and that seemed to fix it. On my box.
- Previous message: [Python-Dev] [Python-checkins] r42090 - in python/trunk: Modules/getbuildinfo.c PCbuild/make_buildinfo.vcproj PCbuild/pcbuild.sln PCbuild/pythoncore.vcproj
- Next message: [Python-Dev] str with base
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]