Those are not the actual error messages that we need to see in order to diagnose your problem. That is just 'make' telling you that something failed. Try running:
make >/dev/null
and posting the output here.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The actual reason of the error is two lines earlier. So paste the whole log.
Those are not the actual error messages that we need to see in order to diagnose your problem. That is just 'make' telling you that something failed. Try running:
make >/dev/null
and posting the output here.