[f2py] f2py extension failure

Robert Kern robert.kern at gmail.com
Tue Oct 4 18:53:34 EEST 2005


Chris Fonnesbeck wrote:
> I have a f2py extension that I am compiling with gcc 3.3 on OSX (and
> g77 3.4.1). I get the following warnings on build:

[snip]

> /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4/pyport.h:397:
> warning: 'struct winsize' declared inside parameter list
> 
> Though it builds the extension successfully. However, when I attempt
> to use the extension, I get a nasty

Check which gcc you're using again. I've only seen that "struct winsize"
warning when trying to compile with gcc 4.

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the f2py-users mailing list