This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

f90gl and gfortran


Hi !

First of all, thanks to Erik Schnetter to William Scott for their help !

I'd like to use f90gl like I did with ibm/intel compilers. I don't need the patch for the "ichar" bug / I did built the compiler from the svn yesterday.

Do you have an idea on that error when building f90gl :

gfortran -O  -I../include/GL -c fwrapglu.f90
In file fwrapglu.f90:1262

    call fgluquadriccallback(temp,i,which,callbackfunc)
                                         1
Error: Type/rank mismatch in argument 'callbackfunc' at (1)
In file fwrapglu.f90:1118

    call fglunurbscallback(temp,i,which,callbackfunc)
                                       1
Error: Type/rank mismatch in argument 'callbackfunc' at (1)
make[1]: *** [fwrapglu.o] Error 1
make: *** [default] Error 2


I'm using Mac OS 10.4.3


Best regards !

PO


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]