Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
SV: [photran] Getting started help.

Thanks a lot Beth!

Managed Make works now for me with the Full version download having Photran
4.0.

I have some comments to the Guide for Managed Make, I am not sure if you are
the one to direct them to, maybe you know a better destination? 

Anyhow:

12. File | New | Source File provides a selection for a C-file. Surprising
for a newbie, a comment to that would be good if that choice is OK. More
natural to me is to go the longer way and use File | New | Other | Fortran
folder | Source File.

14. After Save, I think there must be a Build Project action.

17, 18, 19. A bit funny that GDB is needed to just for Run. 

Steps to be added: To make the Guide complete there needs to be steps 20,
21, 22 applied to Debug similar to those for Run.

Comments to the appearance of application:

When starting debug by pointing to binary in Debug folder, there is a lot of
stuff in the console that makes me being newbie nervous:

There is text No source available for main() in the code text window in
debug view. I need to click "Step Over" to get the program code and the
breakpoint line to appear. A comment in the guide about that should be good
to have. 

In the Debug Console window, Photran tells "No source file for hello.f90"
but that file is in another earlier compiled project and should not be
there! I closed all projects before, but it still appears there.

How to get rid of it?

/Ingmar


-----Ursprungligt meddelande-----
Från: photran-bounces@xxxxxxxxxxx [mailto:photran-bounces@xxxxxxxxxxx] För
Beth Tibbitts
Skickat: Monday, February 11, 2008 2:03 AM
Till: Photran Information
Ämne: Re: [photran] Getting started help.

You should get the newer Photran:
For eclipse 3.3.1.1, you need Photran 4.0.
Looks like you have an eclipse newer than the photran.
Get the Photran from the eclipse web site
http://www.eclipse.org/photran/download.php
as I am not sure what yoxos has.


..Beth

Beth Tibbitts  (859) 243-4981  (TL 545-4981)
High Productivity Tools / Parallel Tools  http://eclipse.org/ptp
IBM T.J.Watson Research Center
Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY 40511


                                                                           
             "Ingmar                                                       
             Andersson"                                                    
             <ingmar@halludden                                          To 
             .net>                     photran@xxxxxxxxxxx                 
             Sent by:                                                   cc 
             photran-bounces@e                                             
             clipse.org                                            Subject 
                                       [photran] Getting started help.     
                                                                           
             02/10/08 07:55 PM                                             
                                                                           
                                                                           
             Please respond to                                             
                  Photran                                                  
                Information                                                
             <photran@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           




Hi,

I'm newbie in all this trying to run and debug the simplest possible
HelloWorld program using Photran.

FAQ tells me to avoid Managed Make. So I try Standard Make using "Getting
Started with Managed Make" guide under "Documentation for Photran", Eclipse
web site.  Unfortunately, that guide does not work for me, I can not
recognize the steps taken there in the choices that are available in my
installation.

To create a project I use File->New->Standard Make Project. I fill in the
Project name and press Next that leads to "C/Make Project Settings". OK I
can fill in the Error Parsers as I learned by Googling, but I am actually
already lost from this very beginning.

Steps 3, 4 .. in the guide do not apply. There are no "Choose Executable
(Gnu Fortran) project type to select just "Standard Make Project" and
"Managed Make Project" and the rest is difficult for me to apply in any
way.

What I need is some guidance to anything that works for running and
debugging this simple case on my recently downloaded installation...

I have Eclipse 3.3.1.1 and Photran 3.1.0 downloaded from Yoxos running on
LinuxMint (Ubuntu 7.10). My fortran compiler is gfortran.

Thanks for any help!!

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


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



Back to the top