On 28/10/06, Eric Firing <[EMAIL PROTECTED]> wrote:
>
> The error is not in matplotlib, it is in a pygtk header file, which is
> presumably coming from a Redhat package.  I don't know why it is

  True.

> happening or what the best solution is, though.  It looks like the
> pygobject.h that I have has "typename_", not "typename", so I am
> thinking maybe this is a pygtk bug, since fixed, in which "typename" is
> in conflict with something.

  C++, typename is a reserved word there.

  You might try editing your copy of
> pygobject.h, adding the trailing underscore to "typename" on both lines
> where it occurs.  It can't hurt; these are just dummy variable names.

  That is the solution, and you say the same that was adopted by the
project to solve the problem.

> Eric


-- 
José Abílio

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to