Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] How to set up Photran to work with gFortran

Hi ! Thanks for trying to help me !


> I'm using 64bit Snow Leopard without a problem. 

So, I can have some hope...

> For the "nothing to build" - have you created a build configuration for your project?

No, I use the standard release build configuration. Normally, Eclipse automatically generate a make file, which it uses to compile the project. In my case, even this step is not done. I don't know actually why...

> I not, right-click on your project, select properties, and then - Fortran Build. In the right side of the wizard, you should be able to see "Manage configurations", where you can add a configuration linked to you your make file, e.g. make -f makefile.mk in Builder Settings tab and "all" in "Build" of "Behaivor" tab. These configurations are what you see in the 'Build' drop down list of Eclipse.
> 
> Maksym
> 
> --- On Mon, 2/1/10, Cyril Georgy <Cyril.Georgy@xxxxxxxx> wrote:
> 
>> From: Cyril Georgy <Cyril.Georgy@xxxxxxxx>
>> Subject: Re: [photran] How to set up Photran to work with gFortran
>> To: "Photran Information" <photran@xxxxxxxxxxx>
>> Date: Monday, February 1, 2010, 8:53 AM
>> Hi !
>> 
>> Sorry to come back with my SnowLeopard problems, but from
>> now, no solution seems to work...
>> 
>> Few remembers :
>> - OS : SnowLeopard 10.6.2
>> - Eclipse 3.5.1
>> - CDT 6.0.1
>> - Photran 5.0
>> - compiler gfortran
>> - gnu make
>> 
>> I try to built a very simple "hello world" program with
>> eclipse. I read that some problems exist with the 64 bites
>> architecture, but my problem arise well before : I event
>> don't can to produce any executable...
>> 
>> When I built my project (well highlighted, and so on), the
>> only thing which happens is a "Nothing to built" message.
>> Nothing is done in the project-directory (before, when all
>> worked well, I had a new subdirectory containing the
>> executable, and I was able to find the make file somewhere).
>> Now, strictly nothing is done : I just have my .f95 file,
>> some headers .h, a .cproject and a .project files, but
>> nothing more...
>> 
>> Somebody else encounters this problem ? Somebody solved it
>> ?
>> 
>> Thanks in advance !
>> 
>> Cyril
>> 
>> 
>> --------------------------------------------------
>> Cyril Georgy
>> tél direct: +41 22 379 24 55
>> mail: Cyril.Georgy@xxxxxxxx
>> --------------------------------------------------
>> Observatoire de Genève
>> Faculté des Sciences
>> Chemin des Maillettes 51
>> CH - 1290 Versoix
>> --------------------------------------------------
>> 
>> 
>> 
>> _______________________________________________
>> photran mailing list
>> photran@xxxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/photran
>> 
> 
> 
> 
> 
> _______________________________________________
> photran mailing list
> photran@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/photran

--------------------------------------------------
Cyril Georgy
tél direct: +41 22 379 24 55
mail: Cyril.Georgy@xxxxxxxx
--------------------------------------------------
Observatoire de Genève
Faculté des Sciences
Chemin des Maillettes 51
CH - 1290 Versoix
--------------------------------------------------





Back to the top