I'm trying to install matplotlib and currently getting the below
error. I searched the group and google and couldn't find anything
similar... Any ideas?
Thanks in advance!
src/ft2font.cpp: In member function 'Py::Object
Glyph::get_path (FT_FaceRec_* const&)':
src/ft2font.cpp:441 : error: 'FT_CURVE_TAG_C UBIC' was not declared in
this scope
src/ft2font.cpp:444 : error: 'FT_CURVE_TAG_C ONIC' was not declared in
this scope
src/ft2font.cpp:447 : error: 'FT_CURVE_TAG_O N' was not declared in this
scope
src/ft2font.cpp:487 : error: 'FT_CURVE_TAG_O N' was not declared in this
scope
src/ft2font.cpp:500 : error: 'FT_CURVE_TAG_C ONIC' was not declared in
this scope
src/ft2font.cpp:572 : error: 'FT_CURVE_TAG_C UBIC' was not declared in
this scope
src/ft2font.cpp: In member function 'Py::Object
FT2Font::set_te xt(const Py::Tuple&, const Py::Dict&)':
src/ft2font.cpp:983 : error: 'FT_KERNING_DEF AULT' was not declared in
this scope
src/ft2font.cpp: In member function 'Py::Object
FT2Font::get_ps _font_info(cons t Py::Tuple&)':
src/ft2font.cpp:142 8: error: 'PS_FontInfoRec ' was not declared in this
scope
src/ft2font.cpp:142 8: error: expected `;' before 'fontinfo'
src/ft2font.cpp:143 0: error: 'fontinfo' was not declared in this scope
src/ft2font.cpp:143 0: error: 'FT_Get_PS_Font _Info' was not declared in
this scope
src/ft2font.cpp: In function 'void initft2font()':
src/ft2font.cpp:188 4: error: 'FT_KERNING_DEF AULT' was not declared in
this scope
src/ft2font.cpp:188 5: error: 'FT_KERNING_UNF ITTED' was not declared in
this scope
src/ft2font.cpp:188 6: error: 'FT_KERNING_UNS CALED' was not declared in
this scope
src/ft2font.cpp:190 5: error: 'FT_LOAD_NO_AUT OHINT' was not declared in
this scope
src/ft2font.cpp:190 6: error: 'FT_LOAD_TARGET _NORMAL' was not declared
in this scope
src/ft2font.cpp:190 7: error: 'FT_LOAD_TARGET _LIGHT' was not declared
in this scope
src/ft2font.cpp:190 8: error: 'FT_LOAD_TARGET _MONO' was not declared in
this scope
src/ft2font.cpp:190 9: error: 'FT_LOAD_TARGET _LCD' was not declared in
this scope
src/ft2font.cpp:191 0: error: 'FT_LOAD_TARGET _LCD_V' was not declared
in this scope
error: command 'gcc' failed with exit status 1
error. I searched the group and google and couldn't find anything
similar... Any ideas?
Thanks in advance!
src/ft2font.cpp: In member function 'Py::Object
Glyph::get_path (FT_FaceRec_* const&)':
src/ft2font.cpp:441 : error: 'FT_CURVE_TAG_C UBIC' was not declared in
this scope
src/ft2font.cpp:444 : error: 'FT_CURVE_TAG_C ONIC' was not declared in
this scope
src/ft2font.cpp:447 : error: 'FT_CURVE_TAG_O N' was not declared in this
scope
src/ft2font.cpp:487 : error: 'FT_CURVE_TAG_O N' was not declared in this
scope
src/ft2font.cpp:500 : error: 'FT_CURVE_TAG_C ONIC' was not declared in
this scope
src/ft2font.cpp:572 : error: 'FT_CURVE_TAG_C UBIC' was not declared in
this scope
src/ft2font.cpp: In member function 'Py::Object
FT2Font::set_te xt(const Py::Tuple&, const Py::Dict&)':
src/ft2font.cpp:983 : error: 'FT_KERNING_DEF AULT' was not declared in
this scope
src/ft2font.cpp: In member function 'Py::Object
FT2Font::get_ps _font_info(cons t Py::Tuple&)':
src/ft2font.cpp:142 8: error: 'PS_FontInfoRec ' was not declared in this
scope
src/ft2font.cpp:142 8: error: expected `;' before 'fontinfo'
src/ft2font.cpp:143 0: error: 'fontinfo' was not declared in this scope
src/ft2font.cpp:143 0: error: 'FT_Get_PS_Font _Info' was not declared in
this scope
src/ft2font.cpp: In function 'void initft2font()':
src/ft2font.cpp:188 4: error: 'FT_KERNING_DEF AULT' was not declared in
this scope
src/ft2font.cpp:188 5: error: 'FT_KERNING_UNF ITTED' was not declared in
this scope
src/ft2font.cpp:188 6: error: 'FT_KERNING_UNS CALED' was not declared in
this scope
src/ft2font.cpp:190 5: error: 'FT_LOAD_NO_AUT OHINT' was not declared in
this scope
src/ft2font.cpp:190 6: error: 'FT_LOAD_TARGET _NORMAL' was not declared
in this scope
src/ft2font.cpp:190 7: error: 'FT_LOAD_TARGET _LIGHT' was not declared
in this scope
src/ft2font.cpp:190 8: error: 'FT_LOAD_TARGET _MONO' was not declared in
this scope
src/ft2font.cpp:190 9: error: 'FT_LOAD_TARGET _LCD' was not declared in
this scope
src/ft2font.cpp:191 0: error: 'FT_LOAD_TARGET _LCD_V' was not declared
in this scope
error: command 'gcc' failed with exit status 1
Comment