[Python-Dev] build problem on windows: unable to find getbuildinfo2.c (original) (raw)
Raghuram Devarakonda draghuram at gmail.com
Fri Apr 13 15:59:59 CEST 2007
- Previous message: [Python-Dev] build problem on windows: unable to find getbuildinfo2.c
- Next message: [Python-Dev] test_pty.py hangs in verbose mode on Mac OS X?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 4/13/07, "Martin v. Löwis" <martin at v.loewis.de> wrote:
> I didn't find getbuildinfo2.c in the source. Can some one tell me if > I am missing some thing here? Are there any additional steps need to > follow on windows?
It's a generated file. Search all build description files for that file name to find out how it is generated, and then research why generating it fails on your machine.
Thanks. I found that make_buildinfo project failed with some unresolved symbol errors causing the missing getbuildinfo2.c. Once I fixed it, python got built just fine.
- Previous message: [Python-Dev] build problem on windows: unable to find getbuildinfo2.c
- Next message: [Python-Dev] test_pty.py hangs in verbose mode on Mac OS X?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]