skyhover / Deckard

Code clone detection; clone-related bug detection; sematic clone analysis
Other
211 stars 79 forks source link

Make error #1

Closed Crimbo closed 12 years ago

Crimbo commented 12 years ago

Error starts at line...

"make[1]: execvp: ./mainc.py: Permission denied"

and then ends at...

"make: *\ No rule to make target ../ptgen/gcc/gccptgen.a', needed bycvecgen'. Stop."

Crimbo commented 12 years ago

Solved: All files need to be set to execute, before 'build.sh' can be run.

skyhover commented 12 years ago

Set the permission...and install python...

ziad-halabi9 commented 9 years ago

I am having the same error: ""make: *\ No rule to make target ../ptgen/gcc/gccptgen.a', needed bycvecgen'. Stop.""

Can you please elaborate more on the solution? Thank you!

ryanlr commented 9 years ago

I have the same problem with ziad-halabi9. Can anyone help please?