Is compilation done or not

process_begin: CreateProcess(NULL, # -s means silent mode, …) failed.
make (e=2): The system cannot find the file specified.
process_begin: CreateProcess(NULL, # The command executed along with the output will be displayed on the terminal, …) failed.
make (e=2): The system cannot find the file specified.
process_begin: CreateProcess(NULL, # To get only the ouput use silent mode, …) failed.
make (e=2): The system cannot find the file specified.
process_begin: CreateProcess(NULL, # make compile_war_err -s, …) failed.
make (e=2): The system cannot find the file specified.
process_begin: CreateProcess(NULL, # or use .SILENT, …) failed.
make (e=2): The system cannot find the file specified.

can you explain me why I’m getting this ?

In reply to Lavanya Murugan:

can you explain me why I’m getting this ?

No, I cannot.