Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

CALL statement trouble-Reg.

DSChand
New Contributor I
199 Views
C:\Users\sunda\source\repos\PrenatalConsole\PreNatal.f90(60): error #6274: This statement must not appear in the specification part of a module.
C:\Users\sunda\source\repos\PrenatalConsole\PreNatal.f90(61): error #6274: This statement must not appear in the specification part of a module.
C:\Users\sunda\source\repos\PrenatalConsole\PreNatal.f90(62): error #6274: This statement must not appear in the specification part of a module.
C:\Users\sunda\source\repos\PrenatalConsole\PreNatal.f90(402): catastrophic error: Too many errors, exiting
compilation aborted for C:\Users\sunda\source\repos\PrenatalConsole\PreNatal.f90 (code 1)

Build log written to  "file://C:/Users/sunda/source/repos/PrenatalConsole/x64/Debug/BuildLog.htm"
PrenatalConsole - 31 error(s), 0 warning(s)


---------------------- Done ----------------------

This is the error file of SETTEXTPOSITION trouble posted at 10.02 AM today.  

0 Kudos
1 Reply
Steve_Lionel
Honored Contributor III
186 Views

I don't see the source you're compiling. By default, if a compilation produces 30 errors the compiler quits trying.

Reply