Does not build on Fedora 11

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.

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
matplotlib-devel List Signup and Options
  
--
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA