Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] Nothing to build

Thanks Silvia, but I'm trying to get an IDE to work with Fortran and Windows 
without knowing nothing about makefile. My purpose is to teach Fortran to 
beginners and I don't think is a good idea to distract them with makefiles. 
Anyway I tried and I get no active options on Makefile window.

By the way, I tried to use the GNU/Linux version and it works fine (at least 
it creates the binary file!) ... but I get an error executing (An internal 
error occurred during: "Launching"). Yet I can execute it outside the Eclipde 
IDE.

El Jueves, 31 de Mayo de 2007 12:54, Silvia Franceschi escribió:
> Hi Javier,
> to build a program in photran you have to make a Makefile and add the
> create the make target.
> To create the make target simply click the right mouse button on the
> Makefile.
> Then add the from the targets view select the target you want to
> launch... it would be enough to build your program.
> To write a Makefile you can find a lot of documentation in internet.
> When the program is built photran creates a "new folder" named Binaries
> in which you can find the executable file. Very nice thing is that you
> can also debug your code within photran.
>
> Cheers
>
> Silvia
>
> > Hi all,
> >
> > I've installed Photran 3.1 beta 2 and latest GNU gfortran for windows. I
> > follow the instructions on
> > http://www.eclipse.org/photran/documentation.php and I read the FAQ
> > section but I don't know how to create the binary file for my project.
> > Every time I try to build (manually or automatically) I get the message
> > "Nothing to build". There are no "Binaries" entry on "Fortran Projects"
> > view.
> >
> > I read also previous messages in this mailing list but none help me.
> >
> > ¿What can I do or try?
> >
> >
> > Thanks in advance
> > _______________________________________________
> > photran mailing list
> > photran@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/photran
>
> _______________________________________________
> photran mailing list
> photran@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/photran

-- 

____________________________________________________________
 Dr. Javier Martinez Baena
 Dpto. Ciencias de la Computacion e Inteligencia Artificial
 E.T.S. de Ingenieria Informatica. Universidad de Granada
 C/ Periodista Daniel Saucedo Aranda, s/n.
 18071. Granada. SPAIN
 Tlf: 958 240802                email: jbaena@xxxxxxxxxxxxx
 Fax: 958 243317               http://decsai.ugr.es/~jbaena
____________________________________________________________


Back to the top