Re: [f2py] mixed f77/f90 code

Pearu Peterson <[email protected]> Wed, 24 Nov 2010 07:56:10 +0200
Newsgroups gmane.comp.python.f2py.user
Message-ID <[email protected]>
Hi,

Could you send a more complete example demonstrating the problem?
The failure may not be related to f77 and f90 cooperation...

Pearu

On Wed, Nov 24, 2010 at 6:23 AM, jaspeR <[email protected]> wrote:
> jaspeR <jasper.werhahn@...> writes:
>
> i should clarify one point here:
>
>> error: 'fcn_typedef' undeclared (first use in this function)
>> error: (Each undeclared identifier is reported only once
>> error: for each function it appears in.)
>> error: syntax error before 'fcn_cptr'
>> error: 'fcn_cptr' undeclared (first use in this function)
>> error: 'fcn' undeclared (first use in this function)
>> error: 'fcn_nofargs' undeclared (first use in this function)
>> error: stray '#' in program
>> error: stray '#' in program
>> error: 'maxnofargs' undeclared (first use in this function)
>> error: stray '#' in program
>> error: stray '#' in program
>> error: 'nofoptargs' undeclared (first use in this function)
>>
>
> 'fcn' is the name for the free format written function in the linpack
> subroutines, so there seems to be a problem to hand those functions to the f77
> fitting subroutines.
>
>
>
>
>
>
> _______________________________________________
> f2py-users mailing list
> f2py-users-Y4l6ocDipWCuvFJfX82//[email protected]
> http://cens.ioc.ee/mailman/listinfo/f2py-users
>