Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2010
838
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.21 KB | None | 0 0
  1. Downloading/unpacking pil
  2. Running setup.py egg_info for package pil
  3. WARNING: '' not a valid package name; please use only.-separated package names in setup.py
  4. running egg_info
  5. writing pip-egg-info/PIL.egg-info/PKG-INFO
  6. writing top-level names to pip-egg-info/PIL.egg-info/top_level.txt
  7. writing dependency_links to pip-egg-info/PIL.egg-info/dependency_links.txt
  8. warning: manifest_maker: standard file '-c' not found
  9. reading manifest file 'pip-egg-info/PIL.egg-info/SOURCES.txt'
  10. writing manifest file 'pip-egg-info/PIL.egg-info/SOURCES.txt'
  11. Installing collected packages: pil
  12. Running setup.py install for pil
  13. Running command /home/dustin/.virtualenvs/django1.2/bin/python -c "import setuptools; __file__='/home/dustin/.virtualenvs/django1.2/build/pil/setup.py'; execfile('/home/dustin/.virtualenvs/django1.2/build/pil/setup.py')" install --single-version-externally-managed --record /tmp/pip-t_oikl-record/install-record.txt --install-headers /home/dustin/.virtualenvs/django1.2/include/site/python2.6
  14. WARNING: '' not a valid package name; please use only.-separated package names in setup.py
  15. running install
  16. running build
  17. running build_py
  18. running build_ext
  19. building '_imaging' extension
  20. /usr/bin/gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -I/usr/include/freetype2 -IlibImaging -I/home/dustin/.virtualenvs/django1.2/include -I/usr/local/include -I/usr/include -I/usr/include/python2.6 -c _imaging.c -o build/temp.linux-x86_64-2.6/_imaging.o
  21. _imaging.c:75:20: error: Python.h: No such file or directory
  22. In file included from libImaging/Imaging.h:14,
  23. from _imaging.c:77:
  24. libImaging/ImPlatform.h:14:2: error: #error Sorry, this library requires support for ANSI prototypes.
  25. libImaging/ImPlatform.h:17:2: error: #error Sorry, this library requires ANSI header files.
  26. libImaging/ImPlatform.h:55:2: error: #error Cannot find required 32-bit integer type
  27. In file included from _imaging.c:77:
  28. libImaging/Imaging.h:90: error: expected specifier-qualifier-list before ‘INT32’
  29. libImaging/Imaging.h:264: error: expected specifier-qualifier-list before ‘INT32’
  30. libImaging/Imaging.h:395: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ImagingCRC32’
  31. _imaging.c:124: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
  32. _imaging.c:129: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  33. _imaging.c:143: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
  34. _imaging.c:151: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  35. _imaging.c:154: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
  36. _imaging.c:160: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  37. _imaging.c:165: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
  38. _imaging.c:170: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  39. _imaging.c:172: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  40. _imaging.c: In function ‘_dealloc’:
  41. _imaging.c:204: error: ‘ImagingObject’ has no member named ‘access’
  42. _imaging.c:206: error: ‘ImagingObject’ has no member named ‘image’
  43. _imaging.c:207: warning: implicit declaration of function ‘PyMem_DEL’
  44. _imaging.c: At top level:
  45. _imaging.c:212: error: expected ‘)’ before ‘*’ token
  46. _imaging.c: In function ‘ImagingSectionEnter’:
  47. _imaging.c:230: error: ‘PyThreadState’ undeclared (first use in this function)
  48. _imaging.c:230: error: (Each undeclared identifier is reported only once
  49. _imaging.c:230: error: for each function it appears in.)
  50. _imaging.c:230: error: expected expression before ‘)’ token
  51. _imaging.c: In function ‘ImagingSectionLeave’:
  52. _imaging.c:237: warning: implicit declaration of function ‘PyEval_RestoreThread’
  53. _imaging.c:237: error: ‘PyThreadState’ undeclared (first use in this function)
  54. _imaging.c:237: error: expected expression before ‘)’ token
  55. _imaging.c: At top level:
  56. _imaging.c:248: error: expected ‘)’ before ‘*’ token
  57. _imaging.c:257: error: expected ‘)’ before ‘*’ token
  58. _imaging.c: In function ‘ImagingError_IOError’:
  59. _imaging.c:301: warning: implicit declaration of function ‘PyErr_SetString’
  60. _imaging.c:301: error: ‘PyExc_IOError’ undeclared (first use in this function)
  61. _imaging.c:302: error: ‘NULL’ undeclared (first use in this function)
  62. _imaging.c: In function ‘ImagingError_MemoryError’:
  63. _imaging.c:308: warning: implicit declaration of function ‘PyErr_NoMemory’
  64. _imaging.c:308: warning: return makes pointer from integer without a cast
  65. _imaging.c: In function ‘ImagingError_Mismatch’:
  66. _imaging.c:314: error: ‘PyExc_ValueError’ undeclared (first use in this function)
  67. _imaging.c:315: error: ‘NULL’ undeclared (first use in this function)
  68. _imaging.c: In function ‘ImagingError_ModeError’:
  69. _imaging.c:321: error: ‘PyExc_ValueError’ undeclared (first use in this function)
  70. _imaging.c:322: error: ‘NULL’ undeclared (first use in this function)
  71. _imaging.c: In function ‘ImagingError_ValueError’:
  72. _imaging.c:329: error: ‘PyExc_ValueError’ undeclared (first use in this function)
  73. _imaging.c:332: error: ‘NULL’ undeclared (first use in this function)
  74. _imaging.c: In function ‘ImagingError_Clear’:
  75. _imaging.c:338: warning: implicit declaration of function ‘PyErr_Clear’
  76. _imaging.c: At top level:
  77. _imaging.c:369: error: expected ‘)’ before ‘*’ token
  78. _imaging.c:464: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  79. _imaging.c:510: error: expected ‘)’ before ‘*’ token
  80. _imaging.c:587: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  81. _imaging.c:619: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  82. _imaging.c:631: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  83. _imaging.c:643: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  84. _imaging.c:655: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  85. _imaging.c:664: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  86. _imaging.c:675: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  87. _imaging.c:686: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  88. _imaging.c:697: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  89. _imaging.c:719: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  90. _imaging.c:743: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  91. _imaging.c:760: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  92. _imaging.c:777: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  93. _imaging.c:786: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  94. _imaging.c:803: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  95. _imaging.c:813: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  96. _imaging.c:824: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  97. _imaging.c:857: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  98. _imaging.c:879: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  99. _imaging.c:914: error: expected ‘)’ before ‘*’ token
  100. _imaging.c:954: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  101. _imaging.c:981: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  102. _imaging.c:1054: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  103. _imaging.c:1065: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  104. _imaging.c:1075: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  105. _imaging.c:1114: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  106. _imaging.c:1191: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  107. _imaging.c:1202: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  108. _imaging.c:1339: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  109. _imaging.c:1359: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  110. _imaging.c:1394: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  111. _imaging.c:1419: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  112. _imaging.c:1448: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  113. _imaging.c:1459: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  114. _imaging.c:1479: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  115. _imaging.c:1530: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  116. _imaging.c:1568: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  117. _imaging.c:1614: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  118. _imaging.c:1689: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  119. _imaging.c:1739: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  120. _imaging.c:1765: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  121. _imaging.c:1771: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  122. _imaging.c:1783: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  123. _imaging.c:1817: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  124. _imaging.c:1845: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  125. _imaging.c:1874: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  126. _imaging.c:1885: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  127. _imaging.c:1901: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  128. _imaging.c:1922: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  129. _imaging.c:1928: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  130. _imaging.c:1939: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  131. _imaging.c:1950: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  132. _imaging.c:1961: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  133. _imaging.c:1972: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  134. _imaging.c:1983: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  135. _imaging.c:2001: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  136. _imaging.c:2019: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  137. _imaging.c:2030: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  138. _imaging.c:2041: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  139. _imaging.c:2052: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  140. _imaging.c:2063: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  141. _imaging.c:2081: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  142. _imaging.c: In function ‘_font_dealloc’:
  143. _imaging.c:2142: warning: implicit declaration of function ‘Py_XDECREF’
  144. _imaging.c:2142: error: ‘ImagingFontObject’ has no member named ‘ref’
  145. _imaging.c: In function ‘textwidth’:
  146. _imaging.c:2152: error: ‘ImagingFontObject’ has no member named ‘glyphs’
  147. _imaging.c: At top level:
  148. _imaging.c:2157: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  149. _imaging.c:2205: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  150. _imaging.c:2215: error: array type has incomplete element type
  151. _imaging.c:2216: error: ‘PyCFunction’ undeclared here (not in a function)
  152. _imaging.c:2216: error: expected ‘}’ before ‘_font_getmask’
  153. _imaging.c:2217: error: expected ‘}’ before ‘_font_getsize’
  154. _imaging.c:2218: error: ‘NULL’ undeclared here (not in a function)
  155. _imaging.c:2221: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  156. _imaging.c:2229: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  157. _imaging.c: In function ‘_draw_dealloc’:
  158. _imaging.c:2257: error: ‘ImagingDrawObject’ has no member named ‘image’
  159. _imaging.c: At top level:
  160. _imaging.c:2261: error: expected ‘)’ before ‘*’ token
  161. _imaging.c:2263: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  162. _imaging.c:2278: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  163. _imaging.c:2298: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  164. _imaging.c:2335: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  165. _imaging.c:2353: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  166. _imaging.c:2390: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  167. _imaging.c:2406: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  168. _imaging.c:2459: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  169. _imaging.c:2474: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  170. _imaging.c:2507: error: expected ‘)’ before ‘*’ token
  171. _imaging.c:2509: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  172. _imaging.c:2536: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  173. _imaging.c:2554: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  174. _imaging.c:2600: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  175. _imaging.c:2637: error: array type has incomplete element type
  176. _imaging.c:2640: error: expected ‘}’ before ‘_draw_line’
  177. _imaging.c:2641: error: expected ‘}’ before ‘_draw_lines’
  178. _imaging.c:2643: error: expected ‘}’ before ‘_draw_outline’
  179. _imaging.c:2645: error: expected ‘}’ before ‘_draw_polygon’
  180. _imaging.c:2646: error: expected ‘}’ before ‘_draw_rectangle’
  181. _imaging.c:2647: error: expected ‘}’ before ‘_draw_point’
  182. _imaging.c:2648: error: expected ‘}’ before ‘_draw_points’
  183. _imaging.c:2649: error: expected ‘}’ before ‘_draw_arc’
  184. _imaging.c:2650: error: expected ‘}’ before ‘_draw_bitmap’
  185. _imaging.c:2651: error: expected ‘}’ before ‘_draw_chord’
  186. _imaging.c:2652: error: expected ‘}’ before ‘_draw_ellipse’
  187. _imaging.c:2653: error: expected ‘}’ before ‘_draw_pieslice’
  188. _imaging.c:2654: error: expected ‘}’ before ‘_draw_ink’
  189. _imaging.c:2659: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  190. _imaging.c:2668: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  191. _imaging.c: In function ‘pixel_access_dealloc’:
  192. _imaging.c:2693: error: ‘PixelAccessObject’ has no member named ‘image’
  193. _imaging.c: At top level:
  194. _imaging.c:2697: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  195. _imaging.c:2708: error: expected declaration specifiers or ‘...’ before ‘PyObject’
  196. _imaging.c:2708: error: expected declaration specifiers or ‘...’ before ‘PyObject’
  197. _imaging.c: In function ‘pixel_access_setitem’:
  198. _imaging.c:2710: error: ‘PixelAccessObject’ has no member named ‘image’
  199. _imaging.c:2714: error: ‘PixelAccessObject’ has no member named ‘readonly’
  200. _imaging.c:2719: warning: implicit declaration of function ‘_getxy’
  201. _imaging.c:2719: error: ‘xy’ undeclared (first use in this function)
  202. _imaging.c:2723: error: ‘PyExc_IndexError’ undeclared (first use in this function)
  203. _imaging.c:2727: error: ‘color’ undeclared (first use in this function)
  204. _imaging.c:2730: warning: implicit declaration of function ‘getink’
  205. _imaging.c:2733: error: ‘PixelAccessObject’ has no member named ‘image’
  206. _imaging.c: At top level:
  207. _imaging.c:2744: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  208. _imaging.c:2763: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  209. _imaging.c:2774: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  210. _imaging.c:2791: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  211. _imaging.c:2811: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  212. _imaging.c:2846: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  213. _imaging.c:2867: error: array type has incomplete element type
  214. _imaging.c:2870: error: expected ‘}’ before ‘_getpixel’
  215. _imaging.c:2871: error: expected ‘}’ before ‘_putpixel’
  216. _imaging.c:2873: error: expected ‘}’ before ‘pixel_access_new’
  217. _imaging.c:2876: error: expected ‘}’ before ‘_convert’
  218. _imaging.c:2877: error: expected ‘}’ before ‘_convert2’
  219. _imaging.c:2878: error: expected ‘}’ before ‘_convert_matrix’
  220. _imaging.c:2879: error: expected ‘}’ before ‘_copy’
  221. _imaging.c:2880: error: expected ‘}’ before ‘_copy2’
  222. _imaging.c:2884: error: expected ‘}’ before ‘_crop’
  223. _imaging.c:2885: error: expected ‘}’ before ‘_expand’
  224. _imaging.c:2886: error: expected ‘}’ before ‘_filter’
  225. _imaging.c:2887: error: expected ‘}’ before ‘_histogram’
  226. _imaging.c:2889: error: expected ‘}’ before ‘_modefilter’
  227. _imaging.c:2891: error: expected ‘}’ before ‘_offset’
  228. _imaging.c:2892: error: expected ‘}’ before ‘_paste’
  229. _imaging.c:2893: error: expected ‘}’ before ‘_point’
  230. _imaging.c:2894: error: expected ‘}’ before ‘_point_transform’
  231. _imaging.c:2895: error: expected ‘}’ before ‘_putdata’
  232. _imaging.c:2897: error: expected ‘}’ before ‘_quantize’
  233. _imaging.c:2900: error: expected ‘}’ before ‘_rankfilter’
  234. _imaging.c:2902: error: expected ‘}’ before ‘_resize’
  235. _imaging.c:2903: error: expected ‘}’ before ‘_rotate’
  236. _imaging.c:2904: error: expected ‘}’ before ‘_stretch’
  237. _imaging.c:2905: error: expected ‘}’ before ‘_transpose’
  238. _imaging.c:2906: error: expected ‘}’ before ‘_transform2’
  239. _imaging.c:2908: error: expected ‘}’ before ‘_isblock’
  240. _imaging.c:2910: error: expected ‘}’ before ‘_getbbox’
  241. _imaging.c:2911: error: expected ‘}’ before ‘_getcolors’
  242. _imaging.c:2912: error: expected ‘}’ before ‘_getextrema’
  243. _imaging.c:2913: error: expected ‘}’ before ‘_getprojection’
  244. _imaging.c:2915: error: expected ‘}’ before ‘_getband’
  245. _imaging.c:2916: error: expected ‘}’ before ‘_putband’
  246. _imaging.c:2917: error: expected ‘}’ before ‘_fillband’
  247. _imaging.c:2919: error: expected ‘}’ before ‘im_setmode’
  248. _imaging.c:2921: error: expected ‘}’ before ‘_getpalette’
  249. _imaging.c:2922: error: expected ‘}’ before ‘_putpalette’
  250. _imaging.c:2923: error: expected ‘}’ before ‘_putpalettealpha’
  251. _imaging.c:2927: error: expected ‘}’ before ‘_chop_invert’
  252. _imaging.c:2928: error: expected ‘}’ before ‘_chop_lighter’
  253. _imaging.c:2929: error: expected ‘}’ before ‘_chop_darker’
  254. _imaging.c:2930: error: expected ‘}’ before ‘_chop_difference’
  255. _imaging.c:2931: error: expected ‘}’ before ‘_chop_multiply’
  256. _imaging.c:2932: error: expected ‘}’ before ‘_chop_screen’
  257. _imaging.c:2933: error: expected ‘}’ before ‘_chop_add’
  258. _imaging.c:2934: error: expected ‘}’ before ‘_chop_subtract’
  259. _imaging.c:2935: error: expected ‘}’ before ‘_chop_add_modulo’
  260. _imaging.c:2936: error: expected ‘}’ before ‘_chop_subtract_modulo’
  261. _imaging.c:2937: error: expected ‘}’ before ‘_chop_and’
  262. _imaging.c:2938: error: expected ‘}’ before ‘_chop_or’
  263. _imaging.c:2939: error: expected ‘}’ before ‘_chop_xor’
  264. _imaging.c:2944: error: expected ‘}’ before ‘_gaussian_blur’
  265. _imaging.c:2945: error: expected ‘}’ before ‘_unsharp_mask’
  266. _imaging.c:2950: error: expected ‘}’ before ‘_effect_spread’
  267. _imaging.c:2954: error: expected ‘}’ before ‘_new_array’
  268. _imaging.c:2955: error: expected ‘}’ before ‘_new_block’
  269. _imaging.c:2958: error: expected ‘}’ before ‘_save_ppm’
  270. _imaging.c:2967: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  271. _imaging.c: In function ‘image_length’:
  272. _imaging.c:2996: error: ‘ImagingObject’ has no member named ‘image’
  273. _imaging.c: At top level:
  274. _imaging.c:3001: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  275. _imaging.c:3016: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘image_as_sequence’
  276. _imaging.c:3029: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  277. _imaging.c:3050: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  278. _imaging.c:3062: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  279. _imaging.c:3076: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pixel_access_as_mapping’
  280. _imaging.c:3084: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  281. _imaging.c:3106: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  282. _imaging.c:3107: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  283. _imaging.c:3108: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  284. _imaging.c:3109: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  285. _imaging.c:3110: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  286. _imaging.c:3111: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  287. _imaging.c:3112: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  288. _imaging.c:3113: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  289. _imaging.c:3114: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  290. _imaging.c:3115: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  291. _imaging.c:3116: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  292. _imaging.c:3117: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  293. _imaging.c:3118: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  294. _imaging.c:3119: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  295. _imaging.c:3120: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  296. _imaging.c:3123: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  297. _imaging.c:3124: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  298. _imaging.c:3125: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  299. _imaging.c:3126: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  300. _imaging.c:3127: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  301. _imaging.c:3128: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  302. _imaging.c:3129: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  303. _imaging.c:3144: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  304. _imaging.c:3147: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  305. _imaging.c:3149: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  306. _imaging.c:3150: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  307. _imaging.c:3152: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘functions’
  308. _imaging.c:3250: warning: return type defaults to ‘int’
  309. _imaging.c: In function ‘DL_EXPORT’:
  310. _imaging.c:3250: error: expected declaration specifiers before ‘init_imaging’
  311. _imaging.c:3281: error: expected ‘{’ at end of input
  312. error: command '/usr/bin/gcc' failed with exit status 1
  313. Complete output from command /home/dustin/.virtualenvs/django1.2/bin/python -c "import setuptools; __file__='/home/dustin/.virtualenvs/django1.2/build/pil/setup.py'; execfile('/home/dustin/.virtualenvs/django1.2/build/pil/setup.py')" install --single-version-externally-managed --record /tmp/pip-t_oikl-record/install-record.txt --install-headers /home/dustin/.virtualenvs/django1.2/include/site/python2.6:
  314. WARNING: '' not a valid package name; please use only.-separated package names in setup.py
  315.  
  316. running install
  317.  
  318. running build
  319.  
  320. running build_py
  321.  
  322. running build_ext
  323.  
  324. building '_imaging' extension
  325.  
  326. /usr/bin/gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -I/usr/include/freetype2 -IlibImaging -I/home/dustin/.virtualenvs/django1.2/include -I/usr/local/include -I/usr/include -I/usr/include/python2.6 -c _imaging.c -o build/temp.linux-x86_64-2.6/_imaging.o
  327.  
  328. _imaging.c:75:20: error: Python.h: No such file or directory
  329.  
  330. In file included from libImaging/Imaging.h:14,
  331.  
  332. from _imaging.c:77:
  333.  
  334. libImaging/ImPlatform.h:14:2: error: #error Sorry, this library requires support for ANSI prototypes.
  335.  
  336. libImaging/ImPlatform.h:17:2: error: #error Sorry, this library requires ANSI header files.
  337.  
  338. libImaging/ImPlatform.h:55:2: error: #error Cannot find required 32-bit integer type
  339.  
  340. In file included from _imaging.c:77:
  341.  
  342. libImaging/Imaging.h:90: error: expected specifier-qualifier-list before ‘INT32’
  343.  
  344. libImaging/Imaging.h:264: error: expected specifier-qualifier-list before ‘INT32’
  345.  
  346. libImaging/Imaging.h:395: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ImagingCRC32’
  347.  
  348. _imaging.c:124: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
  349.  
  350. _imaging.c:129: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  351.  
  352. _imaging.c:143: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
  353.  
  354. _imaging.c:151: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  355.  
  356. _imaging.c:154: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
  357.  
  358. _imaging.c:160: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  359.  
  360. _imaging.c:165: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
  361.  
  362. _imaging.c:170: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  363.  
  364. _imaging.c:172: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  365.  
  366. _imaging.c: In function ‘_dealloc’:
  367.  
  368. _imaging.c:204: error: ‘ImagingObject’ has no member named ‘access’
  369.  
  370. _imaging.c:206: error: ‘ImagingObject’ has no member named ‘image’
  371.  
  372. _imaging.c:207: warning: implicit declaration of function ‘PyMem_DEL’
  373.  
  374. _imaging.c: At top level:
  375.  
  376. _imaging.c:212: error: expected ‘)’ before ‘*’ token
  377.  
  378. _imaging.c: In function ‘ImagingSectionEnter’:
  379.  
  380. _imaging.c:230: error: ‘PyThreadState’ undeclared (first use in this function)
  381.  
  382. _imaging.c:230: error: (Each undeclared identifier is reported only once
  383.  
  384. _imaging.c:230: error: for each function it appears in.)
  385.  
  386. _imaging.c:230: error: expected expression before ‘)’ token
  387.  
  388. _imaging.c: In function ‘ImagingSectionLeave’:
  389.  
  390. _imaging.c:237: warning: implicit declaration of function ‘PyEval_RestoreThread’
  391.  
  392. _imaging.c:237: error: ‘PyThreadState’ undeclared (first use in this function)
  393.  
  394. _imaging.c:237: error: expected expression before ‘)’ token
  395.  
  396. _imaging.c: At top level:
  397.  
  398. _imaging.c:248: error: expected ‘)’ before ‘*’ token
  399.  
  400. _imaging.c:257: error: expected ‘)’ before ‘*’ token
  401.  
  402. _imaging.c: In function ‘ImagingError_IOError’:
  403.  
  404. _imaging.c:301: warning: implicit declaration of function ‘PyErr_SetString’
  405.  
  406. _imaging.c:301: error: ‘PyExc_IOError’ undeclared (first use in this function)
  407.  
  408. _imaging.c:302: error: ‘NULL’ undeclared (first use in this function)
  409.  
  410. _imaging.c: In function ‘ImagingError_MemoryError’:
  411.  
  412. _imaging.c:308: warning: implicit declaration of function ‘PyErr_NoMemory’
  413.  
  414. _imaging.c:308: warning: return makes pointer from integer without a cast
  415.  
  416. _imaging.c: In function ‘ImagingError_Mismatch’:
  417.  
  418. _imaging.c:314: error: ‘PyExc_ValueError’ undeclared (first use in this function)
  419.  
  420. _imaging.c:315: error: ‘NULL’ undeclared (first use in this function)
  421.  
  422. _imaging.c: In function ‘ImagingError_ModeError’:
  423.  
  424. _imaging.c:321: error: ‘PyExc_ValueError’ undeclared (first use in this function)
  425.  
  426. _imaging.c:322: error: ‘NULL’ undeclared (first use in this function)
  427.  
  428. _imaging.c: In function ‘ImagingError_ValueError’:
  429.  
  430. _imaging.c:329: error: ‘PyExc_ValueError’ undeclared (first use in this function)
  431.  
  432. _imaging.c:332: error: ‘NULL’ undeclared (first use in this function)
  433.  
  434. _imaging.c: In function ‘ImagingError_Clear’:
  435.  
  436. _imaging.c:338: warning: implicit declaration of function ‘PyErr_Clear’
  437.  
  438. _imaging.c: At top level:
  439.  
  440. _imaging.c:369: error: expected ‘)’ before ‘*’ token
  441.  
  442. _imaging.c:464: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  443.  
  444. _imaging.c:510: error: expected ‘)’ before ‘*’ token
  445.  
  446. _imaging.c:587: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  447.  
  448. _imaging.c:619: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  449.  
  450. _imaging.c:631: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  451.  
  452. _imaging.c:643: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  453.  
  454. _imaging.c:655: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  455.  
  456. _imaging.c:664: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  457.  
  458. _imaging.c:675: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  459.  
  460. _imaging.c:686: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  461.  
  462. _imaging.c:697: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  463.  
  464. _imaging.c:719: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  465.  
  466. _imaging.c:743: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  467.  
  468. _imaging.c:760: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  469.  
  470. _imaging.c:777: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  471.  
  472. _imaging.c:786: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  473.  
  474. _imaging.c:803: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  475.  
  476. _imaging.c:813: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  477.  
  478. _imaging.c:824: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  479.  
  480. _imaging.c:857: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  481.  
  482. _imaging.c:879: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  483.  
  484. _imaging.c:914: error: expected ‘)’ before ‘*’ token
  485.  
  486. _imaging.c:954: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  487.  
  488. _imaging.c:981: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  489.  
  490. _imaging.c:1054: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  491.  
  492. _imaging.c:1065: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  493.  
  494. _imaging.c:1075: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  495.  
  496. _imaging.c:1114: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  497.  
  498. _imaging.c:1191: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  499.  
  500. _imaging.c:1202: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  501.  
  502. _imaging.c:1339: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  503.  
  504. _imaging.c:1359: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  505.  
  506. _imaging.c:1394: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  507.  
  508. _imaging.c:1419: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  509.  
  510. _imaging.c:1448: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  511.  
  512. _imaging.c:1459: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  513.  
  514. _imaging.c:1479: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  515.  
  516. _imaging.c:1530: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  517.  
  518. _imaging.c:1568: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  519.  
  520. _imaging.c:1614: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  521.  
  522. _imaging.c:1689: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  523.  
  524. _imaging.c:1739: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  525.  
  526. _imaging.c:1765: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  527.  
  528. _imaging.c:1771: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  529.  
  530. _imaging.c:1783: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  531.  
  532. _imaging.c:1817: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  533.  
  534. _imaging.c:1845: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  535.  
  536. _imaging.c:1874: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  537.  
  538. _imaging.c:1885: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  539.  
  540. _imaging.c:1901: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  541.  
  542. _imaging.c:1922: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  543.  
  544. _imaging.c:1928: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  545.  
  546. _imaging.c:1939: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  547.  
  548. _imaging.c:1950: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  549.  
  550. _imaging.c:1961: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  551.  
  552. _imaging.c:1972: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  553.  
  554. _imaging.c:1983: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  555.  
  556. _imaging.c:2001: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  557.  
  558. _imaging.c:2019: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  559.  
  560. _imaging.c:2030: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  561.  
  562. _imaging.c:2041: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  563.  
  564. _imaging.c:2052: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  565.  
  566. _imaging.c:2063: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  567.  
  568. _imaging.c:2081: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  569.  
  570. _imaging.c: In function ‘_font_dealloc’:
  571.  
  572. _imaging.c:2142: warning: implicit declaration of function ‘Py_XDECREF’
  573.  
  574. _imaging.c:2142: error: ‘ImagingFontObject’ has no member named ‘ref’
  575.  
  576. _imaging.c: In function ‘textwidth’:
  577.  
  578. _imaging.c:2152: error: ‘ImagingFontObject’ has no member named ‘glyphs’
  579.  
  580. _imaging.c: At top level:
  581.  
  582. _imaging.c:2157: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  583.  
  584. _imaging.c:2205: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  585.  
  586. _imaging.c:2215: error: array type has incomplete element type
  587.  
  588. _imaging.c:2216: error: ‘PyCFunction’ undeclared here (not in a function)
  589.  
  590. _imaging.c:2216: error: expected ‘}’ before ‘_font_getmask’
  591.  
  592. _imaging.c:2217: error: expected ‘}’ before ‘_font_getsize’
  593.  
  594. _imaging.c:2218: error: ‘NULL’ undeclared here (not in a function)
  595.  
  596. _imaging.c:2221: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  597.  
  598. _imaging.c:2229: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  599.  
  600. _imaging.c: In function ‘_draw_dealloc’:
  601.  
  602. _imaging.c:2257: error: ‘ImagingDrawObject’ has no member named ‘image’
  603.  
  604. _imaging.c: At top level:
  605.  
  606. _imaging.c:2261: error: expected ‘)’ before ‘*’ token
  607.  
  608. _imaging.c:2263: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  609.  
  610. _imaging.c:2278: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  611.  
  612. _imaging.c:2298: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  613.  
  614. _imaging.c:2335: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  615.  
  616. _imaging.c:2353: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  617.  
  618. _imaging.c:2390: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  619.  
  620. _imaging.c:2406: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  621.  
  622. _imaging.c:2459: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  623.  
  624. _imaging.c:2474: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  625.  
  626. _imaging.c:2507: error: expected ‘)’ before ‘*’ token
  627.  
  628. _imaging.c:2509: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  629.  
  630. _imaging.c:2536: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  631.  
  632. _imaging.c:2554: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  633.  
  634. _imaging.c:2600: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  635.  
  636. _imaging.c:2637: error: array type has incomplete element type
  637.  
  638. _imaging.c:2640: error: expected ‘}’ before ‘_draw_line’
  639.  
  640. _imaging.c:2641: error: expected ‘}’ before ‘_draw_lines’
  641.  
  642. _imaging.c:2643: error: expected ‘}’ before ‘_draw_outline’
  643.  
  644. _imaging.c:2645: error: expected ‘}’ before ‘_draw_polygon’
  645.  
  646. _imaging.c:2646: error: expected ‘}’ before ‘_draw_rectangle’
  647.  
  648. _imaging.c:2647: error: expected ‘}’ before ‘_draw_point’
  649.  
  650. _imaging.c:2648: error: expected ‘}’ before ‘_draw_points’
  651.  
  652. _imaging.c:2649: error: expected ‘}’ before ‘_draw_arc’
  653.  
  654. _imaging.c:2650: error: expected ‘}’ before ‘_draw_bitmap’
  655.  
  656. _imaging.c:2651: error: expected ‘}’ before ‘_draw_chord’
  657.  
  658. _imaging.c:2652: error: expected ‘}’ before ‘_draw_ellipse’
  659.  
  660. _imaging.c:2653: error: expected ‘}’ before ‘_draw_pieslice’
  661.  
  662. _imaging.c:2654: error: expected ‘}’ before ‘_draw_ink’
  663.  
  664. _imaging.c:2659: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  665.  
  666. _imaging.c:2668: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  667.  
  668. _imaging.c: In function ‘pixel_access_dealloc’:
  669.  
  670. _imaging.c:2693: error: ‘PixelAccessObject’ has no member named ‘image’
  671.  
  672. _imaging.c: At top level:
  673.  
  674. _imaging.c:2697: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  675.  
  676. _imaging.c:2708: error: expected declaration specifiers or ‘...’ before ‘PyObject’
  677.  
  678. _imaging.c:2708: error: expected declaration specifiers or ‘...’ before ‘PyObject’
  679.  
  680. _imaging.c: In function ‘pixel_access_setitem’:
  681.  
  682. _imaging.c:2710: error: ‘PixelAccessObject’ has no member named ‘image’
  683.  
  684. _imaging.c:2714: error: ‘PixelAccessObject’ has no member named ‘readonly’
  685.  
  686. _imaging.c:2719: warning: implicit declaration of function ‘_getxy’
  687.  
  688. _imaging.c:2719: error: ‘xy’ undeclared (first use in this function)
  689.  
  690. _imaging.c:2723: error: ‘PyExc_IndexError’ undeclared (first use in this function)
  691.  
  692. _imaging.c:2727: error: ‘color’ undeclared (first use in this function)
  693.  
  694. _imaging.c:2730: warning: implicit declaration of function ‘getink’
  695.  
  696. _imaging.c:2733: error: ‘PixelAccessObject’ has no member named ‘image’
  697.  
  698. _imaging.c: At top level:
  699.  
  700. _imaging.c:2744: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  701.  
  702. _imaging.c:2763: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  703.  
  704. _imaging.c:2774: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  705.  
  706. _imaging.c:2791: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  707.  
  708. _imaging.c:2811: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  709.  
  710. _imaging.c:2846: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  711.  
  712. _imaging.c:2867: error: array type has incomplete element type
  713.  
  714. _imaging.c:2870: error: expected ‘}’ before ‘_getpixel’
  715.  
  716. _imaging.c:2871: error: expected ‘}’ before ‘_putpixel’
  717.  
  718. _imaging.c:2873: error: expected ‘}’ before ‘pixel_access_new’
  719.  
  720. _imaging.c:2876: error: expected ‘}’ before ‘_convert’
  721.  
  722. _imaging.c:2877: error: expected ‘}’ before ‘_convert2’
  723.  
  724. _imaging.c:2878: error: expected ‘}’ before ‘_convert_matrix’
  725.  
  726. _imaging.c:2879: error: expected ‘}’ before ‘_copy’
  727.  
  728. _imaging.c:2880: error: expected ‘}’ before ‘_copy2’
  729.  
  730. _imaging.c:2884: error: expected ‘}’ before ‘_crop’
  731.  
  732. _imaging.c:2885: error: expected ‘}’ before ‘_expand’
  733.  
  734. _imaging.c:2886: error: expected ‘}’ before ‘_filter’
  735.  
  736. _imaging.c:2887: error: expected ‘}’ before ‘_histogram’
  737.  
  738. _imaging.c:2889: error: expected ‘}’ before ‘_modefilter’
  739.  
  740. _imaging.c:2891: error: expected ‘}’ before ‘_offset’
  741.  
  742. _imaging.c:2892: error: expected ‘}’ before ‘_paste’
  743.  
  744. _imaging.c:2893: error: expected ‘}’ before ‘_point’
  745.  
  746. _imaging.c:2894: error: expected ‘}’ before ‘_point_transform’
  747.  
  748. _imaging.c:2895: error: expected ‘}’ before ‘_putdata’
  749.  
  750. _imaging.c:2897: error: expected ‘}’ before ‘_quantize’
  751.  
  752. _imaging.c:2900: error: expected ‘}’ before ‘_rankfilter’
  753.  
  754. _imaging.c:2902: error: expected ‘}’ before ‘_resize’
  755.  
  756. _imaging.c:2903: error: expected ‘}’ before ‘_rotate’
  757.  
  758. _imaging.c:2904: error: expected ‘}’ before ‘_stretch’
  759.  
  760. _imaging.c:2905: error: expected ‘}’ before ‘_transpose’
  761.  
  762. _imaging.c:2906: error: expected ‘}’ before ‘_transform2’
  763.  
  764. _imaging.c:2908: error: expected ‘}’ before ‘_isblock’
  765.  
  766. _imaging.c:2910: error: expected ‘}’ before ‘_getbbox’
  767.  
  768. _imaging.c:2911: error: expected ‘}’ before ‘_getcolors’
  769.  
  770. _imaging.c:2912: error: expected ‘}’ before ‘_getextrema’
  771.  
  772. _imaging.c:2913: error: expected ‘}’ before ‘_getprojection’
  773.  
  774. _imaging.c:2915: error: expected ‘}’ before ‘_getband’
  775.  
  776. _imaging.c:2916: error: expected ‘}’ before ‘_putband’
  777.  
  778. _imaging.c:2917: error: expected ‘}’ before ‘_fillband’
  779.  
  780. _imaging.c:2919: error: expected ‘}’ before ‘im_setmode’
  781.  
  782. _imaging.c:2921: error: expected ‘}’ before ‘_getpalette’
  783.  
  784. _imaging.c:2922: error: expected ‘}’ before ‘_putpalette’
  785.  
  786. _imaging.c:2923: error: expected ‘}’ before ‘_putpalettealpha’
  787.  
  788. _imaging.c:2927: error: expected ‘}’ before ‘_chop_invert’
  789.  
  790. _imaging.c:2928: error: expected ‘}’ before ‘_chop_lighter’
  791.  
  792. _imaging.c:2929: error: expected ‘}’ before ‘_chop_darker’
  793.  
  794. _imaging.c:2930: error: expected ‘}’ before ‘_chop_difference’
  795.  
  796. _imaging.c:2931: error: expected ‘}’ before ‘_chop_multiply’
  797.  
  798. _imaging.c:2932: error: expected ‘}’ before ‘_chop_screen’
  799.  
  800. _imaging.c:2933: error: expected ‘}’ before ‘_chop_add’
  801.  
  802. _imaging.c:2934: error: expected ‘}’ before ‘_chop_subtract’
  803.  
  804. _imaging.c:2935: error: expected ‘}’ before ‘_chop_add_modulo’
  805.  
  806. _imaging.c:2936: error: expected ‘}’ before ‘_chop_subtract_modulo’
  807.  
  808. _imaging.c:2937: error: expected ‘}’ before ‘_chop_and’
  809.  
  810. _imaging.c:2938: error: expected ‘}’ before ‘_chop_or’
  811.  
  812. _imaging.c:2939: error: expected ‘}’ before ‘_chop_xor’
  813.  
  814. _imaging.c:2944: error: expected ‘}’ before ‘_gaussian_blur’
  815.  
  816. _imaging.c:2945: error: expected ‘}’ before ‘_unsharp_mask’
  817.  
  818. _imaging.c:2950: error: expected ‘}’ before ‘_effect_spread’
  819.  
  820. _imaging.c:2954: error: expected ‘}’ before ‘_new_array’
  821.  
  822. _imaging.c:2955: error: expected ‘}’ before ‘_new_block’
  823.  
  824. _imaging.c:2958: error: expected ‘}’ before ‘_save_ppm’
  825.  
  826. _imaging.c:2967: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  827.  
  828. _imaging.c: In function ‘image_length’:
  829.  
  830. _imaging.c:2996: error: ‘ImagingObject’ has no member named ‘image’
  831.  
  832. _imaging.c: At top level:
  833.  
  834. _imaging.c:3001: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  835.  
  836. _imaging.c:3016: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘image_as_sequence’
  837.  
  838. _imaging.c:3029: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  839.  
  840. _imaging.c:3050: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  841.  
  842. _imaging.c:3062: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  843.  
  844. _imaging.c:3076: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pixel_access_as_mapping’
  845.  
  846. _imaging.c:3084: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  847.  
  848. _imaging.c:3106: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  849.  
  850. _imaging.c:3107: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  851.  
  852. _imaging.c:3108: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  853.  
  854. _imaging.c:3109: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  855.  
  856. _imaging.c:3110: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  857.  
  858. _imaging.c:3111: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  859.  
  860. _imaging.c:3112: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  861.  
  862. _imaging.c:3113: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  863.  
  864. _imaging.c:3114: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  865.  
  866. _imaging.c:3115: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  867.  
  868. _imaging.c:3116: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  869.  
  870. _imaging.c:3117: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  871.  
  872. _imaging.c:3118: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  873.  
  874. _imaging.c:3119: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  875.  
  876. _imaging.c:3120: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  877.  
  878. _imaging.c:3123: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  879.  
  880. _imaging.c:3124: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  881.  
  882. _imaging.c:3125: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  883.  
  884. _imaging.c:3126: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  885.  
  886. _imaging.c:3127: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  887.  
  888. _imaging.c:3128: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  889.  
  890. _imaging.c:3129: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  891.  
  892. _imaging.c:3144: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  893.  
  894. _imaging.c:3147: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  895.  
  896. _imaging.c:3149: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  897.  
  898. _imaging.c:3150: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  899.  
  900. _imaging.c:3152: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘functions’
  901.  
  902. _imaging.c:3250: warning: return type defaults to ‘int’
  903.  
  904. _imaging.c: In function ‘DL_EXPORT’:
  905.  
  906. _imaging.c:3250: error: expected declaration specifiers before ‘init_imaging’
  907.  
  908. _imaging.c:3281: error: expected ‘{’ at end of input
  909.  
  910. error: command '/usr/bin/gcc' failed with exit status 1
  911.  
  912. ----------------------------------------
  913. Command /home/dustin/.virtualenvs/django1.2/bin/python -c "import setuptools; __file__='/home/dustin/.virtualenvs/django1.2/build/pil/setup.py'; execfile('/home/dustin/.virtualenvs/django1.2/build/pil/setup.py')" install --single-version-externally-managed --record /tmp/pip-t_oikl-record/install-record.txt --install-headers /home/dustin/.virtualenvs/django1.2/include/site/python2.6 failed with error code 1
  914. Exception information:
  915. Traceback (most recent call last):
  916. File "/home/dustin/.virtualenvs/django1.2/lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/basecommand.py", line 120, in main
  917. self.run(options, args)
  918. File "/home/dustin/.virtualenvs/django1.2/lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/commands/install.py", line 165, in run
  919. requirement_set.install(install_options)
  920. File "/home/dustin/.virtualenvs/django1.2/lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/req.py", line 1243, in install
  921. requirement.install(install_options)
  922. File "/home/dustin/.virtualenvs/django1.2/lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/req.py", line 540, in install
  923. cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False)
  924. File "/home/dustin/.virtualenvs/django1.2/lib/python2.6/site-packages/pip-0.7.2-py2.6.egg/pip/__init__.py", line 226, in call_subprocess
  925. % (command_desc, proc.returncode))
  926. InstallationError: Command /home/dustin/.virtualenvs/django1.2/bin/python -c "import setuptools; __file__='/home/dustin/.virtualenvs/django1.2/build/pil/setup.py'; execfile('/home/dustin/.virtualenvs/django1.2/build/pil/setup.py')" install --single-version-externally-managed --record /tmp/pip-t_oikl-record/install-record.txt --install-headers /home/dustin/.virtualenvs/django1.2/include/site/python2.6 failed with error code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement