[Python-Dev] py3k build erroring out on fileio?

Benjamin Peterson benjamin at python.org
Thu Apr 9 15:41:12 CEST 2009


2009/4/9 Jeroen Ruigrok van der Werven <asmodai at in-nomine.org>:
> Just to make sure I am not doing something silly, with a configure line as
> such: ./configure --prefix=/home/asmodai/local --with-wide-unicode
> --with-pymalloc --with-threads --with-computed-gotos, would there be any
> reason why I am getting the following error with both BSD make and gmake:
>
> make: don't know how to make ./Modules/_fileio.c. Stop
>
> [Will log an issue if it turns out to, indeed, be a problem with the tree
> and not me.]

It seems your Makefile is outdated. We moved the _fileio.c module
around a few days, so maybe you just need a make distclean.



-- 
Regards,
Benjamin


More information about the Python-Dev mailing list