Build problem on Solaris 9

K

kai

Hi All,

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

/usr/bin/env deos exist....

Can anyone help me with this?

Kai
 
M

Martin v. Löwis

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

/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
 
K

kai

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,565
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top