Can you provide the compiler output you were seeing?  Which version of 
matplotlib are you using?

I've been using the SVN trunk on F11 for weeks with no issues, so I just 
want to verify the problem and solution are the correct ones here.

Cheers,
Mike

Andrei Smirnov wrote:
> A possible bug:
>
> I just tried to build matplotlib on Fedora 11 with:
>
> python setup.py build
>
> and it aborted with unresolved referecne to vsprintf
>
> I fixed the problem by including:
>
> #include <stdio.h>
>
> into
>
> src/mplutils.cpp
>
> -- 
> Andrei V. Smirnov, PhD.
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> Matplotlib-devel mailing list
> Matplotlib-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>   

-- 
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA


------------------------------------------------------------------------------
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to