Guest User

Untitled

a guest
Jul 13th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.92 KB | None | 0 0
  1. ooc -v -t -r stars.ooc
  2. Parsing stars.ooc
  3. Parsing lang/Bool.ooc
  4. Parsing lang/Object.ooc
  5. Parsing lang/ooclib.ooc
  6. Parsing lang/Char.ooc
  7. Parsing lang/Exception.ooc
  8. Parsing lang/Int.ooc
  9. Parsing lang/Interface.ooc
  10. Parsing lang/Iterable.ooc
  11. Parsing lang/Iterator.ooc
  12. Parsing lang/String.ooc
  13. Parsing cairo/Cairo.ooc
  14. gcc -pipe -combine -std=c99 -Wall -I/Users/mt2/Documents/Programming/ooc/libs/headers -Iooc_tmp ooc_tmp/stars.c ooc_tmp/lang/Bool.c ooc_tmp/lang/Object.c ooc_tmp/lang/ooclib.c ooc_tmp/lang/Char.c ooc_tmp/lang/Exception.c ooc_tmp/lang/Int.c ooc_tmp/lang/Interface.c ooc_tmp/lang/Iterable.c ooc_tmp/lang/Iterator.c ooc_tmp/lang/String.c ooc_tmp/cairo/Cairo.c -o stars -lcairo -lpthread /Users/mt2/Documents/Programming/ooc/libs/osx64/libgc.a
  15. ^CIn file included from ooc_tmp/stars.h:19,
  16. from ooc_tmp/stars.c:2:
  17. ooc_tmp/cairo/Cairo.h:7: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Status’
  18. ooc_tmp/cairo/Cairo.h:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Content’
  19. ooc_tmp/cairo/Cairo.h:9: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SurfaceType’
  20. ooc_tmp/cairo/Cairo.h:10: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Operator’
  21. ooc_tmp/cairo/Cairo.h:11: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Antialias’
  22. ooc_tmp/cairo/Cairo.h:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SubPixelOrder’
  23. ooc_tmp/cairo/Cairo.h:13: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘FillRule’
  24. ooc_tmp/cairo/Cairo.h:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘LineCap’
  25. ooc_tmp/cairo/Cairo.h:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘LineJoin’
  26. ooc_tmp/cairo/Cairo.h:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘FontSlant’
  27. ooc_tmp/cairo/Cairo.h:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘FontWeight’
  28. ooc_tmp/cairo/Cairo.h:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘TextClusterFlags’
  29. ooc_tmp/cairo/Cairo.h:19: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PatternType’
  30. ooc_tmp/cairo/Cairo.h:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Extend’
  31. ooc_tmp/cairo/Cairo.h:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Filter’
  32. ooc_tmp/cairo/Cairo.h:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘FontType’
  33. ooc_tmp/cairo/Cairo.h:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HintStyle’
  34. ooc_tmp/cairo/Cairo.h:24: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HintMetrics’
  35. ooc_tmp/cairo/Cairo.h:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Format’
  36. ooc_tmp/cairo/Cairo.h:26: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  37. ooc_tmp/cairo/Cairo.h:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Rectangle’
  38. ooc_tmp/cairo/Cairo.h:28: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  39. ooc_tmp/cairo/Cairo.h:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  40. ooc_tmp/cairo/Cairo.h:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘TextExtents’
  41. ooc_tmp/cairo/Cairo.h:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  42. ooc_tmp/cairo/Cairo.h:32: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  43. ooc_tmp/cairo/Cairo.h:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  44. ooc_tmp/cairo/Cairo.h:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  45. ooc_tmp/cairo/Cairo.h:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  46. ooc_tmp/cairo/Cairo.h:36: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  47. ooc_tmp/cairo/Cairo.h:37: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  48. ooc_tmp/cairo/Cairo.h:38: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  49. ooc_tmp/cairo/Cairo.h:39: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  50. ooc_tmp/cairo/Cairo.h:40: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  51. ooc_tmp/cairo/Cairo.h:41: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  52. ooc_tmp/cairo/Cairo.h:42: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  53. ooc_tmp/cairo/Cairo.h:43: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  54. ooc_tmp/cairo/Cairo.h:77: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘UserDataKey_new’
  55. In file included from ooc_tmp/stars.c:2:
  56. ooc_tmp/stars.h:21: error: expected ‘)’ before ‘this’
  57. ooc_tmp/stars.c:3: error: expected ‘)’ before ‘this’
  58. ooc_tmp/stars.c: In function ‘main’:
  59. ooc_tmp/stars.c:45: error: ‘Surface’ undeclared (first use in this function)
  60. ooc_tmp/stars.c:45: error: (Each undeclared identifier is reported only once
  61. ooc_tmp/stars.c:45: error: for each function it appears in.)
  62. ooc_tmp/stars.c:45: error: expected ‘;’ before ‘surface’
  63. ooc_tmp/stars.c:46: error: ‘Context’ undeclared (first use in this function)
  64. ooc_tmp/stars.c:46: error: expected ‘;’ before ‘cr’
  65. ooc_tmp/stars.c:47: warning: implicit declaration of function ‘cairo_set_source_rgb’
  66. ooc_tmp/stars.c:47: error: ‘cr’ undeclared (first use in this function)
  67. ooc_tmp/stars.c:48: warning: implicit declaration of function ‘cairo_paint’
  68. ooc_tmp/stars.c:55: warning: implicit declaration of function ‘cairo_set_line_width’
  69. ooc_tmp/stars.c:57: warning: implicit declaration of function ‘Context_drawStar’
  70. ooc_tmp/stars.c:61: warning: implicit declaration of function ‘cairo_surface_write_to_png’
  71. ooc_tmp/stars.c:61: error: ‘surface’ undeclared (first use in this function)
  72. In file included from ooc_tmp/cairo/Cairo.c:2:
  73. ooc_tmp/cairo/Cairo.h: At top level:
  74. ooc_tmp/cairo/Cairo.h:7: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Status’
  75. ooc_tmp/cairo/Cairo.h:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Content’
  76. ooc_tmp/cairo/Cairo.h:9: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SurfaceType’
  77. ooc_tmp/cairo/Cairo.h:10: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Operator’
  78. ooc_tmp/cairo/Cairo.h:11: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Antialias’
  79. ooc_tmp/cairo/Cairo.h:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SubPixelOrder’
  80. ooc_tmp/cairo/Cairo.h:13: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘FillRule’
  81. ooc_tmp/cairo/Cairo.h:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘LineCap’
  82. ooc_tmp/cairo/Cairo.h:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘LineJoin’
  83. ooc_tmp/cairo/Cairo.h:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘FontSlant’
  84. ooc_tmp/cairo/Cairo.h:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘FontWeight’
  85. ooc_tmp/cairo/Cairo.h:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘TextClusterFlags’
  86. ooc_tmp/cairo/Cairo.h:19: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PatternType’
  87. ooc_tmp/cairo/Cairo.h:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Extend’
  88. ooc_tmp/cairo/Cairo.h:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Filter’
  89. ooc_tmp/cairo/Cairo.h:22: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘FontType’
  90. ooc_tmp/cairo/Cairo.h:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HintStyle’
  91. ooc_tmp/cairo/Cairo.h:24: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HintMetrics’
  92. ooc_tmp/cairo/Cairo.h:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Format’
  93. ooc_tmp/cairo/Cairo.h:26: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  94. ooc_tmp/cairo/Cairo.h:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Rectangle’
  95. ooc_tmp/cairo/Cairo.h:28: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  96. ooc_tmp/cairo/Cairo.h:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  97. ooc_tmp/cairo/Cairo.h:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘TextExtents’
  98. ooc_tmp/cairo/Cairo.h:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  99. ooc_tmp/cairo/Cairo.h:32: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  100. ooc_tmp/cairo/Cairo.h:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  101. ooc_tmp/cairo/Cairo.h:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  102. ooc_tmp/cairo/Cairo.h:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  103. ooc_tmp/cairo/Cairo.h:36: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  104. ooc_tmp/cairo/Cairo.h:37: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  105. ooc_tmp/cairo/Cairo.h:38: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  106. ooc_tmp/cairo/Cairo.h:39: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  107. ooc_tmp/cairo/Cairo.h:40: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  108. ooc_tmp/cairo/Cairo.h:41: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  109. ooc_tmp/cairo/Cairo.h:42: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  110. ooc_tmp/cairo/Cairo.h:43: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  111. In file included from ooc_tmp/cairo/Cairo.c:2:
  112. ooc_tmp/cairo/Cairo.h:77: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘UserDataKey_new’
  113. ooc_tmp/cairo/Cairo.c: In function ‘cairo_user_data_key_t_class’:
  114. ooc_tmp/cairo/Cairo.c:9: error: ‘cairo_user_data_key_t’ undeclared (first use in this function)
  115. ooc_tmp/cairo/Cairo.c: In function ‘Status_class’:
  116. ooc_tmp/cairo/Cairo.c:22: error: ‘Status’ undeclared (first use in this function)
  117. ooc_tmp/cairo/Cairo.c: In function ‘Content_class’:
  118. ooc_tmp/cairo/Cairo.c:35: error: ‘Content’ undeclared (first use in this function)
  119. ooc_tmp/cairo/Cairo.c: In function ‘SurfaceType_class’:
  120. ooc_tmp/cairo/Cairo.c:48: error: ‘SurfaceType’ undeclared (first use in this function)
  121. ooc_tmp/cairo/Cairo.c: In function ‘Operator_class’:
  122. ooc_tmp/cairo/Cairo.c:61: error: ‘Operator’ undeclared (first use in this function)
  123. ooc_tmp/cairo/Cairo.c: In function ‘Antialias_class’:
  124. ooc_tmp/cairo/Cairo.c:74: error: ‘Antialias’ undeclared (first use in this function)
  125. ooc_tmp/cairo/Cairo.c: In function ‘SubPixelOrder_class’:
  126. ooc_tmp/cairo/Cairo.c:87: error: ‘SubPixelOrder’ undeclared (first use in this function)
  127. ooc_tmp/cairo/Cairo.c: In function ‘FillRule_class’:
  128. ooc_tmp/cairo/Cairo.c:100: error: ‘FillRule’ undeclared (first use in this function)
  129. ooc_tmp/cairo/Cairo.c: In function ‘LineCap_class’:
  130. ooc_tmp/cairo/Cairo.c:113: error: ‘LineCap’ undeclared (first use in this function)
  131. ooc_tmp/cairo/Cairo.c: In function ‘LineJoin_class’:
  132. ooc_tmp/cairo/Cairo.c:126: error: ‘LineJoin’ undeclared (first use in this function)
  133. ooc_tmp/cairo/Cairo.c: In function ‘FontSlant_class’:
  134. ooc_tmp/cairo/Cairo.c:139: error: ‘FontSlant’ undeclared (first use in this function)
  135. ooc_tmp/cairo/Cairo.c: In function ‘FontWeight_class’:
  136. ooc_tmp/cairo/Cairo.c:152: error: ‘FontWeight’ undeclared (first use in this function)
  137. ooc_tmp/cairo/Cairo.c: In function ‘TextClusterFlags_class’:
  138. ooc_tmp/cairo/Cairo.c:165: error: ‘TextClusterFlags’ undeclared (first use in this function)
  139. ooc_tmp/cairo/Cairo.c: In function ‘PatternType_class’:
  140. ooc_tmp/cairo/Cairo.c:178: error: ‘PatternType’ undeclared (first use in this function)
  141. ooc_tmp/cairo/Cairo.c: In function ‘Extend_class’:
  142. ooc_tmp/cairo/Cairo.c:191: error: ‘Extend’ undeclared (first use in this function)
  143. ooc_tmp/cairo/Cairo.c: In function ‘Filter_class’:
  144. ooc_tmp/cairo/Cairo.c:204: error: ‘Filter’ undeclared (first use in this function)
  145. ooc_tmp/cairo/Cairo.c: In function ‘FontType_class’:
  146. ooc_tmp/cairo/Cairo.c:217: error: ‘FontType’ undeclared (first use in this function)
  147. ooc_tmp/cairo/Cairo.c: In function ‘HintStyle_class’:
  148. ooc_tmp/cairo/Cairo.c:230: error: ‘HintStyle’ undeclared (first use in this function)
  149. ooc_tmp/cairo/Cairo.c: In function ‘HintMetrics_class’:
  150. ooc_tmp/cairo/Cairo.c:243: error: ‘HintMetrics’ undeclared (first use in this function)
  151. ooc_tmp/cairo/Cairo.c: In function ‘Format_class’:
  152. ooc_tmp/cairo/Cairo.c:256: error: ‘Format’ undeclared (first use in this function)
  153. ooc_tmp/cairo/Cairo.c: In function ‘UserDataKey_class’:
  154. ooc_tmp/cairo/Cairo.c:269: error: ‘UserDataKey’ undeclared (first use in this function)
  155. ooc_tmp/cairo/Cairo.c: At top level:
  156. ooc_tmp/cairo/Cairo.c:276: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘UserDataKey_new’
  157. ooc_tmp/cairo/Cairo.c: In function ‘Rectangle_class’:
  158. ooc_tmp/cairo/Cairo.c:288: error: ‘Rectangle’ undeclared (first use in this function)
  159. ooc_tmp/cairo/Cairo.c: In function ‘TextCluster_class’:
  160. ooc_tmp/cairo/Cairo.c:301: error: ‘TextCluster’ undeclared (first use in this function)
  161. ooc_tmp/cairo/Cairo.c: In function ‘RectangleList_class’:
  162. ooc_tmp/cairo/Cairo.c:314: error: ‘RectangleList’ undeclared (first use in this function)
  163. ooc_tmp/cairo/Cairo.c: In function ‘TextExtents_class’:
  164. ooc_tmp/cairo/Cairo.c:327: error: ‘TextExtents’ undeclared (first use in this function)
  165. ooc_tmp/cairo/Cairo.c: In function ‘FontExtents_class’:
  166. ooc_tmp/cairo/Cairo.c:340: error: ‘FontExtents’ undeclared (first use in this function)
  167. ooc_tmp/cairo/Cairo.c: In function ‘Context_class’:
  168. ooc_tmp/cairo/Cairo.c:353: error: ‘Context’ undeclared (first use in this function)
  169. ooc_tmp/cairo/Cairo.c: In function ‘Path_class’:
  170. ooc_tmp/cairo/Cairo.c:470: error: ‘Path’ undeclared (first use in this function)
  171. ooc_tmp/cairo/Cairo.c: In function ‘Pattern_class’:
  172. ooc_tmp/cairo/Cairo.c:485: error: ‘Pattern’ undeclared (first use in this function)
  173. ooc_tmp/cairo/Cairo.c: In function ‘FontFace_class’:
  174. ooc_tmp/cairo/Cairo.c:524: error: ‘FontFace’ undeclared (first use in this function)
  175. ooc_tmp/cairo/Cairo.c: In function ‘ScaledFont_class’:
  176. ooc_tmp/cairo/Cairo.c:544: error: ‘ScaledFont’ undeclared (first use in this function)
  177. ooc_tmp/cairo/Cairo.c: In function ‘FontOptions_class’:
  178. ooc_tmp/cairo/Cairo.c:574: error: ‘FontOptions’ undeclared (first use in this function)
  179. ooc_tmp/cairo/Cairo.c: In function ‘Matrix_class’:
  180. ooc_tmp/cairo/Cairo.c:602: error: ‘Matrix’ undeclared (first use in this function)
  181. ooc_tmp/cairo/Cairo.c: In function ‘ToyFontFace_class’:
  182. ooc_tmp/cairo/Cairo.c:627: error: ‘ToyFontFace’ undeclared (first use in this function)
  183. ooc_tmp/cairo/Cairo.c: In function ‘UserFontFace_class’:
  184. ooc_tmp/cairo/Cairo.c:644: error: ‘UserFontFace’ undeclared (first use in this function)
  185. ooc_tmp/cairo/Cairo.c: In function ‘Surface_class’:
  186. Interrupted by signal 2
  187. C compiler failed, aborting compilation process
Add Comment
Please, Sign In to add comment