Skip to main content

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

Ok, you are right...
I have ho experience with the auto created makefile, but I assume it goes well because one of my friends uses this option.

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.
When you have created the Makefile simply click the right mouse button on the project view where you have the all files of the project and you can find the make target

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.
Maybe you have to set some variable in the run window... no idea on it :-(

Silvia


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



Back to the top