Advertisement
Guest User

matplotlib errors

a guest
Nov 3rd, 2010
743
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 58.93 KB | None | 0 0
  1. In file included from src/ft2font.cpp:1In file included from src/ft2font.cpp:1:
  2. src/ft2font.h:14:22: error: ft2build.h: No such file or directory
  3. src/ft2font.h:15:10: error: #include expects "FILENAME" or <FILENAME>
  4. src/ft2font.h:16:10: error: #include expects "FILENAME" or <FILENAME>
  5. src/ft2font.h:17:10: error: #include expects "FILENAME" or <FILENAME>
  6. src/ft2font.h:18:10: error: #include expects "FILENAME" or <FILENAME>
  7. src/ft2font.h:19:10: error: #include expects "FILENAME" or <FILENAME>
  8. :
  9. src/ft2font.h:14:22: error: ft2build.h: No such file or directory
  10. src/ft2font.h:15:10: error: #include expects "FILENAME" or <FILENAME>
  11. src/ft2font.h:16:10: error: #include expects "FILENAME" or <FILENAME>
  12. src/ft2font.h:17:10: error: #include expects "FILENAME" or <FILENAME>
  13. src/ft2font.h:18:10: error: #include expects "FILENAME" or <FILENAME>
  14. src/ft2font.h:19:10: error: #include expects "FILENAME" or <FILENAME>
  15. src/ft2font.h:33: error: ‘FT_Bitmap’ has not been declared
  16. src/ft2font.h:33: error: ‘FT_Int’ has not been declared
  17. src/ft2font.h:33: error: ‘FT_Int’ has not been declared
  18. src/ft2font.h:89: error: expected ‘,or ‘...’ before ‘&’ token
  19. src/ft2font.h:89: error: ISO C++ forbids declaration of ‘FT_Face’ with no type
  20. src/ft2font.h:95: error: expected ‘,or ‘...’ before ‘&’ token
  21. src/ft2font.h:95: error: ISO C++ forbids declaration of ‘FT_Face’ with no type
  22. src/ft2font.h:137: error: ‘FT_Face’ does not name a type
  23. src/ft2font.h:138: error: ‘FT_Matrix’ does not name a type
  24. src/ft2font.h:139: error: ‘FT_Vector’ does not name a type
  25. src/ft2font.h:140: error: ‘FT_Error’ does not name a type
  26. src/ft2font.h:141: error: ‘FT_Glyph’ was not declared in this scope
  27. src/ft2font.h:141: error: template argument 1 is invalid
  28. src/ft2font.h:141: error: template argument 2 is invalid
  29. src/ft2font.h:142: error: ‘FT_Vector’ was not declared in this scope
  30. src/ft2font.h:142: error: template argument 1 is invalid
  31. src/ft2font.h:142: error: template argument 2 is invalid
  32. src/ft2font.h:148: error: ‘FT_BBox’ does not name a type
  33. src/ft2font.cpp:45: error: ‘FT_Library’ does not name a type
  34. src/ft2font.cpp:108: error: variable or field ‘draw_bitmap’ declared void
  35. src/ft2font.cpp:108: error: ‘int FT2Image::draw_bitmap’ is not a static member of ‘class FT2Image’
  36. src/ft2font.cpp:108: error: ‘FT_Bitmap’ was not declared in this scope
  37. src/ft2font.cpp:108: error: ‘bitmap’ was not declared in this scope
  38. src/ft2font.cpp:109: error: ‘FT_Int’ was not declared in this scope
  39. src/ft2font.cpp:110: error: ‘FT_Int’ was not declared in this scope
  40. src/ft2font.cpp:110: error: initializer expression list treated as compound expression
  41. src/ft2font.cpp:111: error: expected ‘,or;’ before ‘{token
  42. src/ft2font.cpp:423: error: expected ‘,or ‘...’ before ‘&’ token
  43. src/ft2font.cpp:423: error: ISO C++ forbids declaration of ‘FT_Face’ with no type
  44. src/ft2font.cpp: In constructor ‘Glyph::Glyph(int)’:
  45. src/ft2font.cpp:424: error: ‘ind’ was not declared in this scope
  46. src/ft2font.cpp:428: error: ‘FT_BBox’ was not declared in this scope
  47. src/ft2font.cpp:428: error: expected `;' before ‘bbox’
  48. src/ft2font.cpp:429: error: ‘glyph’ was not declared in this scope
  49. src/ft2font.cpp:429: error: ‘ft_glyph_bbox_subpixels’ was not declared in this scope
  50. src/ft2font.cpp:429: error: ‘bbox’ was not declared in this scope
  51. src/ft2font.cpp:429: error: ‘FT_Glyph_Get_CBox’ was not declared in this scope
  52. src/ft2font.cpp:431: error: ‘face’ was not declared in this scope
  53. src/ft2font.cpp:451: error: no matching function for call to ‘Glyph::get_path(<type error>)’
  54. src/ft2font.h:95: note: candidates are: Py::Object Glyph::get_path(int)
  55. src/ft2font.h:33: error: ‘FT_Bitmap’ has not been declared
  56. src/ft2font.h:33: error: ‘FT_Int’ has not been declared
  57. src/ft2font.h:33: error: ‘FT_Int’ has not been declared
  58. src/ft2font.h:89: error: expected ‘,’ or ‘...’ before ‘&’ tokensrc/ft2font.cpp: At global scope:
  59. src/ft2font.cpp:483: error: expected ‘,’ or ‘...’ before ‘&’ token
  60. src/ft2font.cpp:483: error: ISO C++ forbids declaration of ‘FT_Face’ with no type
  61. src/ft2font.cpp: In member function ‘Py::Object Glyph::get_path(int)’:
  62. src/ft2font.cpp:489: error: ‘FT_Outline’ was not declared in this scope
  63. src/ft2font.cpp:489: error: ‘outline’ was not declared in this scope
  64. src/ft2font.cpp:489: error: ‘face’ was not declared in this scope
  65. src/ft2font.cpp:494: error: ‘FT_Vector’ was not declared in this scope
  66. src/ft2font.cpp:494: error: expected `;' before ‘v_last’
  67. src/ft2font.cpp:495: error: expected `;' before ‘v_control’
  68. src/ft2font.cpp:496: error: expected `;' before ‘v_start’
  69. src/ft2font.cpp:498: error: ‘point’ was not declared in this scope
  70. src/ft2font.cpp:499: error: ‘limit’ was not declared in this scope
  71. src/ft2font.cpp:515: error: ‘v_start’ was not declared in this scope
  72. src/ft2font.cpp:516: error: ‘v_last’ was not declared in this scope
  73. src/ft2font.cpp:518: error: ‘v_control’ was not declared in this scope
  74. src/ft2font.cpp:522: error: ‘FT_CURVE_TAG’ was not declared in this scope
  75. src/ft2font.cpp:525: error: ‘FT_CURVE_TAG_CUBIC’ was not declared in this scope
  76. src/ft2font.cpp:531: error: ‘FT_CURVE_TAG_CONIC’ was not declared in this scope
  77. src/ft2font.cpp:534: error: ‘FT_CURVE_TAG_ON’ was not declared in this scope
  78. src/ft2font.cpp:574: error: ‘FT_CURVE_TAG_ON’ was not declared in this scope
  79. src/ft2font.cpp:587: error: ‘FT_CURVE_TAG_CONIC’ was not declared in this scope
  80. src/ft2font.cpp:595: error: expected `;' before ‘vec’
  81. src/ft2font.cpp:596: error: expected `;' before ‘v_middle’
  82. src/ft2font.cpp:602: error: ‘vec’ was not declared in this scope
  83. src/ft2font.cpp:626: error: ‘v_middle’ was not declared in this scope
  84. src/ft2font.cpp:660: error: expected `;' before ‘vec1’
  85. src/ft2font.cpp:662: error: ‘FT_CURVE_TAG_CUBIC’ was not declared in this scope
  86. src/ft2font.cpp:667: error: ‘vec1’ was not declared in this scope
  87. src/ft2font.cpp:669: error: ‘vec2’ was not declared in this scope
  88. src/ft2font.cpp:677: error: expected `;' before ‘vec’
  89. src/ft2font.cpp:679: error: ‘vec’ was not declared in this scope
  90.  
  91. src/ft2font.h:89: error: ISO C++ forbids declaration of ‘FT_Face’ with no type
  92. src/ft2font.h:95: error: expected ‘,or ‘...’ before ‘&’ token
  93. src/ft2font.h:95: error: ISO C++ forbids declaration of ‘FT_Face’ with no type
  94. src/ft2font.h:137: error: ‘FT_Face’ does not name a type
  95. src/ft2font.h:138: error: ‘FT_Matrix’ does not name a type
  96. src/ft2font.h:139: error: ‘FT_Vector’ does not name a type
  97. src/ft2font.h:140: error: ‘FT_Error’ does not name a type
  98. src/ft2font.h:141: error: ‘FT_Glyph’ was not declared in this scope
  99. src/ft2font.h:141: error: template argument 1 is invalid
  100. src/ft2font.h:141: error: template argument 2 is invalid
  101. src/ft2font.h:142: error: ‘FT_Vector’ was not declared in this scope
  102. src/ft2font.h:142: error: template argument 1 is invalid
  103. src/ft2font.h:142: error: template argument 2 is invalid
  104. src/ft2font.h:148: error: ‘FT_BBox’ does not name a type
  105. src/ft2font.cpp: In constructor ‘FT2Font::FT2Font(std::string)’:
  106. src/ft2font.cpp:739: error: ‘_ft2Library’ was not declared in this scope
  107. src/ft2font.cpp:739: error: ‘face’ was not declared in this scope
  108. src/ft2font.cpp:739: error: ‘FT_New_Face’ was not declared in this scope
  109. src/ft2font.cpp:741: error: ‘FT_Err_Unknown_File_Format’ was not declared in this scope
  110. src/ft2font.cpp:748: error: ‘FT_Err_Cannot_Open_Resource’ was not declared in this scope
  111. src/ft2font.cpp:755: error: ‘FT_Err_Invalid_File_Format’ was not declared in this scope
  112. src/ft2font.cpp:772: error: ‘FT_Set_Char_Size’ was not declared in this scope
  113. src/ft2font.cpp:773: error: ‘FT_Matrix’ does not name a type
  114. src/ft2font.cpp:774: error: ‘transform’ was not declared in this scope
  115. src/ft2font.cpp:774: error: ‘FT_Set_Transform’ was not declared in this scope
  116. src/ft2font.cpp:791: error: ‘FT_Get_Postscript_Name’ was not declared in this scope
  117. src/ft2font.cpp:819: error: ‘FT_IS_SCALABLE’ was not declared in this scope
  118. src/ft2font.cpp:45: error: ‘FT_Library’ does not name a type
  119. src/ft2font.cpp: In destructor ‘virtual FT2Font::~FT2Font()’:
  120. src/ft2font.cpp:852: error: ‘face’ was not declared in this scope
  121. src/ft2font.cpp:852: error: ‘FT_Done_Face’ was not declared in this scope
  122. src/ft2font.cpp:854: error: request for member ‘size’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  123. src/ft2font.cpp:856: error: invalid typesint[size_t]for array subscript
  124. src/ft2font.cpp:856: error: ‘FT_Done_Glyph’ was not declared in this scope
  125. src/ft2font.cpp:108: error: variable or field ‘draw_bitmap’ declared void
  126. src/ft2font.cpp:108: error: ‘int FT2Image::draw_bitmap’ is not a static member of ‘class FT2Image’
  127. src/ft2font.cpp:108: error: ‘FT_Bitmap’ was not declared in this scope
  128. src/ft2font.cpp:108: error: ‘bitmap’ was not declared in this scope
  129. src/ft2font.cpp:109: error: ‘FT_Int’ was not declared in this scope
  130. src/ft2font.cpp:110: error: ‘FT_Int’ was not declared in this scope
  131. src/ft2font.cpp:110: error: initializer expression list treated as compound expression
  132. src/ft2font.cpp:111: error: expected ‘,or;’ before ‘{token
  133. src/ft2font.cpp: In member function ‘Py::Object FT2Font::clear(const Py::Tuple&)’:
  134. src/ft2font.cpp:893: error: ‘pen’ was not declared in this scope
  135. src/ft2font.cpp:896: error: request for member ‘size’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  136. src/ft2font.cpp:898: error: invalid typesint[size_t]for array subscript
  137. src/ft2font.cpp:898: error: ‘FT_Done_Glyph’ was not declared in this scope
  138. src/ft2font.cpp:901: error: request for member ‘clear’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  139. src/ft2font.cpp: In member function ‘Py::Object FT2Font::set_size(const Py::Tuple&)’:
  140. src/ft2font.cpp:925: error: ‘face’ was not declared in this scope
  141. src/ft2font.cpp:927: error: ‘FT_Set_Char_Size’ was not declared in this scope
  142. src/ft2font.cpp:928: error: ‘FT_Matrix’ does not name a type
  143. src/ft2font.cpp:929: error: ‘transform’ was not declared in this scope
  144. src/ft2font.cpp:929: error: ‘FT_Set_Transform’ was not declared in this scope
  145. src/ft2font.cpp: In member function ‘Py::Object FT2Font::set_charmap(const Py::Tuple&)’:
  146. src/ft2font.cpp:956: error: ‘face’ was not declared in this scope
  147. src/ft2font.cpp:960: error: ‘FT_CharMap’ was not declared in this scope
  148. src/ft2font.cpp:960: error: expected `;' before ‘charmap’
  149. src/ft2font.cpp:961: error: ‘face’ was not declared in this scope
  150. src/ft2font.cpp:961: error: ‘charmap’ was not declared in this scope
  151. src/ft2font.cpp:961: error: ‘FT_Set_Charmap’ was not declared in this scope
  152. src/ft2font.cpp: In member function ‘Py::Object FT2Font::select_charmap(const Py::Tuple&)’:
  153. src/ft2font.cpp:982: error: ‘face’ was not declared in this scope
  154. src/ft2font.cpp:982: error: ‘FT_Encoding’ was not declared in this scope
  155. src/ft2font.cpp:982: error: ‘FT_Select_Charmap’ was not declared in this scope
  156. src/ft2font.cpp: At global scope:
  157. src/ft2font.cpp:989: error: ‘FT_BBox’ does not name a type
  158. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_kerning(const Py::Tuple&)’:
  159. src/ft2font.cpp:1048: error: ‘face’ was not declared in this scope
  160. src/ft2font.cpp:1048: error: ‘FT_HAS_KERNING’ was not declared in this scope
  161. src/ft2font.cpp:1052: error: ‘FT_Vector’ was not declared in this scope
  162. src/ft2font.cpp:1052: error: expected `;' before ‘delta’
  163. src/ft2font.cpp:1054: error: ‘face’ was not declared in this scope
  164. src/ft2font.cpp:1054: error: ‘delta’ was not declared in this scope
  165. src/ft2font.cpp:1054: error: ‘FT_Get_Kerning’ was not declared in this scope
  166. src/ft2font.cpp: In member function ‘Py::Object FT2Font::set_text(const Py::Tuple&, const Py::Dict&)’:
  167. src/ft2font.cpp:1100: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared in this scope
  168. src/ft2font.cpp:1107: error: ‘matrix’ was not declared in this scope
  169. src/ft2font.cpp:1107: error: ‘FT_Fixed’ was not declared in this scope
  170. src/ft2font.cpp:1112: error: ‘FT_Bool’ was not declared in this scope
  171. src/ft2font.cpp:1112: error: expected `;' before ‘use_kerning’
  172. src/ft2font.cpp:1113: error: ‘FT_UInt’ was not declared in this scope
  173. src/ft2font.cpp:1113: error: expected `;' before ‘previous’
  174. src/ft2font.cpp:1115: error: request for member ‘resize’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  175. src/ft2font.cpp:1116: error: ‘pen’ was not declared in this scope
  176. src/ft2font.cpp:1123: error: expected `;' before ‘glyph_index’
  177. src/ft2font.cpp:1130: error: ‘glyph_index’ was not declared in this scope
  178. src/ft2font.cpp:1130: error: ‘face’ was not declared in this scope
  179. src/ft2font.cpp:1130: error: ‘FT_Get_Char_Index’ was not declared in this scope
  180. src/ft2font.cpp:1135: error: ‘glyph_index’ was not declared in this scope
  181. src/ft2font.cpp:1135: error: ‘face’ was not declared in this scope
  182. src/ft2font.cpp:1135: error: ‘FT_Get_Char_Index’ was not declared in this scope
  183. src/ft2font.cpp:1139: error: ‘use_kerning’ was not declared in this scope
  184. src/ft2font.cpp:1139: error: ‘previous’ was not declared in this scope
  185. src/ft2font.cpp:1139: error: ‘glyph_index’ was not declared in this scope
  186. src/ft2font.cpp:1141: error: ‘FT_Vector’ was not declared in this scope
  187. src/ft2font.cpp:1141: error: expected `;' before ‘delta’
  188. src/ft2font.cpp:1142: error: ‘face’ was not declared in this scope
  189. src/ft2font.cpp:1143: error: ‘FT_KERNING_DEFAULT’ was not declared in this scope
  190. src/ft2font.cpp:423: error: expected ‘,or ‘...’ before ‘&’ tokensrc/ft2font.cpp:1143: error: ‘delta’ was not declared in this scope
  191.  
  192. src/ft2font.cpp:1143: error: ‘FT_Get_Kerning’ was not declared in this scope
  193. src/ft2font.cpp:423: error: ISO C++ forbids declaration of ‘FT_Face’ with no type
  194. src/ft2font.cpp:1146: error: ‘error’ was not declared in this scope
  195. src/ft2font.csrc/ft2font.cpp: In constructor ‘Glyph::Glyph(int)’:
  196. src/ft2font.cpp:424: error: ‘ind’ was not declared in this scope
  197. pp:1146: error: ‘face’ was not declared in this scope
  198. src/ft2font.cpp:1146: error: ‘glyph_index’ was not declared in this scope
  199. src/ft2font.cpp:1146: error: ‘FT_Load_Glyph’ was not declared in this scope
  200. src/ft2font.cpp:428: error: ‘FT_BBox’ was not declared in this scope
  201. src/ft2font.cpp:428: error: expected `;' before ‘bbox’
  202. src/ft2font.cpp:1156: error: ‘FT_Glyph’ was not declared in this scope
  203. src/ft2font.cpp:429: error: ‘glyph’ was not declared in this scope
  204. src/ft2font.cpp:1156: error: expected `;' before ‘thisGlyph’
  205. src/ft2font.cpp:429: error: ‘ft_glyph_bbox_subpixels’ was not declared in this scope
  206. src/ft2font.cpp:1157: error: ‘thisGlyph’ was not declared in this scopesrc/ft2font.cpp:429: error: ‘bbox’ was not declared in this scope
  207.  
  208. src/ft2font.cpp:1157: error: ‘FT_Get_Glyph’ was not declared in this scopesrc/ft2font.cpp:429: error: ‘FT_Glyph_Get_CBox’ was not declared in this scope
  209.  
  210. src/ft2font.cpp:431: error: ‘face’ was not declaredsrc/ft2font.cpp:1166: error: ‘FT_Glyph_Transform’ was not declared in this scope
  211. src/ft2font.cpp:1173: error: ‘previous’ was not declared in this scope
  212. src/ft2font.cpp:1174: error: request for member ‘push_back’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  213. src/ft2font.cpp:1178: error: request for member ‘size’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  214. src/ft2font.cpp:1180: error: invalid typesint[unsigned int]for array subscript
  215. src/ft2font.cpp:1180: error: ‘FT_Glyph_Transform’ was not declared in this scope
  216.  in this scope
  217. src/ft2font.cpp:451: error: no matching function for call to ‘Glyph::get_path(<type error>)
  218. src/ft2font.h:95: note: candidates are: Py::Object Glyph::get_path(int)
  219. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_num_glyphs(const Py::Tuple&)’:
  220. src/ft2font.cpp:1198: error: request for member ‘size’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  221. src/ft2font.cpp: In member function ‘Py::Object FT2Font::load_char(const Py::Tuple&, const Py::Dict&)’:
  222. src/ft2font.cpp:1224: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared in this scope
  223. src/ft2font.cpp:1230: error: ‘face’ was not declared in this scope
  224. src/ft2font.cpp:1230: error: ‘FT_Load_Char’ was not declared in this scope
  225. src/ft2font.cpp:1237: error: ‘FT_Glyph’ was not declared in this scope
  226. src/ft2font.cpp:1237: error: expected `;' before ‘thisGlyph’
  227. src/ft2font.cpp:1238: error: ‘thisGlyph’ was not declared in this scope
  228. src/ft2font.cpp:1238: error: ‘FT_Get_Glyph’ was not declared in this scope
  229. src/ft2font.cpp:1245: error: request for member ‘size’ in ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
  230. src/ft2font.cpp:1246: error: request for member ‘push_back’ in ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
  231. src/ft2font.cpp:1247: error: no matching function for call to ‘Glyph::Glyph(<type error>, <type error>, size_t&)’
  232. src/ft2font.cpp:423: note: candidates are: Glyph::Glyph(int)
  233. src/ft2font.h:87: note:                 Glyph::Glyph(const Glyph&)
  234. src/ft2font.cpp: In member function ‘Py::Object FT2Font::load_glyph(const Py::Tuple&, const Py::Dict&)’:
  235. src/ft2font.cpp:1275: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared in this scope
  236. src/ft2font.cpp:1281: error: ‘face’ was not declared in this scope
  237. src/ft2font.cpp:1281: error: ‘FT_Load_Glyph’ was not declared in this scope
  238. src/ft2font.cpp:1288: error: ‘FT_Glyph’ was not declared in this scope
  239. src/ft2font.cpp:1288: error: expected `;' before ‘thisGlyph’
  240. src/ft2font.cpp:1289: error: ‘thisGlyph’ was not declared in this scope
  241. src/ft2font.cpp:1289: error: ‘FT_Get_Glyph’ was not declared in this scope
  242. src/ft2font.cpp:1296: error: request for member ‘size’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  243. src/ft2font.cpp:1297: error: request for member ‘push_back’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  244. src/ft2font.cpp:1298: error: no matching function for call to ‘Glyph::Glyph(<type error>, <type error>, size_t&)
  245. src/ft2font.cpp:423: note: candidates are: Glyph::Glyph(int)
  246. src/ft2font.h:87: note:                 Glyph::Glyph(const Glyph&)
  247. src/ft2font.cpp: At global scope:
  248. src/ft2font.cpp:483: error: expected ‘,or ‘...’ before ‘&’ token
  249. src/ft2font.cpp:483: error: ISO C++ forbids declaration of ‘FT_Face’ with no type
  250. src/ft2font.cpp: In member function ‘Py::Object Glyph::get_path(int)’:
  251. src/ft2font.cpp:489: error: ‘FT_Outline’ was not declared in this scope
  252. src/ft2font.cpp:489: error: ‘outline’ was not declared in this scopesrc/ft2font.cpp: In member function ‘Py::Object FT2Font::get_width_height(const Py::Tuple&)’:
  253. src/ft2font.cpp:1316: error: ‘FT_BBox’ was not declared in this scope
  254. src/ft2font.cpp:1316: error: expected `;' before ‘bbox’
  255. src/ft2font.cpp:1319: error: ‘bbox’ was not declared in this scope
  256. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_descent(const Py::Tuple&)’:
  257. src/ft2font.cpp:1337: error: ‘FT_BBox’ was not declared in this scope
  258. src/ft2font.cpp:1337: error: expected `;' before ‘bbox’
  259. src/ft2font.cpp:1338: error: ‘bbox’ was not declared in this scope
  260. src/ft2font.cpp: In member function ‘Py::Object FT2Font::draw_glyphs_to_bitmap(const Py::Tuple&)’:
  261. src/ft2font.cpp:1354: error: ‘FT_BBox’ was not declared in this scope
  262. src/ft2font.cpp:1354: error: expected `;' before ‘string_bbox’
  263. src/ft2font.cpp:1355: error: ‘string_bbox’ was not declared in this scope
  264. src/ft2font.cpp:1362: error: request for member ‘size’ in ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
  265. src/ft2font.cpp:1364: error: expected `;' before ‘bbox’
  266. src/ft2font.cpp:1365: error: invalid typesint[size_t]for array subscript
  267. src/ft2font.cpp:1365: error: ‘ft_glyph_bbox_pixels’ was not declared in this scope
  268. src/ft2font.cpp:1365: error: ‘bbox’ was not declared in this scope
  269. src/ft2font.cpp:1365: error: ‘FT_Glyph_Get_CBox’ was not declared in this scope
  270. src/ft2font.cpp:1367: error: ‘error’ was not declared in this scope
  271. src/ft2font.cpp:1367: error: invalid typesint[size_t]for array subscript
  272. src/ft2font.cpp:1368: error: ‘ft_render_mode_normal’ was not declared in this scope
  273. src/ft2font.cpp:1371: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
  274. src/ft2font.cpp:1377: error: ‘FT_BitmapGlyph’ was not declared in this scope
  275. src/ft2font.cpp:1377: error: expected `;' before ‘bitmap’
  276. src/ft2font.cpp:1381: error: ‘FT_Int’ was not declared in this scope
  277. src/ft2font.cpp:1381: error: expected `;' before ‘x’
  278. src/ft2font.cpp:1382: error: expected `;' before ‘y’
  279. src/ft2font.cpp:1384: error: ‘bitmap’ was not declared in this scope
  280. src/ft2font.cpp:1384: error: ‘x’ was not declared in this scope
  281. src/ft2font.cpp:1384: error: ‘y’ was not declared in this scope
  282. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_xys(const Py::Tuple&)’:
  283. src/ft2font.cpp:1403: error: ‘FT_BBox’ was not declared in this scope
  284. src/ft2font.cpp:1403: error: expected `;' before ‘string_bbox’
  285. src/ft2font.cpp:1404: error: request for member ‘size’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  286. src/ft2font.cpp:1406: error: request for member ‘size’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  287. src/ft2font.cpp:1409: error: expected `;' before ‘bbox’
  288. src/ft2font.cpp:1410: error: invalid types ‘int[size_t]’ for array subscript
  289. src/ft2font.cpp:1410: error: ‘ft_glyph_bbox_pixels’ was not declared in this scope
  290. src/ft2font.cpp:1410: error: ‘bbox’ was not declared in this scope
  291. src/ft2font.cpp:1410: error: ‘FT_Glyph_Get_CBox’ was not declared in this scope
  292. src/ft2font.cpp:1412: error: ‘error’ was not declared in this scope
  293. src/ft2font.cpp:1412: error: invalid types ‘int[size_t]’ for array subscript
  294. src/ft2font.cpp:1413: error: ‘ft_render_mode_normal’ was not declared in this scope
  295. src/ft2font.cpp:1416: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
  296. src/ft2font.cpp:1422: error: ‘FT_BitmapGlyph’ was not declared in this scope
  297. src/ft2font.cpp:1422: error: expected `;' before ‘bitmap’
  298.  
  299. src/ft2font.cpp:489: error: ‘face’ was not declared in this scope
  300. src/ft2font.cpp:494: error: ‘FT_Vector’ was not declared in this scope
  301. src/ft2font.cpp:494: error: expected `;' before ‘v_last’
  302. src/ft2font.cpp:495: error: expected `;' before ‘v_control’
  303. src/ft2font.cpp:496: error: expected `;' before ‘v_start’
  304. src/ft2font.cpp:498: error: ‘point’ was not declared in this scope
  305. src/ft2font.cpp:499: error: ‘limit’ was not declared in this scope
  306. src/ft2font.cpp:515: error: ‘v_start’ was not declared in this scope
  307. src/ft2font.cpp:516: error: ‘v_last’ was not declared in this scope
  308. src/ft2font.cpp:518: error: ‘v_control’ was not declared in this scope
  309. src/ft2font.cpp:522: error: ‘FT_CURVE_TAG’ was not declared in this scope
  310. src/ft2font.cpp:525: error: ‘FT_CURVE_TAG_CUBIC’ was not declared in this scope
  311. src/ft2font.cpp:531: error: ‘FT_CURVE_TAG_CONIC’ was not declared in this scope
  312. src/ft2font.cpp:534: error: ‘FT_CURVE_TAG_ON’ was not declared in this scope
  313. src/ft2font.cpp:574: error: ‘FT_CURVE_TAG_ON’ was not declared in this scope
  314. src/ft2font.cpp:587: error: ‘FT_CURVE_TAG_CONIC’ was not declared in this scope
  315. src/ft2font.cpp:595: error: expected `;' before ‘vec’
  316. src/ft2font.cpp:596: error: expected `;' before ‘v_middle’
  317. src/ft2font.cpp:602: error: ‘vec’ was not declared in this scope
  318. src/ft2font.cpp:626: error: ‘v_middle’ was not declared in this scope
  319. src/ft2font.cpp:660: error: expected `;' before ‘vec1’
  320. src/ft2font.cpp:662: error: ‘FT_CURVE_TAG_CUBIC’ was not declared in this scope
  321. src/ft2font.cpp:667: error: ‘vec1’ was not declared in this scope
  322. src/ft2font.cpp:669: error: ‘vec2’ was not declared in this scope
  323. src/ft2font.cpp:677: error: expected `;' before ‘vec’
  324. src/ft2font.cpp:679: error: ‘vec’ was not declared in this scope
  325. src/ft2font.cpp:1426: error: ‘FT_Int’ was not declared in this scope
  326. src/ft2font.cpp:1426: error: expected `;' before ‘x’
  327. src/ft2font.cpp:1427: error: expected `;' before ‘y’src/ft2font.cpp: In constructor ‘FT2Font::FT2Font(std::string)’:
  328. src/ft2font.cpp:739: error: ‘_ft2Library’ was not declared in this scope
  329. src/ft2font.cpp:739: error: ‘face’ was not declared in this scope
  330. src/ft2font.cpp:739: error: ‘FT_New_Face’ was not declared in this scope
  331. src/ft2font.cpp:741: error: ‘FT_Err_Unknown_File_Format’ was not declared in this scope
  332.  
  333. src/ft2font.cpp:1429: error: ‘x’ was not declared in this scope
  334. src/ft2font.cpp:1430: error: ‘y’ was not declared in this scope
  335. src/ft2font.cpp:748: error: ‘FT_Err_Cannot_Open_Resource’ was not declared in this scope
  336. src/ft2font.cpp: In member function ‘Py::Object FT2Font::draw_glyph_to_bitmap(const Py::Tuple&)’:
  337. src/ft2font.cpp:1468: error: ‘FT_Vector’ was not declared in this scope
  338. src/ft2font.cpp:1468: error: expected `;' before ‘sub_offset’
  339. src/ft2font.cpp:1469: error: ‘sub_offset’ was not declared in this scope
  340. src/ft2font.cpp:755: error: ‘FT_Err_Invalid_File_Format’ was not declared in this scope
  341. src/ft2font.cpp:1478: error: request for member ‘size’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  342. src/ft2font.cpp:1483: error: ‘error’ was not declared in this scope
  343. src/ft2font.cpp:1483: error: invalid typesint[size_t]for array subscript
  344. src/ft2font.cpp:1484: error: ‘ft_render_mode_normal’ was not declared in this scope
  345. src/ft2font.cpp:1487: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
  346. src/ft2font.cpp:1493: error: ‘FT_BitmapGlyph’ was not declared in this scope
  347. src/ft2font.cpp:1493: error: expected `;' before ‘bitmap’
  348. src/ft2font.cpp:1495: error: ‘bitmap’ was not declared in this scope
  349. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_glyph_name(const Py::Tuple&)’:
  350. src/ft2font.cpp:1510: error: ‘face’ was not declared in this scope
  351. src/ft2font.cpp:1510: error: ‘FT_HAS_GLYPH_NAMES’ was not declared in this scope
  352. src/ft2font.cpp:1516: error: ‘face’ was not declared in this scope
  353. src/ft2font.cpp:1516: error: ‘FT_UInt’ was not declared in this scope
  354. src/ft2font.cpp:1516: error: ‘FT_Get_Glyph_Name’ was not declared in this scope
  355. src/ft2font.cpp:772: error: ‘FT_Set_Char_Size’ was not declared in this scope
  356. src/ft2font.cpp:773: error: ‘FT_Matrix’ does not name a type
  357. src/ft2font.cpp:774: error: ‘transform’ was not declared in this scope
  358. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_charmap(const Py::Tuple&)’:
  359. src/ft2font.cpp:1535: error: ‘FT_UInt’ was not declared in this scope
  360. src/ft2font.cpp:1535: error: expected `;' before ‘index’src/ft2font.cpp:774: error: ‘FT_Set_Transform’ was not declared in this scope
  361.  
  362. src/ft2font.cpp:1539: error: ‘FT_ULong’ was not declared in this scope
  363. src/ft2font.cpp:1539: error: expected `;' before ‘code’
  364. src/ft2font.cpp:1542: error: ‘code’ was not declared in this scope
  365. src/ft2font.cpp:1543: error: ‘face’ was not declared in this scope
  366. src/ft2font.cpp:1543: error: ‘FT_Get_Next_Char’ was not declared in this scope
  367. src/ft2font.cpp:791: error: ‘FT_Get_Postscript_Name’ was not declared in this scope
  368. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_sfnt(const Py::Tuple&)’:
  369. src/ft2font.cpp:1612: error: ‘face’ was not declared in this scope
  370. src/ft2font.cpp:1612: error: ‘FT_FACE_FLAG_SFNT’ was not declared in this scope
  371. src/ft2font.cpp:1617: error: ‘face’ was not declared in this scope
  372. src/ft2font.cpp:1617: error: ‘FT_Get_Sfnt_Name_Count’ was not declared in this scope
  373. src/ft2font.cpp:819: error: ‘FT_IS_SCALABLE’ was not declared in this scope
  374. src/ft2font.cpp:1622: error: ‘FT_SfntName’ was not declared in this scope
  375. src/ft2font.cpp:1622: error: expected `;' before ‘sfnt’
  376. src/ft2font.cpp:1623: error: ‘FT_Error’ was not declared in this scope
  377. src/ft2font.cpp:1623: error: expected `;' before ‘error’
  378. src/ft2font.cpp:1625: error: ‘error’ was not declared in this scope
  379. src/ft2font.cpp:1631: error: ‘sfnt’ was not declared in this scope
  380. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_name_index(const Py::Tuple&)’:
  381. src/ft2font.cpp:1655: error: ‘face’ was not declared in this scope
  382. src/ft2font.cpp:1655: error: ‘FT_String’ was not declared in this scope
  383. src/ft2font.cpp:1655: error: ‘FT_Get_Name_Index’ was not declared in this scope
  384. src/ft2font.cpp:1654: error: expected primary-expression before ‘(’ token
  385. src/ft2font.cpp:1654: error: expected primary-expression before ‘long’
  386. src/ft2font.cpp:1654: error: expected `)' before ‘long
  387. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_ps_font_info(const Py::Tuple&)’:
  388. src/ft2font.cpp:1668: error: ‘PS_FontInfoRec’ was not declared in this scope
  389. src/ft2font.cpp:1668: error: expected `;' before ‘fontinfo’
  390. src/ft2font.cpp:1670: error: ‘FT_Error’ was not declared in this scope
  391. src/ft2font.cpp:1670: error: expected `;' before ‘error’
  392. src/ft2font.cpp:1671: error: ‘error’ was not declared in this scope
  393. src/ft2font.cpp:1678: error: ‘fontinfo’ was not declared in this scope
  394. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_sfnt_table(const Py::Tuple&)’:
  395. src/ft2font.cpp:1716: error: ‘face’ was not declared in this scope
  396. src/ft2font.cpp:1716: error: ‘FT_Sfnt_Tag’ was not declared in this scope
  397. src/ft2font.cpp:1716: error: ‘FT_Get_Sfnt_Table’ was not declared in this scope
  398. src/ft2font.cpp:1728: error: ‘TT_Header’ was not declared in this scope
  399. src/ft2font.cpp:1728: error: ‘t’ was not declared in this scope
  400. src/ft2font.cpp:1728: error: expected primary-expression before ‘)token
  401. src/ft2font.cpp:1728: error: expected `;' before ‘table’
  402. src/ft2font.cpp: In destructor ‘virtual FT2Font::~FT2Font()’:
  403. src/ft2font.cpp:852: error: ‘face’ was not declared in this scope
  404. src/ft2font.cpp:852: error: ‘FT_Done_Face’ was not declared in this scope
  405. src/ft2font.cpp:854: error: request for member ‘size’ in ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ?src/ft2font.cpp:1756: error: ‘TT_MaxProfile’ was not declared in this scope
  406. src/ft2font.cpp:1756: error: ‘t’ was not declared in this scope?int’
  407. src/ft2font.cpp:856: error: invalid types ‘int[size_t]’ for array subscript
  408. src/ft2font.cpp:856: error: ‘FT_Done_Glyph’ was not declared in this scope
  409.  
  410. src/ft2font.cpp:1756: error: expected primary-expression before ‘)’ token
  411. src/ft2font.cpp:1756: error: expected `;' before ‘table’
  412. src/ft2font.cpp:1787: error: ‘TT_OS2’ was not declared in this scope
  413. src/ft2font.cpp:1787: error: ‘t’ was not declared in this scope
  414. src/ft2font.cpp:1787: error: expected primary-expression before ‘)token
  415. src/ft2font.cpp:1787: error: expected `;' before ‘table’
  416. src/ft2font.cpp:1820: error: ‘TT_HoriHeader’ was not declared in this scope
  417. src/ft2font.cpp:1820: error: ‘t’ was not declared in this scope
  418. src/ft2font.cpp:1820: error: expected primary-expression before ‘)’ token
  419. src/ft2font.cpp:1820: error: expected `;' before ‘table’
  420. src/ft2font.cpp:1843: error: ‘TT_VertHeader’ was not declared in this scope
  421. src/ft2font.cpp:1843: error: ‘t’ was not declared in this scope
  422. src/ft2font.cpp:1843: error: expected primary-expression before ‘)token
  423. src/ft2font.cpp:1843: error: expected `;' before ‘table’
  424. src/ft2font.cpp:1864: error: ‘TT_Postscript’ was not declared in this scope
  425. src/ft2font.cpp:1864: error: ‘t’ was not declared in this scope
  426. src/ft2font.cpp:1864: error: expected primary-expression before ‘)’ token
  427. src/ft2font.cpp:1864: error: expected `;' before ‘table’
  428. src/ft2font.cpp: In member function ‘Py::Object FT2Font::clear(const Py::Tuple&)’:
  429. src/ft2font.cpp:893: error: ‘pen’ was not declared in this scope
  430. src/ft2font.cpp:896: error: request for member ‘size’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  431. src/ft2font.cpp:898: error: invalid typesint[size_t]for array subscript
  432. src/ft2font.cpp:898: error: ‘FT_Done_Glyph’ was not declared in this scope
  433. src/ft2font.cpp:901: error: request for member ‘clear’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  434. src/ft2font.cpp:1884: error: ‘TT_PCLT’ was not declared in this scope
  435. src/ft2font.cpp:1884: error: ‘t’ was not declared in this scope
  436. src/ft2font.cpp:1884: error: expected primary-expression before ‘)token
  437. src/ft2font.cpp:1884: error: expected `;' before ‘table’
  438. src/ft2font.cpp: In member function ‘Py::Object FT2Font::set_size(const Py::Tuple&)’:
  439. src/ft2font.cpp:925: error: ‘face’ was not declared in this scope
  440. src/ft2font.cpp:927: error: ‘FT_Set_Char_Size’ was not declared in this scope
  441. src/ft2font.cpp:928: error: ‘FT_Matrix’ does not name a type
  442. src/ft2font.cpp:929: error: ‘transform’ was not declared in this scope
  443. src/ft2font.cpp:929: error: ‘FT_Set_Transform’ was not declared in this scope
  444. src/ft2font.cpp: In member function ‘Py::Object FT2Font::set_charmap(const Py::Tuple&)’:
  445. src/ft2font.cpp:956: error: ‘face’ was not declared in this scope
  446. src/ft2font.cpp:960: error: ‘FT_CharMap’ was not declared in this scope
  447. src/ft2font.cpp:960: error: expected `;' before ‘charmap’
  448. src/ft2font.cpp:961: error: ‘face’ was not declared in this scope
  449. src/ft2font.cpp:961: error: ‘charmap’ was not declared in this scope
  450. src/ft2font.cpp:961: error: ‘FT_Set_Charmap’ was not declared in this scope
  451. src/ft2font.cpp: In member function ‘Py::Object FT2Font::attach_file(const Py::Tuple&)’:
  452. src/ft2font.cpp:1939: error: ‘FT_Error’ was not declared in this scope
  453. src/ft2font.cpp:1939: error: expected `;' before ‘error’
  454. src/ft2font.cpp:1941: error: ‘error’ was not declared in this scope
  455. src/ft2font.cpp: In member function ‘Py::Object FT2Font::select_charmap(const Py::Tuple&)’:
  456. src/ft2font.cpp:982: error: ‘face’ was not declared in this scope
  457. src/ft2font.cpp:982: error: ‘FT_Encoding’ was not declared in this scope
  458. src/ft2font.cpp:982: error: ‘FT_Select_Charmap’ was not declared in this scope
  459. src/ft2font.cpp: At global scope:
  460. src/ft2font.cpp:989: error: ‘FT_BBox’ does not name a type
  461. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_kerning(const Py::Tuple&)’:
  462. src/ft2font.cpp:1048: error: ‘face’ was not declared in this scope
  463. src/ft2font.cpp:1048: error: ‘FT_HAS_KERNING’ was not declared in this scope
  464. src/ft2font.cpp:1052: error: ‘FT_Vector’ was not declared in this scope
  465. src/ft2font.cpp:1052: error: expected `;' before ‘delta’
  466. src/ft2font.cpp:1054: error: ‘face’ was not declared in this scope
  467. src/ft2font.cpp:1054: error: ‘delta’ was not declared in this scope
  468. src/ft2font.cpp:1054: error: ‘FT_Get_Kerning’ was not declared in this scope
  469. src/ft2font.cpp: In member function ‘Py::Object FT2Font::set_text(const Py::Tuple&, const Py::Dict&)’:
  470. src/ft2font.cpp:1100: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared in this scope
  471. src/ft2font.cpp:1107: error: ‘matrix’ was not declared in this scope
  472. src/ft2font.cpp:1107: error: ‘FT_Fixed’ was not declared in this scope
  473. src/ft2font.cpp:1112: error: ‘FT_Bool’ was not declared in this scope
  474. src/ft2font.cpp:1112: error: expected `;' before ‘use_kerning’
  475. src/ft2font.cpp:1113: error: ‘FT_UInt’ was not declared in this scope
  476. src/ft2font.cpp:1113: error: expected `;' before ‘previous’
  477. src/ft2font.cpp: In function ‘void initft2font()’:
  478. src/ft2font.cpp:2133: error: ‘FT_FACE_FLAG_SCALABLE’ was not declared in this scope
  479. src/ft2font.cpp:2134: error: ‘FT_FACE_FLAG_FIXED_SIZES’ was not declared in this scope
  480. src/ft2font.cpp:2135: error: ‘FT_FACE_FLAG_FIXED_WIDTH’ was not declared in this scope
  481. src/ft2font.cpp:2136: error: ‘FT_FACE_FLAG_SFNT’ was not declared in this scope
  482. src/ft2font.cpp:2137: error: ‘FT_FACE_FLAG_HORIZONTAL’ was not declared in this scope
  483. src/ft2font.cpp:1115: error: request for member ‘resize’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  484. src/ft2font.cpp:2139: error: ‘FT_FACE_FLAG_KERNING’ was not declared in this scope
  485. src/ft2font.cpp:1116: error: ‘pen’ was not declared in this scope
  486. src/ft2font.cpp:2140: error: ‘FT_FACE_FLAG_FAST_GLYPHS’ was not declared in this scope
  487. src/ft2font.cpp:2141: error: ‘FT_FACE_FLAG_MULTIPLE_MASTERS’ was not declared in this scope
  488. src/ft2font.cpp:1123: error: expected `;' before ‘glyph_index’
  489. src/ft2font.cpp:2142: error: ‘FT_FACE_FLAG_GLYPH_NAMES’ was not declared in this scope
  490. src/ft2font.cpp:1130: error: ‘glyph_index’ was not declared in this scope
  491. src/ft2font.cpp:1130: error: ‘face’ was not declared in this scopesrc/ft2font.cpp:2143: error: ‘FT_FACE_FLAG_EXTERNAL_STREAM’ was not declared in this scope
  492.  
  493. src/ft2font.cpp:1130: error: ‘FT_Get_Char_Index’ was not declared in this scope
  494. src/ft2font.cpp:1135: error: ‘glyph_indsrc/ft2font.cpp:2144: error: ‘FT_STYLE_FLAG_ITALIC’ was not declared in this scope
  495. src/ft2font.cpp:2145: error: ‘FT_STYLE_FLAG_BOLD’ was not declared in this scope
  496. src/ft2font.cpp:2146: error: ‘FT_KERNING_DEFAULT’ was not declared in this scope
  497. src/ft2font.cpp:2147: error: ‘FT_KERNING_UNFITTED’ was not declared in this scope
  498. src/ft2font.cpp:2148: error: ‘FT_KERNING_UNSCALED’ was not declared in this scope
  499. src/ft2font.cpp:2150: error: ‘FT_LOAD_DEFAULT’ was not declared in this scope
  500. src/ft2font.cpp:2151: error: ‘FT_LOAD_NO_SCALE’ was not declared in this scope
  501. src/ft2font.cpp:2152: error: ‘FT_LOAD_NO_HINTING’ was not declared in this scope
  502. src/ft2font.cpp:2153: error: ‘FT_LOAD_RENDER’ was not declared in this scope
  503. src/ft2font.cpp:2154: error: ‘FT_LOAD_NO_BITMAP’ was not declared in this scope
  504. src/ft2font.cpp:2155: error: ‘FT_LOAD_VERTICAL_LAYOUT’ was not declared in this scope
  505. src/ft2font.cpp:2156: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared in this scope
  506. src/ft2font.cpp:2157: error: ‘FT_LOAD_CROP_BITMAP’ was not declared in this scope
  507. src/ft2font.cpp:2158: error: ‘FT_LOAD_PEDANTIC’ was not declared in this scope
  508. src/ft2font.cpp:2160: error: ‘FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH’ was not declared in this scope
  509. src/ft2font.cpp:2161: error: ‘FT_LOAD_NO_RECURSE’ was not declared in this scope
  510. src/ft2font.cpp:2162: error: ‘FT_LOAD_IGNORE_TRANSFORM’ was not declared in this scope
  511. src/ft2font.cpp:2163: error: ‘FT_LOAD_MONOCHROME’ was not declared in this scope
  512. src/ft2font.cpp:2164: error: ‘FT_LOAD_LINEAR_DESIGN’ was not declared in this scope
  513. src/ft2font.cpp:2167: error: ‘FT_LOAD_NO_AUTOHINT’ was not declared in this scope
  514. src/ft2font.cpp:2168: error: ‘FT_LOAD_TARGET_NORMAL’ was not declared in this scope
  515. ex’ was not declared in this scope
  516. src/ft2font.cpp:1135: error: ‘face’ was not declared in this scope
  517. src/ft2font.cpp:2169: error: ‘FT_LOAD_TARGET_LIGHT’ was not declared in this scope
  518. src/ft2font.cpp:1135: error: ‘FT_Get_Char_Index’ was not declared in this scope
  519. src/ft2font.cpp:1139: error: ‘use_kerning’ was not declared in this scope
  520. src/ft2font.cpp:1139: error: ‘previous’ was not declared in this scope
  521. src/ft2font.cpp:1139: error: ‘glyph_index’ was not declared in this scope
  522. src/ft2font.cpp:1141: error: ‘FT_Vector’ was not declared in this scope
  523. src/ft2font.cpp:1141: error: expected `;' before ‘delta’
  524. src/ft2font.cpp:2170: error: ‘FT_LOAD_TARGET_MONO’ was not declared in this scope
  525. src/ft2font.cpp:1142: error: ‘face’ was not declared in this scope
  526. src/ft2font.cpp:1143: error: ‘FT_KERNING_DEFAULT’ was not declared in this scope
  527. src/ft2font.cpp:1143: error: ‘delta’ was not declared in this scope
  528. src/ft2font.cpp:1143: error: ‘FT_Get_Kerning’ src/ft2font.cpp:2171: error: ‘FT_LOAD_TARGET_LCD’ was not declared in this scope
  529. was not declared in this scope
  530. src/ft2font.cpp:1146: error: ‘error’ was not declared in this scope
  531. src/ft2font.cpp:1146: error: ‘face’ was not declared in this scope
  532. src/ft2font.cpp:1146: error: ‘glyph_index’ was not declared in this scope
  533. src/ft2font.cpp:1146: error: ‘FT_Load_Glyph’ was not declared in this scope
  534. src/ft2font.cpp:2172: error: ‘FT_LOAD_TARGET_LCD_V’ was not declared in this scope
  535. src/ft2font.cpp:2175: error: ‘_ft2Library’ was not declared in this scope
  536. src/ft2font.cpp:2175: error: ‘FT_Init_FreeType’ was not declared in this scope
  537. src/ft2font.cpp:1156: error: ‘FT_Glyph’ was not declared in this scope
  538. src/ft2font.cpp:1156: error: expected `;' before ‘thisGlyph’
  539. src/ft2font.cpp:1157: error: ‘thisGlyph’ was not declared in this scope
  540. src/ft2font.cpp:1157: error: ‘FT_Get_Glyph’ was not declared in this scope
  541. src/ft2font.cpp:1166: error: ‘FT_Glyph_Transform’ was not declared in this scope
  542. src/ft2font.cpp: In destructor ‘virtual ft2font_msrc/ft2font.cpp:1173: error: ‘previous’ was not declared in this scope
  543. src/ft2font.cpp:1174: error: request for member ‘push_back’ in ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
  544. src/ft2font.cpp:1178: error: request for member ‘size’ in ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
  545. src/ft2font.cpp:1180: error: invalid types ‘int[unsigned int]’ for array subscript
  546. src/ft2font.cpp:1180: error: ‘FT_Glyph_Transform’ was not declared in this scope
  547. odule::~ft2font_module()’:
  548. src/ft2font.cpp:2186: error: ‘_ft2Library’ was not declared in this scope
  549. src/ft2font.cpp:2186: error: ‘FT_Done_FreeType’ was not declared in this scope
  550. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_num_glyphs(const Py::Tuple&)’:
  551. src/ft2font.cpp:1198: error: request for member ‘size’ in ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
  552. src/ft2font.cpp: In member function ‘Py::Object FT2Font::load_char(const Py::Tuple&, const Py::Dict&)’:
  553. src/ft2font.cpp:1224: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared in this scope
  554. src/ft2font.cpp:1230: error: ‘face’ was not declared in this scope
  555. src/ft2font.cpp:1230: error: ‘FT_Load_Char’ was not declared in this scope
  556. src/ft2font.cpp:1237: error: ‘FT_Glyph’ was not declared in this scope
  557. src/ft2font.cpp:1237: error: expected `;' before ‘thisGlyph’
  558. src/ft2font.cpp:1238: error: ‘thisGlyph’ was not declared in this scope
  559. src/ft2font.cpp:1238: error: ‘FT_Get_Glyph’ was not declared in this scope
  560. src/ft2font.cpp:1245: error: request for member ‘size’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  561. src/ft2font.cpp:1246: error: request for member ‘push_back’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  562. src/ft2font.cpp:1247: error: no matching function for call to ‘Glyph::Glyph(<type error>, <type error>, size_t&)
  563. src/ft2font.cpp:423: note: candidates are: Glyph::Glyph(int)
  564. src/ft2font.h:87: note:                 Glyph::Glyph(const Glyph&)
  565. src/ft2font.cpp: In member function ‘Py::Object FT2Font::load_glyph(const Py::Tuple&, const Py::Dict&)’:
  566. src/ft2font.cpp:1275: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared in this scope
  567. src/ft2font.cpp:1281: error: ‘face’ was not declared in this scope
  568. src/ft2font.cpp:1281: error: ‘FT_Load_Glyph’ was not declared in this scope
  569. src/ft2font.cpp:1288: error: ‘FT_Glyph’ was not declared in this scope
  570. src/ft2font.cpp:1288: error: expected `;' before ‘thisGlyph’
  571. src/ft2font.cpp:1289: error: ‘thisGlyph’ was not declared in this scope
  572. src/ft2font.cpp:1289: error: ‘FT_Get_Glyph’ was not declared in this scope
  573. src/ft2font.cpp:1296: error: request for member ‘size’ in ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
  574. src/ft2font.cpp:1297: error: request for member ‘push_back’ in ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
  575. src/ft2font.cpp:1298: error: no matching function for call to ‘Glyph::Glyph(<type error>, <type error>, size_t&)’
  576. src/ft2font.cpp:423: note: candidates are: Glyph::Glyph(int)
  577. src/ft2font.h:87: note:                 Glyph::Glyph(const Glyph&)
  578. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_width_height(const Py::Tuple&)’:
  579. src/ft2font.cpp:1316: error: ‘FT_BBox’ was not declared in this scope
  580. src/ft2font.cpp:1316: error: expected `;' before ‘bbox’
  581. src/ft2font.cpp:1319: error: ‘bbox’ was not declared in this scope
  582. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_descent(const Py::Tuple&)’:
  583. src/ft2font.cpp:1337: error: ‘FT_BBox’ was not declared in this scope
  584. src/ft2font.cpp:1337: error: expected `;' before ‘bbox’
  585. src/ft2font.cpp:1338: error: ‘bbox’ was not declared in this scope
  586. src/ft2font.cpp: In member function ‘Py::Object FT2Font::draw_glyphs_to_bitmap(const Py::Tuple&)’:
  587. src/ft2font.cpp:1354: error: ‘FT_BBox’ was not declared in this scope
  588. src/ft2font.cpp:1354: error: expected `;' before ‘string_bbox’
  589. src/ft2font.cpp:1355: error: ‘string_bbox’ was not declared in this scope
  590. src/ft2font.cpp:1362: error: request for member ‘size’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  591. src/ft2font.cpp:1364: error: expected `;' before ‘bbox’
  592. src/ft2font.cpp:1365: error: invalid types ‘int[size_t]’ for array subscript
  593. src/ft2font.cpp:1365: error: ‘ft_glyph_bbox_pixels’ was not declared in this scope
  594. src/ft2font.cpp:1365: error: ‘bbox’ was not declared in this scope
  595. src/ft2font.cpp:1365: error: ‘FT_Glyph_Get_CBox’ was not declared in this scope
  596. src/ft2font.cpp:1367: error: ‘error’ was not declared in this scope
  597. src/ft2font.cpp:1367: error: invalid types ‘int[size_t]’ for array subscript
  598. src/ft2font.cpp:1368: error: ‘ft_render_mode_normal’ was not declared in this scope
  599. src/ft2font.cpp:1371: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
  600. src/ft2font.cpp:1377: error: ‘FT_BitmapGlyph’ was not declared in this scope
  601. src/ft2font.cpp:1377: error: expected `;' before ‘bitmap’
  602. src/ft2font.cpp:1381: error: ‘FT_Int’ was not declared in this scope
  603. src/ft2font.cpp:1381: error: expected `;' before ‘x’
  604. src/ft2font.cpp:1382: error: expected `;' before ‘y’
  605. src/ft2font.cpp:1384: error: ‘bitmap’ was not declared in this scope
  606. src/ft2font.cpp:1384: error: ‘x’ was not declared in this scope
  607. src/ft2font.cpp:1384: error: ‘y’ was not declared in this scope
  608. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_xys(const Py::Tuple&)’:
  609. src/ft2font.cpp:1403: error: ‘FT_BBox’ was not declared in this scope
  610. src/ft2font.cpp:1403: error: expected `;' before ‘string_bbox’
  611. src/ft2font.cpp:1404: error: request for member ‘size’ in ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
  612. src/ft2font.cpp:1406: error: request for member ‘size’ in ‘((FT2Font*)this)->FT2Font::glyphs’, which is of non-class type ‘int’
  613. src/ft2font.cpp:1409: error: expected `;' before ‘bbox’
  614. src/ft2font.cpp:1410: error: invalid typesint[size_t]for array subscript
  615. src/ft2font.cpp:1410: error: ‘ft_glyph_bbox_pixels’ was not declared in this scope
  616. src/ft2font.cpp:1410: error: ‘bbox’ was not declared in this scope
  617. src/ft2font.cpp:1410: error: ‘FT_Glyph_Get_CBox’ was not declared in this scope
  618. src/ft2font.cpp:1412: error: ‘error’ was not declared in this scope
  619. src/ft2font.cpp:1412: error: invalid typesint[size_t]for array subscript
  620. src/ft2font.cpp:1413: error: ‘ft_render_mode_normal’ was not declared in this scope
  621. src/ft2font.cpp:1416: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
  622. src/ft2font.cpp:1422: error: ‘FT_BitmapGlyph’ was not declared in this scope
  623. src/ft2font.cpp:1422: error: expected `;' before ‘bitmap’
  624. src/ft2font.cpp:1426: error: ‘FT_Int’ was not declared in this scope
  625. src/ft2font.cpp:1426: error: expected `;' before ‘x’
  626. src/ft2font.cpp:1427: error: expected `;' before ‘y’
  627. src/ft2font.cpp:1429: error: ‘x’ was not declared in this scope
  628. src/ft2font.cpp:1430: error: ‘y’ was not declared in this scope
  629. src/ft2font.cpp: In member function ‘Py::Object FT2Font::draw_glyph_to_bitmap(const Py::Tuple&)’:
  630. src/ft2font.cpp:1468: error: ‘FT_Vector’ was not declared in this scope
  631. src/ft2font.cpp:1468: error: expected `;' before ‘sub_offset’
  632. src/ft2font.cpp:1469: error: ‘sub_offset’ was not declared in this scope
  633. src/ft2font.cpp:1478: error: request for member ‘size’ in((FT2Font*)this)->FT2Font::glyphs’, which is of non-class typeint
  634. src/ft2font.cpp:1483: error: ‘error’ was not declared in this scope
  635. src/ft2font.cpp:1483: error: invalid typesint[size_t]for array subscript
  636. src/ft2font.cpp:1484: error: ‘ft_render_mode_normal’ was not declared in this scope
  637. src/ft2font.cpp:1487: error: ‘FT_Glyph_To_Bitmap’ was not declared in this scope
  638. src/ft2font.cpp:1493: error: ‘FT_BitmapGlyph’ was not declared in this scope
  639. src/ft2font.cpp:1493: error: expected `;' before ‘bitmap’
  640. src/ft2font.cpp:1495: error: ‘bitmap’ was not declared in this scope
  641. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_glyph_name(const Py::Tuple&)’:
  642. src/ft2font.cpp:1510: error: ‘face’ was not declared in this scope
  643. src/ft2font.cpp:1510: error: ‘FT_HAS_GLYPH_NAMES’ was not declared in this scope
  644. src/ft2font.cpp:1516: error: ‘face’ was not declared in this scope
  645. src/ft2font.cpp:1516: error: ‘FT_UInt’ was not declared in this scope
  646. src/ft2font.cpp:1516: error: ‘FT_Get_Glyph_Name’ was not declared in this scope
  647. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_charmap(const Py::Tuple&)’:
  648. src/ft2font.cpp:1535: error: ‘FT_UInt’ was not declared in this scope
  649. src/ft2font.cpp:1535: error: expected `;' before ‘index’
  650. src/ft2font.cpp:1539: error: ‘FT_ULong’ was not declared in this scope
  651. src/ft2font.cpp:1539: error: expected `;' before ‘code’
  652. src/ft2font.cpp:1542: error: ‘code’ was not declared in this scope
  653. src/ft2font.cpp:1543: error: ‘face’ was not declared in this scope
  654. src/ft2font.cpp:1543: error: ‘FT_Get_Next_Char’ was not declared in this scope
  655. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_sfnt(const Py::Tuple&)’:
  656. src/ft2font.cpp:1612: error: ‘face’ was not declared in this scope
  657. src/ft2font.cpp:1612: error: ‘FT_FACE_FLAG_SFNT’ was not declared in this scope
  658. src/ft2font.cpp:1617: error: ‘face’ was not declared in this scope
  659. src/ft2font.cpp:1617: error: ‘FT_Get_Sfnt_Name_Count’ was not declared in this scope
  660. src/ft2font.cpp:1622: error: ‘FT_SfntName’ was not declared in this scope
  661. src/ft2font.cpp:1622: error: expected `;' before ‘sfnt’
  662. src/ft2font.cpp:1623: error: ‘FT_Error’ was not declared in this scope
  663. src/ft2font.cpp:1623: error: expected `;' before ‘error’
  664. src/ft2font.cpp:1625: error: ‘error’ was not declared in this scope
  665. src/ft2font.cpp:1631: error: ‘sfnt’ was not declared in this scope
  666. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_name_index(const Py::Tuple&)’:
  667. src/ft2font.cpp:1655: error: ‘face’ was not declared in this scope
  668. src/ft2font.cpp:1655: error: ‘FT_String’ was not declared in this scope
  669. src/ft2font.cpp:1655: error: ‘FT_Get_Name_Index’ was not declared in this scope
  670. src/ft2font.cpp:1654: error: expected primary-expression before ‘(’ token
  671. src/ft2font.cpp:1654: error: expected primary-expression before ‘long’
  672. src/ft2font.cpp:1654: error: expected `)' before ‘long
  673. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_ps_font_info(const Py::Tuple&)’:
  674. src/ft2font.cpp:1668: error: ‘PS_FontInfoRec’ was not declared in this scope
  675. src/ft2font.cpp:1668: error: expected `;' before ‘fontinfo’
  676. src/ft2font.cpp:1670: error: ‘FT_Error’ was not declared in this scope
  677. src/ft2font.cpp:1670: error: expected `;' before ‘error’
  678. src/ft2font.cpp:1671: error: ‘error’ was not declared in this scope
  679. src/ft2font.cpp:1678: error: ‘fontinfo’ was not declared in this scope
  680. src/ft2font.cpp: In member function ‘Py::Object FT2Font::get_sfnt_table(const Py::Tuple&)’:
  681. src/ft2font.cpp:1716: error: ‘face’ was not declared in this scope
  682. src/ft2font.cpp:1716: error: ‘FT_Sfnt_Tag’ was not declared in this scope
  683. src/ft2font.cpp:1716: error: ‘FT_Get_Sfnt_Table’ was not declared in this scope
  684. src/ft2font.cpp:1728: error: ‘TT_Header’ was not declared in this scope
  685. src/ft2font.cpp:1728: error: ‘t’ was not declared in this scope
  686. src/ft2font.cpp:1728: error: expected primary-expression before ‘)token
  687. src/ft2font.cpp:1728: error: expected `;' before ‘table’
  688. src/ft2font.cpp:1756: error: ‘TT_MaxProfile’ was not declared in this scope
  689. src/ft2font.cpp:1756: error: ‘t’ was not declared in this scope
  690. src/ft2font.cpp:1756: error: expected primary-expression before ‘)’ token
  691. src/ft2font.cpp:1756: error: expected `;' before ‘table’
  692. src/ft2font.cpp:1787: error: ‘TT_OS2’ was not declared in this scope
  693. src/ft2font.cpp:1787: error: ‘t’ was not declared in this scope
  694. src/ft2font.cpp:1787: error: expected primary-expression before ‘)token
  695. src/ft2font.cpp:1787: error: expected `;' before ‘table’
  696. src/ft2font.cpp:1820: error: ‘TT_HoriHeader’ was not declared in this scope
  697. src/ft2font.cpp:1820: error: ‘t’ was not declared in this scope
  698. src/ft2font.cpp:1820: error: expected primary-expression before ‘)’ token
  699. src/ft2font.cpp:1820: error: expected `;' before ‘table’
  700. src/ft2font.cpp:1843: error: ‘TT_VertHeader’ was not declared in this scope
  701. src/ft2font.cpp:1843: error: ‘t’ was not declared in this scope
  702. src/ft2font.cpp:1843: error: expected primary-expression before ‘)token
  703. src/ft2font.cpp:1843: error: expected `;' before ‘table’
  704. src/ft2font.cpp:1864: error: ‘TT_Postscript’ was not declared in this scope
  705. src/ft2font.cpp:1864: error: ‘t’ was not declared in this scope
  706. src/ft2font.cpp:1864: error: expected primary-expression before ‘)’ token
  707. src/ft2font.cpp:1864: error: expected `;' before ‘table’
  708. src/ft2font.cpp:1884: error: ‘TT_PCLT’ was not declared in this scope
  709. src/ft2font.cpp:1884: error: ‘t’ was not declared in this scope
  710. src/ft2font.cpp:1884: error: expected primary-expression before ‘)token
  711. src/ft2font.cpp:1884: error: expected `;' before ‘table’
  712. src/ft2font.cpp: In member function ‘Py::Object FT2Font::attach_file(const Py::Tuple&)’:
  713. src/ft2font.cpp:1939: error: ‘FT_Error’ was not declared in this scope
  714. src/ft2font.cpp:1939: error: expected `;' before ‘error’
  715. src/ft2font.cpp:1941: error: ‘error’ was not declared in this scope
  716. src/ft2font.cpp: In function ‘void initft2font()’:
  717. src/ft2font.cpp:2133: error: ‘FT_FACE_FLAG_SCALABLE’ was not declared in this scope
  718. src/ft2font.cpp:2134: error: ‘FT_FACE_FLAG_FIXED_SIZES’ was not declared in this scope
  719. src/ft2font.cpp:2135: error: ‘FT_FACE_FLAG_FIXED_WIDTH’ was not declared in this scope
  720. src/ft2font.cpp:2136: error: ‘FT_FACE_FLAG_SFNT’ was not declared in this scope
  721. src/ft2font.cpp:2137: error: ‘FT_FACE_FLAG_HORIZONTAL’ was not declared in this scope
  722. src/ft2font.cpp:2139: error: ‘FT_FACE_FLAG_KERNING’ was not declared in this scope
  723. src/ft2font.cpp:2140: error: ‘FT_FACE_FLAG_FAST_GLYPHS’ was not declared in this scope
  724. src/ft2font.cpp:2141: error: ‘FT_FACE_FLAG_MULTIPLE_MASTERS’ was not declared in this scope
  725. src/ft2font.cpp:2142: error: ‘FT_FACE_FLAG_GLYPH_NAMES’ was not declared in this scope
  726. src/ft2font.cpp:2143: error: ‘FT_FACE_FLAG_EXTERNAL_STREAM’ was not declared in this scope
  727. src/ft2font.cpp:2144: error: ‘FT_STYLE_FLAG_ITALIC’ was not declared in this scope
  728. src/ft2font.cpp:2145: error: ‘FT_STYLE_FLAG_BOLD’ was not declared in this scope
  729. src/ft2font.cpp:2146: error: ‘FT_KERNING_DEFAULT’ was not declared in this scope
  730. src/ft2font.cpp:2147: error: ‘FT_KERNING_UNFITTED’ was not declared in this scope
  731. src/ft2font.cpp:2148: error: ‘FT_KERNING_UNSCALED’ was not declared in this scope
  732. src/ft2font.cpp:2150: error: ‘FT_LOAD_DEFAULT’ was not declared in this scope
  733. src/ft2font.cpp:2151: error: ‘FT_LOAD_NO_SCALE’ was not declared in this scope
  734. src/ft2font.cpp:2152: error: ‘FT_LOAD_NO_HINTING’ was not declared in this scope
  735. src/ft2font.cpp:2153: error: ‘FT_LOAD_RENDER’ was not declared in this scope
  736. src/ft2font.cpp:2154: error: ‘FT_LOAD_NO_BITMAP’ was not declared in this scope
  737. src/ft2font.cpp:2155: error: ‘FT_LOAD_VERTICAL_LAYOUT’ was not declared in this scope
  738. src/ft2font.cpp:2156: error: ‘FT_LOAD_FORCE_AUTOHINT’ was not declared in this scope
  739. src/ft2font.cpp:2157: error: ‘FT_LOAD_CROP_BITMAP’ was not declared in this scope
  740. src/ft2font.cpp:2158: error: ‘FT_LOAD_PEDANTIC’ was not declared in this scope
  741. src/ft2font.cpp:2160: error: ‘FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH’ was not declared in this scope
  742. src/ft2font.cpp:2161: error: ‘FT_LOAD_NO_RECURSE’ was not declared in this scope
  743. src/ft2font.cpp:2162: error: ‘FT_LOAD_IGNORE_TRANSFORM’ was not declared in this scope
  744. src/ft2font.cpp:2163: error: ‘FT_LOAD_MONOCHROME’ was not declared in this scope
  745. src/ft2font.cpp:2164: error: ‘FT_LOAD_LINEAR_DESIGN’ was not declared in this scope
  746. src/ft2font.cpp:2167: error: ‘FT_LOAD_NO_AUTOHINT’ was not declared in this scope
  747. src/ft2font.cpp:2168: error: ‘FT_LOAD_TARGET_NORMAL’ was not declared in this scope
  748. src/ft2font.cpp:2169: error: ‘FT_LOAD_TARGET_LIGHT’ was not declared in this scope
  749. src/ft2font.cpp:2170: error: ‘FT_LOAD_TARGET_MONO’ was not declared in this scope
  750. src/ft2font.cpp:2171: error: ‘FT_LOAD_TARGET_LCD’ was not declared in this scope
  751. src/ft2font.cpp:2172: error: ‘FT_LOAD_TARGET_LCD_V’ was not declared in this scope
  752. src/ft2font.cpp:2175: error: ‘_ft2Library’ was not declared in this scope
  753. src/ft2font.cpp:2175: error: ‘FT_Init_FreeType’ was not declared in this scope
  754. src/ft2font.cpp: In destructor ‘virtual ft2font_module::~ft2font_module()’:
  755. src/ft2font.cpp:2186: error: ‘_ft2Library’ was not declared in this scope
  756. src/ft2font.cpp:2186: error: ‘FT_Done_FreeType’ was not declared in this scope
  757. lipo: can't figure out the architecture type of: /var/folders/Nj/Njnlp9qSF64sMESWcaDnk++++TI/-Tmp-//cchyYmM5.out
  758. error: command 'gcc-4.0' failed with exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement