eshirazi / python-with-braces

Other
89 stars 7 forks source link

Linux build fails #5

Open Xe opened 10 years ago

Xe commented 10 years ago
genesect python-with-braces (git:master) X > make            
/bin/mkdir -p Include                                        
./Parser/asdl_c.py -h Include ./Parser/Python.asdl           
make: execvp: ./Parser/asdl_c.py: Permission denied          
Makefile:636: recipe for target 'Include/Python-ast.h' failed
make: *** [Include/Python-ast.h] Error 127                   
genesect python-with-braces (git:master) X >                 
sysr-q commented 10 years ago

If you chmod +x ./Parser/asdl_c.py, you can get to the next failure:

/usr/bin/mkdir -p Include
./Parser/asdl_c.py -h Include ./Parser/Python.asdl
  File "./Parser/asdl_c.py", line 1233
    print "Must specify exactly one output file"
                                               ^
SyntaxError: invalid syntax
Makefile:636: recipe for target 'Include/Python-ast.h' failed
make: *** [Include/Python-ast.h] Error 1