Compilation of Cactus fails with the error: identifier “DECLARE_CCTK_PARAMETERS” is undefined?
You need to include the header: #include “cctk_Parameters.h” • (Linux) I get ‘g77: cannot specify -o with -c or -S and multiple compilations’ when compiling with the Pacific VAST90 compiler. If the libvast90.a library is in the same directory as your F90 script, F90 passes -lvast90 to the underlying G77 compile, which is of course only a valid switch when linking. The solution is to separate these files, e.g. into bin and lib directories.
Related Questions
- When trying to print reports, I get an error message "Cannot shift objects off sheet" or Cashflow Plan fails to hide columns in certain reports?
- When trying to print reports, I get an error message "Cannot shift objects off sheet" or Exl-Plan fails to hide columns in certain reports?
- Why does the compiler generate an undefined identifier error for a variable Ive declared on a for loop?