Yesterday, I tried to use g95 together with SciTE, using the description
found at http://www.g95.org/howto.html#scite

The steps I took were

1. Download and install g95 at c:\g95
2. Edit my System path to include ;c:\g95\bin. Test compiles work fine.
3. Download and install SciTE, (using the wscite173 installer from
http://scintilla.sourceforge.net/SciTEDownload.html
).
4. Open up some .f95 files to see that it works and compiles fine and then
close it.
5. Edit the fortran.properties file to include either "g95" or "lf95
$(FileNameExt) -c -fix" instead of the default "lf95 $(FileNameExt) -c -fix"

6. Cut and paste the 'command.compile' lines suggested in the description
mentioned above, without changing anything
7. Restart SciTE
8 Open a file named myfile.f95 and click Tools > Compile

However the only message I get in the window to the right of the code is

  -c myfile.f95    -info
The system cannot find the file specified.

What did I misunderstand? Is it my Windows system which cannot find it, is
it g95, or is it SciTE?

Thanks in advance for any help!

---
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to