I am having issues compiling it even when following the instructions within the manual. These are the error codes I get when entering "make mrproper" and "make", which should compile the program. I have modified the Makefile properly (?) and have gfortran compiler. I am on Windows 10.

.C:\Users\TB\Desktop\NCIplot\nciplot-master\src_nciplot_4.0>make mrproper

rm -f core *.mod *.o nciplot

process_begin: CreateProcess(NULL, rm -f core *.mod *.o nciplot, ...) failed.

make (e=2): The system cannot find the file specified.

make: *** [mrproper] Error 2

C:\Users\TB\Desktop\NCIplot\nciplot-master\src_nciplot_4.0>make

! was unexpected at this time.

make: *** [param.mod] Error 255

Similar questions and discussions