View previous topic :: View next topic |
Author |
Message |
garyjespersen
Joined: 01 Apr 2011 Posts: 1
|
Posted: Fri Apr 01, 2011 10:42 pm Post subject: double clicking error in output window - error message |
|
|
Installed the free fortran compiler with ftn95_personal.exe, version 4.42.0.0.
Using the Plato IDE, I created a new project, and a test file. It compiled fine with a few warnings.
Double clicking on a warning in the output window produces the message "the file does not exist. Your current options prevent opening" instead of going to the source file location for the warning.
Any ideas how to fix this? I've had no luck searching for info.
Thanks,
Gary. |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Mon Apr 04, 2011 10:50 am Post subject: |
|
|
I am using the latest Plato (4.4.0) and I do not experience this problem.
Try opening the file in a different way to see if the file exists and if the warning still applies to the relevant line. |
|
Back to top |
|
 |
sparge
Joined: 11 Apr 2005 Posts: 371
|
Posted: Mon Apr 04, 2011 12:51 pm Post subject: |
|
|
I used to get this sometimes when converting from fixed format FORTRAN 77 code to free format FORTRAN 95 code. What seemed to happen was that Plato would interpret source code files as include files. I would have to manually delete them from the include files lit and add them to the source files list (in the Project Explorer pane). Then all was well.
Does this sound anything like your situation? |
|
Back to top |
|
 |
|