Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] Tutorial

Jeff,
 
I launched the Cygwin prompt and ran the commands you suggested. I got the expected results. Now when I build my hello.f90 (in directory C:\Users\Jason Lan\workspace\hello), I had 1 warning:
 
Error launching external scanner info generator (C:/cygwin/usr/local/gfortran/bin/gcc.exe -E -P -v -dD C:/Users/Jason Lan/workspace/.metadata/.plugins/org.eclipse.cdt.make.core/specs.c)
 
The console message was:
 

**** Build of configuration Debug for project hello ****

 

(Exec error:The system cannot find the file specified.

)

Please advise further.
 
Thanks!
Jason
--- On Thu, 5/7/09, Jeffrey Overbey <subscribe-photran@xxxxxxxxxxxx> wrote:

From: Jeffrey Overbey <subscribe-photran@xxxxxxxxxxxx>
Subject: Re: [photran] Tutorial
To: "Photran Information" <photran@xxxxxxxxxxx>
Date: Thursday, May 7, 2009, 6:29 PM

> I don't know how to make it a pdf file but I'll try. I got the tutorial

Don't worry... you can just save it as an RTF (Rich Text Format) or something.  Maybe .doc from an older version of Word.  I just can't read .docx files.

> Scroll down to Getting Started with Managed Make. That's what I did I don't know what went wrong...

If you start a Cygwin prompt (Cygwin Bash Shell or whatever it's called), try the three commands below (the part after the $ prompt) and make sure you get the same output I do:

joverbey$ gcc
gcc: no input files
joverbey$ gfortran
gfortran: no input files
joverbey$ make
make: *** No targets specified and no makefile found.  Stop.


Jeff
_______________________________________________
photran mailing list
photran@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran


Back to the top