Roms-1d error
While running $make command I am getting an error. Details are provided here -
$ make cpp -traditional -DLinux -P -I/usr/local/include main.F > main_.i main.F:21:19: warning: extra tokens at end of #ifdef directive [-Wextra-tokens]
ifdef BIN_OUTPUT || ASCII_OUTPUT
^
//
main.F:122:19: warning: extra tokens at end of #ifdef directive [-Wextra-tokens]
ifdef BIN_OUTPUT || ASCII_OUTPUT
^
//
main.F:333:19: warning: extra tokens at end of #ifdef directive [-Wextra-tokens]
ifdef BIN_OUTPUT || ASCII_OUTPUT
^
//
3 warnings generated. ./mpc main_.i > main_.f /bin/sh: ./mpc: No such file or directory make: * [main.o] Error 127
Please provide the resolution to this problem.