Build problem on Solaris 9

kai songkai.sk at gmail.com
Tue Jun 16 17:02:40 EDT 2009


On Jun 16, 12:15 am, "Martin v. Löwis" <mar... at v.loewis.de> wrote:
> > When I run make after successively running ./configure, I got the
> > following Error message:
> > ./Parser/asdl_c.py -c ./Python ./Parser/Python.asdl
> > /usr/bin/env: No such file or directory
> > make: *** [Python/Python-ast.c] Error 127
Thank you so much!!!

It compiles now.

Kai

>
> > /usr/bin/env deos exist....
>
> > Can anyone help me with this?
>
> It's probably rather that "python" does not exist on the path,
> which asdl_c.py requires.
>
> touch Include/Python-ast.h Python/Python-ast.c
>
> should work around.
>
> Regards,
> Martin




More information about the Python-list mailing list