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

Reply via email to