Hi everyone,
I am new to CROCO, and am trying to set it up onto my personal pc.
I have managed to download all the necessary compilers and libraries; however, when I try to run the ./jobcomp command, I get the following error:
cpp -traditional -DLinux -P -Inf-config not yet implemented for cmake builds -ICROCOFILES/AGRIF_INC mpc.F > mpc_.f
cpp: fatal error: too many input files
compilation terminated.
Makefile:188: recipe for target ‘mpc’ failed
make: *** [mpc] Error 1
cpp -traditional -DLinux -P -Inf-config not yet implemented for cmake builds -ICROCOFILES/AGRIF_INC par_pisces.F90 > par_pisces_.f90
cpp: fatal error: too many input files
compilation terminated.
Makedefs:21: recipe for target ‘par_pisces.o’ failed
make: *** [par_pisces.o] Error 1
Does anyone know what the problem could be? Any help is greatly appreciated.
Thank you in advance!