Dear all

I am facing some difficulties in fortran programming.

The Run configure and Run automake and friends are success.

The beginning of the program is as follows:

dimension a(2000),b(2000),c(2000)
character*64 fname


But the command 'Build project' throws up the following error messages


Error: Non-numeric character in statement label at (1)


Error: Unexpected element in format string at (1)
Error: Unexpected STATEMENT FUNCTION statement at (1)
Error: Unexpected STATEMENT FUNCTION statement at (1)
*** Exited with status: 2 ***


Thanks in advance for any help.