Hello ,
Even When i compile the program with the included file pge4aa in the working directory itself ,
PROGRAM TEST; uses pge4aa; var i : integer; Begin writeln('trial'); writeln(i); end.
I get the error,
$ gpc -o anu --automake test.pas pge4aa.pas:618: warning: empty input file tst.pas:3: module/unit interface `Pge4aa' could not be imported $
What do i do?
Thank you. Regards, Anu
Anuradha wrote:
$ gpc -o anu --automake test.pas pge4aa.pas:618: warning: empty input file tst.pas:3: module/unit interface `Pge4aa' could not be imported $
How does `pge4aa.pas' look like? According to the error message above, it consists of 618 empty lines (or comments) only.
Peter