Skip to main content

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

There is not much difference between C and Fortran in that:

- They both use make to compile. Just fix your makefile to use your
fortran compiler if necessary. I created my own makefiles to build my
projects as we use special wrappers for the compiler and linker.

- They each have an editor for their own files. I.e. a C file with
extension .c will be edited with the C editor, while a fortran file
with a .f extension will be edited with the fortran editor. (there are
actually two fortran editors, one for fixed form and one for the free
form 90/95 style fortran. I only use Fortran77, so I always use the
fixed form editor).

This also means that you can mix C and Fortran in the same project.

Just browse around and try it out a little, you will get the hang of
it soon enough.

Cheers,
Luud


On 2/16/06, Jean-Baptiste FAURE <faure@xxxxxxxxxxxxxxxx> wrote:
>  Le 16/02/2006 11:24, Luud Heck a écrit :
>  Hi Jean-Baptiste,
>
> There is no Photran perspective any more.
>
> As Photran has been merged with the CDT they are now sharing
> perspectives. I typically use the make perspective for development and
> the debug perspective for debugging.
>
>  Ok, but in the window used to create a new standard make project there is
> no Fortran tab, only C/C++ as programming language.
>
>
>  Good luck,
>
>  Thanks, I need it : I am new to Eclipse ...
>
>  JBF
>
>  Luud
>
>
> On 2/16/06, Jean-Baptiste FAURE <faure@xxxxxxxxxxxxxxxx> wrote:
>
>
>  Hello everebody,
>
> I installed full Photran 3.0.0 for MS-windows but it does not work. I
> don't have any Photran perspective.
> Is there a problem with uploaded zip file ?
> Photran 2.1.0 run well on the same pc.
>
> --
> Jean-Baptiste FAURE
> Cemagref - Unité de Recherche Hydrologie-Hydraulique
> Tel: 04 72 20 87 76 - Fax: 04 78 47 78 75 - Web: www.lyon.cemagref.fr
> Cemagref-Lyon 3bis, quai Chauveau C.P.220 69336 Lyon cedex09 FRANCE
> << Interpoler est difficile, extrapoler est téméraire >>
>
>
> _______________________________________________
> photran mailing list
> photran@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/photran
>
>
>  _______________________________________________
> photran mailing list
> photran@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/photran
>
>
>
>
>  --
> Jean-Baptiste FAURE
> Cemagref - Unité de Recherche Hydrologie-Hydraulique
> Tel: 04 72 20 87 76 - Fax: 04 78 47 78 75 - Web: www.lyon.cemagref.fr
> Cemagref-Lyon 3bis, quai Chauveau C.P.220 69336 Lyon cedex09 FRANCE
> << Interpoler est difficile, extrapoler est téméraire >>
>
> _______________________________________________
> photran mailing list
> photran@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/photran
>
>
>


Back to the top