`python3 setup.py build` fails with this error:

========================================
...

running build_ext
building 'matplotlib.ft2font' extension
creating build\temp.win32-3.3
creating build\temp.win32-3.3\Release
creating build\temp.win32-3.3\Release\src
creating build\temp.win32-3.3\Release\cxx
C:\MinGW\bin\gcc.exe -mdll -O -Wall -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API 
-DPYCXX_ISO_CPP_LIB=1 -DPYCXX_PYTHON_2TO3=1 -Iwin32_static\include 
-Ic:\python33\lib\site-packages\numpy\core\include -I. 
-Iwin32_static\include\freetype2 
-Ic:\python33\lib\site-packages\numpy\core\include\freetype2 -I.\freetype2 
-Ic:\python33\include -Ic:\python33\include -c src/ft2font.cpp -o 
build\temp.win32-3.3\Release\src\ft2font.o
In file included from src/ft2font.cpp:3:0:
src/ft2font.h:16:22: fatal error: ft2build.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
========================================

It seems like it looks for freetype header file.
How to supply this?

Thanks


------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to