From: Rick M. <rm...@sa...> - 2005-03-07 18:10:48
|
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 - rm...@sa... - http://www.cs.sandia.gov/~rmuller Computational Materials and Molecular Biology Sandia National Laboratories PO Box 5800, M/S 1110 Albuquerque, NM 87185-1110 |