andreww / fox

A Fortran XML library
https://andreww.github.io/fox/
Other
58 stars 50 forks source link

Fatal Error: Cannot open module file 'fox_m_fsys_count_parse_input.mod' for reading at (1): No such file or directory #79

Open barracuda156 opened 1 year ago

barracuda156 commented 1 year ago

Wrong module name? There is fox_m_fsys_parse_input.mod, but not fox_m_fsys_count_parse_input.mod.

/opt/local/var/macports/build/_opt_PPCRosettaPorts_devel_fortran-xml/fortran-xml/work/fox-4.1.2/common/FoX_common.F90:6:7:

    6 |   use fox_m_fsys_count_parse_input
      |       1
Fatal Error: Cannot open module file 'fox_m_fsys_count_parse_input.mod' for reading at (1): No such file or directory
compilation terminated.