[Python-Dev] build problem on windows: unable to find getbuildinfo2.c

Raghuram Devarakonda draghuram at gmail.com
Fri Apr 13 15:59:59 CEST 2007


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.


More information about the Python-Dev mailing list