matplotlib FC3 install problems (was Re: matplotlib Redhat 9.0 install problems)

Thanks. That worked fine.

R.

···

On Mar 7, 2005, at 10:41 AM, Stephen Walton wrote:

Rick Muller wrote:

First, let me tell you how jaw-droppingly-cool I think matplotlib is.

Ditto.

/usr/include/pygtk-2.0/pygobject.h:140: error: expected `,' or `...' before "typename"
/usr/include/pygtk-2.0/pygobject.h:147: error: expected `,' or `...' before "typename"

Old known problem with these include files, fixed at some more recent version of pygtk. 'typename' is now a reserved word and so can't be used as a variable name. Edit the above two lines and change 'typename' to '_typename' manually and you'll have no trouble building matplotlib on FC3. Heck that's what a lot of us are running.

Rick Muller - rmuller@...176... - http://www.cs.sandia.gov/~rmuller
Computational Materials and Molecular Biology
Sandia National Laboratories
PO Box 5800, M/S 1110
Albuquerque, NM 87185-1110