hodgesse1 / rfortran

Automatically exported from code.google.com/p/rfortran
0 stars 0 forks source link

Problems compiling RFortran projects under IVF12 #91

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
*** What steps will reproduce the problem?

1. Install RFortran and open a example project in IVF12
2. Click on compile and build 

*** What is the expected output?

No errors

*** What do you see instead?

Strange errors - related to the program database/arguments being too 
long/multifile optimisation errors etc. 

The errors are inconsistent - some RFortran projects are fine, others are not

*** What version of RFortran are you using?

*** What Fortran compiler (name and version number) are you using?

IVF12.0

*** Please provide any additional information below.

IVF12 converts IVF11 project file (*.vfproj) and this conversion process seems 
to introduce some errors. 

This will be investigated in the future as IVF12 compiler becomes available.

A suitable workaround in the meantime is to create a new IVF12 project from 
scratch and copy/paste the relevant source code from the old to the new 
project. 

Keep in mind you will need change project properties to access the RFORTRAN 
static library see -

http://code.google.com/p/rfortran/wiki/UsingRFortran#Setting_up_your_own_project
s_to_use_RFortran_Functionality

Original issue reported on code.google.com by mark.th...@gmail.com on 15 Feb 2011 at 12:06