Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2010
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.33 KB | None | 0 0
  1. easy_install-2.6 pycurl
  2. Searching for pycurl
  3. Reading http://pypi.python.org/simple/pycurl/
  4. Reading http://pycurl.sourceforge.net/
  5. Reading http://pycurl.sourceforge.net/download/
  6. Best match: pycurl 7.19.0
  7. Downloading http://pycurl.sourceforge.net/download/pycurl-7.19.0.tar.gz
  8. Processing pycurl-7.19.0.tar.gz
  9. Running pycurl-7.19.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-JRELsX/pycurl-7.19.0/egg-dist-tmp-iVDRtA
  10. Using curl-config (libcurl 7.19.0)
  11. src/pycurl.c:42:20: error: Python.h: No such file or directory
  12. src/pycurl.c:43:22: error: pythread.h: No such file or directory
  13. src/pycurl.c:58:4: error: #error "Need Python version 2.2 or greater to compile pycurl."
  14. src/pycurl.c:108: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  15. src/pycurl.c:109: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  16. src/pycurl.c:110: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  17. src/pycurl.c:111: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  18. src/pycurl.c:114: error: expected specifier-qualifier-list before ‘PyThread_type_lock’
  19. src/pycurl.c:119: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
  20. src/pycurl.c:126: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
  21. src/pycurl.c:139: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
  22. src/pycurl.c:207: error: expected ‘)’ before ‘*’ token
  23. src/pycurl.c:222: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  24. src/pycurl.c:261: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  25. src/pycurl.c:294: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  26. src/pycurl.c: In function ‘assert_share_state’:
  27. src/pycurl.c:318: error: ‘CurlShareObject’ has no member named ‘ob_type’
  28. src/pycurl.c:318: error: ‘p_CurlShare_Type’ undeclared (first use in this function)
  29. src/pycurl.c:318: error: (Each undeclared identifier is reported only once
  30. src/pycurl.c:318: error: for each function it appears in.)
  31. src/pycurl.c:319: error: ‘CurlShareObject’ has no member named ‘lock’
  32. src/pycurl.c: In function ‘assert_curl_state’:
  33. src/pycurl.c:328: error: ‘CurlObject’ has no member named ‘ob_type’
  34. src/pycurl.c:328: error: ‘p_Curl_Type’ undeclared (first use in this function)
  35. src/pycurl.c:329: warning: implicit declaration of function ‘get_thread_state’
  36. src/pycurl.c: In function ‘assert_multi_state’:
  37. src/pycurl.c:338: error: ‘CurlMultiObject’ has no member named ‘ob_type’
  38. src/pycurl.c:338: error: ‘p_CurlMulti_Type’ undeclared (first use in this function)
  39. src/pycurl.c:339: error: ‘CurlMultiObject’ has no member named ‘state’
  40. src/pycurl.c:340: error: ‘CurlMultiObject’ has no member named ‘multi_handle’
  41. src/pycurl.c: In function ‘check_curl_state’:
  42. src/pycurl.c:350: error: ‘CurlObject’ has no member named ‘handle’
  43. src/pycurl.c:351: warning: implicit declaration of function ‘PyErr_Format’
  44. src/pycurl.c:351: error: ‘ErrorObject’ undeclared (first use in this function)
  45. src/pycurl.c:354: warning: comparison between pointer and integer
  46. src/pycurl.c: In function ‘check_multi_state’:
  47. src/pycurl.c:365: error: ‘CurlMultiObject’ has no member named ‘multi_handle’
  48. src/pycurl.c:366: error: ‘ErrorObject’ undeclared (first use in this function)
  49. src/pycurl.c:369: error: ‘CurlMultiObject’ has no member named ‘state’
  50. src/pycurl.c: At top level:
  51. src/pycurl.c:389: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  52. src/pycurl.c: In function ‘pycurl_ssl_lock’:
  53. src/pycurl.c:394: warning: implicit declaration of function ‘PyThread_acquire_lock’
  54. src/pycurl.c:394: error: ‘pycurl_openssl_tsl’ undeclared (first use in this function)
  55. src/pycurl.c:396: warning: implicit declaration of function ‘PyThread_release_lock’
  56. src/pycurl.c: In function ‘pycurl_ssl_id’:
  57. src/pycurl.c:402: warning: implicit declaration of function ‘PyThread_get_thread_ident’
  58. src/pycurl.c: In function ‘pycurl_ssl_init’:
  59. src/pycurl.c:409: error: ‘pycurl_openssl_tsl’ undeclared (first use in this function)
  60. src/pycurl.c:409: warning: implicit declaration of function ‘PyMem_Malloc’
  61. src/pycurl.c:409: error: ‘PyThread_type_lock’ undeclared (first use in this function)
  62. src/pycurl.c:412: warning: implicit declaration of function ‘PyThread_allocate_lock’
  63. src/pycurl.c: In function ‘pycurl_ssl_cleanup’:
  64. src/pycurl.c:421: error: ‘pycurl_openssl_tsl’ undeclared (first use in this function)
  65. src/pycurl.c:428: warning: implicit declaration of function ‘PyThread_free_lock’
  66. src/pycurl.c:431: warning: implicit declaration of function ‘PyMem_Free’
  67. src/pycurl.c: In function ‘share_lock_lock’:
  68. src/pycurl.c:491: error: ‘ShareLock’ has no member named ‘locks’
  69. src/pycurl.c: In function ‘share_lock_unlock’:
  70. src/pycurl.c:498: error: ‘ShareLock’ has no member named ‘locks’
  71. src/pycurl.c: In function ‘share_lock_new’:
  72. src/pycurl.c:506: warning: cast to pointer from integer of different size
  73. src/pycurl.c:510: error: ‘ShareLock’ has no member named ‘locks’
  74. src/pycurl.c:511: error: ‘ShareLock’ has no member named ‘locks’
  75. src/pycurl.c:518: error: ‘ShareLock’ has no member named ‘locks’
  76. src/pycurl.c:519: error: ‘ShareLock’ has no member named ‘locks’
  77. src/pycurl.c: In function ‘share_lock_destroy’:
  78. src/pycurl.c:533: error: ‘ShareLock’ has no member named ‘locks’
  79. src/pycurl.c:534: error: ‘ShareLock’ has no member named ‘locks’
  80. src/pycurl.c: In function ‘share_lock_callback’:
  81. src/pycurl.c:545: error: ‘CurlShareObject’ has no member named ‘lock’
  82. src/pycurl.c: In function ‘share_unlock_callback’:
  83. src/pycurl.c:553: error: ‘CurlShareObject’ has no member named ‘lock’
  84. src/pycurl.c: At top level:
  85. src/pycurl.c:559: error: expected ‘)’ before ‘*’ token
  86. src/pycurl.c:603: error: expected declaration specifiers or ‘...’ before ‘visitproc’
  87. src/pycurl.c: In function ‘do_share_traverse’:
  88. src/pycurl.c:609: error: ‘CurlShareObject’ has no member named ‘dict’
  89. src/pycurl.c:609: warning: implicit declaration of function ‘visit’
  90. src/pycurl.c:609: error: ‘CurlShareObject’ has no member named ‘dict’
  91. src/pycurl.c: In function ‘do_share_clear’:
  92. src/pycurl.c:620: error: ‘PyObject’ undeclared (first use in this function)
  93. src/pycurl.c:620: error: ‘tmp’ undeclared (first use in this function)
  94. src/pycurl.c:620: error: expected expression before ‘)’ token
  95. src/pycurl.c:620: error: ‘CurlShareObject’ has no member named ‘dict’
  96. src/pycurl.c:620: error: ‘CurlShareObject’ has no member named ‘dict’
  97. src/pycurl.c:620: warning: implicit declaration of function ‘Py_XDECREF’
  98. src/pycurl.c: In function ‘util_share_close’:
  99. src/pycurl.c:627: error: ‘CurlShareObject’ has no member named ‘share_handle’
  100. src/pycurl.c:628: error: ‘CurlShareObject’ has no member named ‘lock’
  101. src/pycurl.c: In function ‘do_share_dealloc’:
  102. src/pycurl.c:634: warning: implicit declaration of function ‘PyObject_GC_UnTrack’
  103. src/pycurl.c:635: warning: implicit declaration of function ‘Py_TRASHCAN_SAFE_BEGIN’
  104. src/pycurl.c:637: error: ‘PyObject’ undeclared (first use in this function)
  105. src/pycurl.c:637: error: ‘tmp’ undeclared (first use in this function)
  106. src/pycurl.c:637: error: expected expression before ‘)’ token
  107. src/pycurl.c:637: error: ‘CurlShareObject’ has no member named ‘dict’
  108. src/pycurl.c:637: error: ‘CurlShareObject’ has no member named ‘dict’
  109. src/pycurl.c:640: warning: implicit declaration of function ‘PyObject_GC_Del’
  110. src/pycurl.c:641: warning: implicit declaration of function ‘Py_TRASHCAN_SAFE_END’
  111. src/pycurl.c:642: error: expected ‘;’ before ‘}’ token
  112. src/pycurl.c: At top level:
  113. src/pycurl.c:648: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  114. src/pycurl.c: In function ‘util_curl_new’:
  115. src/pycurl.c:711: warning: implicit declaration of function ‘PyObject_GC_New’
  116. src/pycurl.c:711: error: expected expression before ‘CurlObject’
  117. src/pycurl.c:711: warning: cast to pointer from integer of different size
  118. src/pycurl.c:714: warning: implicit declaration of function ‘PyObject_GC_Track’
  119. src/pycurl.c:717: error: ‘CurlObject’ has no member named ‘dict’
  120. src/pycurl.c:718: error: ‘CurlObject’ has no member named ‘handle’
  121. src/pycurl.c:719: error: ‘CurlObject’ has no member named ‘state’
  122. src/pycurl.c:720: error: ‘CurlObject’ has no member named ‘share’
  123. src/pycurl.c:721: error: ‘CurlObject’ has no member named ‘multi_stack’
  124. src/pycurl.c:722: error: ‘CurlObject’ has no member named ‘httppost’
  125. src/pycurl.c:723: error: ‘CurlObject’ has no member named ‘httpheader’
  126. src/pycurl.c:724: error: ‘CurlObject’ has no member named ‘http200aliases’
  127. src/pycurl.c:725: error: ‘CurlObject’ has no member named ‘quote’
  128. src/pycurl.c:726: error: ‘CurlObject’ has no member named ‘postquote’
  129. src/pycurl.c:727: error: ‘CurlObject’ has no member named ‘prequote’
  130. src/pycurl.c:730: error: ‘CurlObject’ has no member named ‘w_cb’
  131. src/pycurl.c:731: error: ‘CurlObject’ has no member named ‘h_cb’
  132. src/pycurl.c:732: error: ‘CurlObject’ has no member named ‘r_cb’
  133. src/pycurl.c:733: error: ‘CurlObject’ has no member named ‘pro_cb’
  134. src/pycurl.c:734: error: ‘CurlObject’ has no member named ‘debug_cb’
  135. src/pycurl.c:735: error: ‘CurlObject’ has no member named ‘ioctl_cb’
  136. src/pycurl.c:736: error: ‘CurlObject’ has no member named ‘opensocket_cb’
  137. src/pycurl.c:739: error: ‘CurlObject’ has no member named ‘readdata_fp’
  138. src/pycurl.c:740: error: ‘CurlObject’ has no member named ‘writedata_fp’
  139. src/pycurl.c:741: error: ‘CurlObject’ has no member named ‘writeheader_fp’
  140. src/pycurl.c:744: error: ‘CurlObject’ has no member named ‘options’
  141. src/pycurl.c:744: error: ‘CurlObject’ has no member named ‘options’
  142. src/pycurl.c:744: error: ‘CurlObject’ has no member named ‘options’
  143. src/pycurl.c:744: error: ‘CurlObject’ has no member named ‘options’
  144. src/pycurl.c:744: warning: left-hand operand of comma expression has no effect
  145. src/pycurl.c:744: error: ‘CurlObject’ has no member named ‘options’
  146. src/pycurl.c:744: error: ‘CurlObject’ has no member named ‘options’
  147. src/pycurl.c:744: error: ‘CurlObject’ has no member named ‘options’
  148. src/pycurl.c:744: error: ‘CurlObject’ has no member named ‘options’
  149. src/pycurl.c:744: error: ‘CurlObject’ has no member named ‘options’
  150. src/pycurl.c:744: error: ‘CurlObject’ has no member named ‘options’
  151. src/pycurl.c:745: error: ‘CurlObject’ has no member named ‘error’
  152. src/pycurl.c:745: error: ‘CurlObject’ has no member named ‘error’
  153. src/pycurl.c:745: error: ‘CurlObject’ has no member named ‘error’
  154. src/pycurl.c:745: error: ‘CurlObject’ has no member named ‘error’
  155. src/pycurl.c:745: warning: left-hand operand of comma expression has no effect
  156. src/pycurl.c:745: error: ‘CurlObject’ has no member named ‘error’
  157. src/pycurl.c:745: error: ‘CurlObject’ has no member named ‘error’
  158. src/pycurl.c:745: error: ‘CurlObject’ has no member named ‘error’
  159. src/pycurl.c:745: error: ‘CurlObject’ has no member named ‘error’
  160. src/pycurl.c:745: error: ‘CurlObject’ has no member named ‘error’
  161. src/pycurl.c:745: error: ‘CurlObject’ has no member named ‘error’
  162. src/pycurl.c: At top level:
  163. src/pycurl.c:753: error: expected ‘)’ before ‘*’ token
  164. src/pycurl.c: In function ‘util_curl_xdecref’:
  165. src/pycurl.c:825: error: ‘PyObject’ undeclared (first use in this function)
  166. src/pycurl.c:825: error: ‘tmp’ undeclared (first use in this function)
  167. src/pycurl.c:825: error: expected expression before ‘)’ token
  168. src/pycurl.c:825: error: ‘CurlObject’ has no member named ‘dict’
  169. src/pycurl.c:825: error: ‘CurlObject’ has no member named ‘dict’
  170. src/pycurl.c:830: error: ‘CurlObject’ has no member named ‘multi_stack’
  171. src/pycurl.c:831: error: ‘CurlObject’ has no member named ‘multi_stack’
  172. src/pycurl.c:832: error: ‘CurlObject’ has no member named ‘multi_stack’
  173. src/pycurl.c:833: error: ‘CurlMultiObject’ has no member named ‘multi_handle’
  174. src/pycurl.c:834: error: ‘CurlMultiObject’ has no member named ‘multi_handle’
  175. src/pycurl.c:836: warning: implicit declaration of function ‘Py_DECREF’
  176. src/pycurl.c:842: error: expected expression before ‘)’ token
  177. src/pycurl.c:842: error: ‘CurlObject’ has no member named ‘w_cb’
  178. src/pycurl.c:842: error: ‘CurlObject’ has no member named ‘w_cb’
  179. src/pycurl.c:843: error: expected expression before ‘)’ token
  180. src/pycurl.c:843: error: ‘CurlObject’ has no member named ‘h_cb’
  181. src/pycurl.c:843: error: ‘CurlObject’ has no member named ‘h_cb’
  182. src/pycurl.c:844: error: expected expression before ‘)’ token
  183. src/pycurl.c:844: error: ‘CurlObject’ has no member named ‘r_cb’
  184. src/pycurl.c:844: error: ‘CurlObject’ has no member named ‘r_cb’
  185. src/pycurl.c:845: error: expected expression before ‘)’ token
  186. src/pycurl.c:845: error: ‘CurlObject’ has no member named ‘pro_cb’
  187. src/pycurl.c:845: error: ‘CurlObject’ has no member named ‘pro_cb’
  188. src/pycurl.c:846: error: expected expression before ‘)’ token
  189. src/pycurl.c:846: error: ‘CurlObject’ has no member named ‘debug_cb’
  190. src/pycurl.c:846: error: ‘CurlObject’ has no member named ‘debug_cb’
  191. src/pycurl.c:847: error: expected expression before ‘)’ token
  192. src/pycurl.c:847: error: ‘CurlObject’ has no member named ‘ioctl_cb’
  193. src/pycurl.c:847: error: ‘CurlObject’ has no member named ‘ioctl_cb’
  194. src/pycurl.c:852: error: expected expression before ‘)’ token
  195. src/pycurl.c:852: error: ‘CurlObject’ has no member named ‘readdata_fp’
  196. src/pycurl.c:852: error: ‘CurlObject’ has no member named ‘readdata_fp’
  197. src/pycurl.c:853: error: expected expression before ‘)’ token
  198. src/pycurl.c:853: error: ‘CurlObject’ has no member named ‘writedata_fp’
  199. src/pycurl.c:853: error: ‘CurlObject’ has no member named ‘writedata_fp’
  200. src/pycurl.c:854: error: expected expression before ‘)’ token
  201. src/pycurl.c:854: error: ‘CurlObject’ has no member named ‘writeheader_fp’
  202. src/pycurl.c:854: error: ‘CurlObject’ has no member named ‘writeheader_fp’
  203. src/pycurl.c:859: error: ‘CurlObject’ has no member named ‘share’
  204. src/pycurl.c:860: error: ‘CurlObject’ has no member named ‘share’
  205. src/pycurl.c:861: error: ‘CurlObject’ has no member named ‘share’
  206. src/pycurl.c:862: error: ‘CurlShareObject’ has no member named ‘share_handle’
  207. src/pycurl.c: In function ‘util_curl_close’:
  208. src/pycurl.c:880: error: ‘CurlObject’ has no member named ‘ob_type’
  209. src/pycurl.c:880: error: ‘p_Curl_Type’ undeclared (first use in this function)
  210. src/pycurl.c:881: error: ‘CurlObject’ has no member named ‘handle’
  211. src/pycurl.c:882: error: ‘CurlObject’ has no member named ‘handle’
  212. src/pycurl.c:886: error: ‘CurlObject’ has no member named ‘state’
  213. src/pycurl.c:887: error: ‘CurlObject’ has no member named ‘multi_stack’
  214. src/pycurl.c:888: error: ‘CurlObject’ has no member named ‘share’
  215. src/pycurl.c:891: error: ‘CurlObject’ has no member named ‘state’
  216. src/pycurl.c:899: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
  217. src/pycurl.c:900: error: expected ‘;’ before ‘curl_easy_cleanup’
  218. src/pycurl.c:901: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
  219. src/pycurl.c:902: error: expected ‘;’ before ‘handle’
  220. src/pycurl.c:910: error: ‘CurlObject’ has no member named ‘httppost’
  221. src/pycurl.c:910: error: ‘CurlObject’ has no member named ‘httppost’
  222. src/pycurl.c:910: error: ‘CurlObject’ has no member named ‘httppost’
  223. src/pycurl.c:913: error: ‘CurlObject’ has no member named ‘httpheader’
  224. src/pycurl.c:913: error: ‘CurlObject’ has no member named ‘httpheader’
  225. src/pycurl.c:913: error: ‘CurlObject’ has no member named ‘httpheader’
  226. src/pycurl.c:914: error: ‘CurlObject’ has no member named ‘http200aliases’
  227. src/pycurl.c:914: error: ‘CurlObject’ has no member named ‘http200aliases’
  228. src/pycurl.c:914: error: ‘CurlObject’ has no member named ‘http200aliases’
  229. src/pycurl.c:915: error: ‘CurlObject’ has no member named ‘quote’
  230. src/pycurl.c:915: error: ‘CurlObject’ has no member named ‘quote’
  231. src/pycurl.c:915: error: ‘CurlObject’ has no member named ‘quote’
  232. src/pycurl.c:916: error: ‘CurlObject’ has no member named ‘postquote’
  233. src/pycurl.c:916: error: ‘CurlObject’ has no member named ‘postquote’
  234. src/pycurl.c:916: error: ‘CurlObject’ has no member named ‘postquote’
  235. src/pycurl.c:917: error: ‘CurlObject’ has no member named ‘prequote’
  236. src/pycurl.c:917: error: ‘CurlObject’ has no member named ‘prequote’
  237. src/pycurl.c:917: error: ‘CurlObject’ has no member named ‘prequote’
  238. src/pycurl.c:924: error: ‘CurlObject’ has no member named ‘options’
  239. src/pycurl.c:925: error: ‘CurlObject’ has no member named ‘options’
  240. src/pycurl.c:926: error: ‘CurlObject’ has no member named ‘options’
  241. src/pycurl.c: In function ‘do_curl_dealloc’:
  242. src/pycurl.c:938: error: expected ‘;’ before ‘do’
  243. src/pycurl.c:943: error: expected ‘;’ before ‘}’ token
  244. src/pycurl.c: At top level:
  245. src/pycurl.c:946: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  246. src/pycurl.c:958: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  247. src/pycurl.c: In function ‘do_curl_clear’:
  248. src/pycurl.c:975: warning: comparison between pointer and integer
  249. src/pycurl.c:976: error: ‘CurlObject’ has no member named ‘handle’
  250. src/pycurl.c: At top level:
  251. src/pycurl.c:982: error: expected declaration specifiers or ‘...’ before ‘visitproc’
  252. src/pycurl.c: In function ‘do_curl_traverse’:
  253. src/pycurl.c:988: error: ‘CurlObject’ has no member named ‘dict’
  254. src/pycurl.c:988: error: ‘CurlObject’ has no member named ‘dict’
  255. src/pycurl.c:989: error: ‘PyObject’ undeclared (first use in this function)
  256. src/pycurl.c:989: error: expected expression before ‘)’ token
  257. src/pycurl.c:989: error: expected expression before ‘)’ token
  258. src/pycurl.c:991: error: ‘CurlObject’ has no member named ‘w_cb’
  259. src/pycurl.c:991: error: ‘CurlObject’ has no member named ‘w_cb’
  260. src/pycurl.c:992: error: ‘CurlObject’ has no member named ‘h_cb’
  261. src/pycurl.c:992: error: ‘CurlObject’ has no member named ‘h_cb’
  262. src/pycurl.c:993: error: ‘CurlObject’ has no member named ‘r_cb’
  263. src/pycurl.c:993: error: ‘CurlObject’ has no member named ‘r_cb’
  264. src/pycurl.c:994: error: ‘CurlObject’ has no member named ‘pro_cb’
  265. src/pycurl.c:994: error: ‘CurlObject’ has no member named ‘pro_cb’
  266. src/pycurl.c:995: error: ‘CurlObject’ has no member named ‘debug_cb’
  267. src/pycurl.c:995: error: ‘CurlObject’ has no member named ‘debug_cb’
  268. src/pycurl.c:996: error: ‘CurlObject’ has no member named ‘ioctl_cb’
  269. src/pycurl.c:996: error: ‘CurlObject’ has no member named ‘ioctl_cb’
  270. src/pycurl.c:998: error: ‘CurlObject’ has no member named ‘readdata_fp’
  271. src/pycurl.c:998: error: ‘CurlObject’ has no member named ‘readdata_fp’
  272. src/pycurl.c:999: error: ‘CurlObject’ has no member named ‘writedata_fp’
  273. src/pycurl.c:999: error: ‘CurlObject’ has no member named ‘writedata_fp’
  274. src/pycurl.c:1000: error: ‘CurlObject’ has no member named ‘writeheader_fp’
  275. src/pycurl.c:1000: error: ‘CurlObject’ has no member named ‘writeheader_fp’
  276. src/pycurl.c: At top level:
  277. src/pycurl.c:1009: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  278. src/pycurl.c: In function ‘util_write_callback’:
  279. src/pycurl.c:1048: error: ‘PyThreadState’ undeclared (first use in this function)
  280. src/pycurl.c:1048: error: ‘tmp_state’ undeclared (first use in this function)
  281. src/pycurl.c:1049: error: ‘PyObject’ undeclared (first use in this function)
  282. src/pycurl.c:1049: error: ‘arglist’ undeclared (first use in this function)
  283. src/pycurl.c:1050: error: ‘result’ undeclared (first use in this function)
  284. src/pycurl.c:1052: error: ‘cb’ undeclared (first use in this function)
  285. src/pycurl.c:1060: warning: implicit declaration of function ‘PyEval_AcquireThread’
  286. src/pycurl.c:1063: error: ‘CurlObject’ has no member named ‘h_cb’
  287. src/pycurl.c:1063: error: ‘CurlObject’ has no member named ‘w_cb’
  288. src/pycurl.c:1070: warning: implicit declaration of function ‘PyErr_SetString’
  289. src/pycurl.c:1070: error: ‘ErrorObject’ undeclared (first use in this function)
  290. src/pycurl.c:1075: warning: implicit declaration of function ‘Py_BuildValue’
  291. src/pycurl.c:1078: warning: implicit declaration of function ‘PyEval_CallObject’
  292. src/pycurl.c:1084: error: ‘Py_None’ undeclared (first use in this function)
  293. src/pycurl.c:1087: warning: implicit declaration of function ‘PyInt_Check’
  294. src/pycurl.c:1088: warning: implicit declaration of function ‘PyInt_AsLong’
  295. src/pycurl.c:1095: warning: implicit declaration of function ‘PyLong_Check’
  296. src/pycurl.c:1096: warning: implicit declaration of function ‘PyLong_AsLong’
  297. src/pycurl.c:1111: warning: implicit declaration of function ‘PyEval_ReleaseThread’
  298. src/pycurl.c:1114: warning: implicit declaration of function ‘PyErr_Print’
  299. src/pycurl.c: In function ‘opensocket_callback’:
  300. src/pycurl.c:1137: error: ‘PyObject’ undeclared (first use in this function)
  301. src/pycurl.c:1137: error: ‘arglist’ undeclared (first use in this function)
  302. src/pycurl.c:1138: error: ‘result’ undeclared (first use in this function)
  303. src/pycurl.c:1139: error: ‘fileno_result’ undeclared (first use in this function)
  304. src/pycurl.c:1141: error: ‘PyThreadState’ undeclared (first use in this function)
  305. src/pycurl.c:1141: error: ‘tmp_state’ undeclared (first use in this function)
  306. src/pycurl.c:1152: error: ‘CurlObject’ has no member named ‘opensocket_cb’
  307. src/pycurl.c:1159: warning: implicit declaration of function ‘PyObject_HasAttrString’
  308. src/pycurl.c:1160: warning: implicit declaration of function ‘PyObject_CallMethod’
  309. src/pycurl.c:1168: warning: implicit declaration of function ‘dup’
  310. src/pycurl.c:1172: error: ‘ErrorObject’ undeclared (first use in this function)
  311. src/pycurl.c: In function ‘read_callback’:
  312. src/pycurl.c:1192: error: ‘PyThreadState’ undeclared (first use in this function)
  313. src/pycurl.c:1192: error: ‘tmp_state’ undeclared (first use in this function)
  314. src/pycurl.c:1193: error: ‘PyObject’ undeclared (first use in this function)
  315. src/pycurl.c:1193: error: ‘arglist’ undeclared (first use in this function)
  316. src/pycurl.c:1194: error: ‘result’ undeclared (first use in this function)
  317. src/pycurl.c:1207: error: ‘CurlObject’ has no member named ‘r_cb’
  318. src/pycurl.c:1213: error: ‘ErrorObject’ undeclared (first use in this function)
  319. src/pycurl.c:1221: error: ‘CurlObject’ has no member named ‘r_cb’
  320. src/pycurl.c:1227: warning: implicit declaration of function ‘PyString_Check’
  321. src/pycurl.c:1231: warning: implicit declaration of function ‘PyString_AsStringAndSize’
  322. src/pycurl.c: In function ‘progress_callback’:
  323. src/pycurl.c:1275: error: ‘PyThreadState’ undeclared (first use in this function)
  324. src/pycurl.c:1275: error: ‘tmp_state’ undeclared (first use in this function)
  325. src/pycurl.c:1276: error: ‘PyObject’ undeclared (first use in this function)
  326. src/pycurl.c:1276: error: ‘arglist’ undeclared (first use in this function)
  327. src/pycurl.c:1277: error: ‘result’ undeclared (first use in this function)
  328. src/pycurl.c:1288: error: ‘CurlObject’ has no member named ‘pro_cb’
  329. src/pycurl.c:1295: error: ‘CurlObject’ has no member named ‘pro_cb’
  330. src/pycurl.c:1301: error: ‘Py_None’ undeclared (first use in this function)
  331. src/pycurl.c:1308: warning: implicit declaration of function ‘PyObject_IsTrue’
  332. src/pycurl.c: In function ‘debug_callback’:
  333. src/pycurl.c:1326: error: ‘PyThreadState’ undeclared (first use in this function)
  334. src/pycurl.c:1326: error: ‘tmp_state’ undeclared (first use in this function)
  335. src/pycurl.c:1327: error: ‘PyObject’ undeclared (first use in this function)
  336. src/pycurl.c:1327: error: ‘arglist’ undeclared (first use in this function)
  337. src/pycurl.c:1328: error: ‘result’ undeclared (first use in this function)
  338. src/pycurl.c:1341: error: ‘CurlObject’ has no member named ‘debug_cb’
  339. src/pycurl.c:1344: error: ‘ErrorObject’ undeclared (first use in this function)
  340. src/pycurl.c:1352: error: ‘CurlObject’ has no member named ‘debug_cb’
  341. src/pycurl.c: In function ‘ioctl_callback’:
  342. src/pycurl.c:1373: error: ‘PyThreadState’ undeclared (first use in this function)
  343. src/pycurl.c:1373: error: ‘tmp_state’ undeclared (first use in this function)
  344. src/pycurl.c:1374: error: ‘PyObject’ undeclared (first use in this function)
  345. src/pycurl.c:1374: error: ‘arglist’ undeclared (first use in this function)
  346. src/pycurl.c:1375: error: ‘result’ undeclared (first use in this function)
  347. src/pycurl.c:1388: error: ‘CurlObject’ has no member named ‘ioctl_cb’
  348. src/pycurl.c:1395: error: ‘CurlObject’ has no member named ‘ioctl_cb’
  349. src/pycurl.c:1401: error: ‘Py_None’ undeclared (first use in this function)
  350. src/pycurl.c:1407: error: ‘ErrorObject’ undeclared (first use in this function)
  351. src/pycurl.c: At top level:
  352. src/pycurl.c:1424: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  353. src/pycurl.c:1460: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  354. src/pycurl.c:1531: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  355. src/pycurl.c:1559: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  356. src/pycurl.c:2134: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  357. src/pycurl.c:2244: error: expected ‘)’ before ‘*’ token
  358. src/pycurl.c: In function ‘util_multi_close’:
  359. src/pycurl.c:2279: error: ‘CurlMultiObject’ has no member named ‘state’
  360. src/pycurl.c:2280: error: ‘CurlMultiObject’ has no member named ‘multi_handle’
  361. src/pycurl.c:2281: error: ‘CurlMultiObject’ has no member named ‘multi_handle’
  362. src/pycurl.c:2282: error: ‘CurlMultiObject’ has no member named ‘multi_handle’
  363. src/pycurl.c: In function ‘do_multi_dealloc’:
  364. src/pycurl.c:2294: error: expected ‘;’ before ‘do’
  365. src/pycurl.c:2299: error: expected ‘;’ before ‘}’ token
  366. src/pycurl.c: At top level:
  367. src/pycurl.c:2302: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  368. src/pycurl.c: In function ‘do_multi_clear’:
  369. src/pycurl.c:2320: error: ‘PyObject’ undeclared (first use in this function)
  370. src/pycurl.c:2320: error: ‘tmp’ undeclared (first use in this function)
  371. src/pycurl.c:2320: error: expected expression before ‘)’ token
  372. src/pycurl.c:2320: error: ‘CurlMultiObject’ has no member named ‘dict’
  373. src/pycurl.c:2320: error: ‘CurlMultiObject’ has no member named ‘dict’
  374. src/pycurl.c: At top level:
  375. src/pycurl.c:2325: error: expected declaration specifiers or ‘...’ before ‘visitproc’
  376. src/pycurl.c: In function ‘do_multi_traverse’:
  377. src/pycurl.c:2331: error: ‘CurlMultiObject’ has no member named ‘dict’
  378. src/pycurl.c:2331: error: ‘CurlMultiObject’ has no member named ‘dict’
  379. src/pycurl.c: In function ‘multi_socket_callback’:
  380. src/pycurl.c:2348: error: ‘PyThreadState’ undeclared (first use in this function)
  381. src/pycurl.c:2348: error: ‘tmp_state’ undeclared (first use in this function)
  382. src/pycurl.c:2349: error: ‘PyObject’ undeclared (first use in this function)
  383. src/pycurl.c:2349: error: ‘arglist’ undeclared (first use in this function)
  384. src/pycurl.c:2350: error: ‘result’ undeclared (first use in this function)
  385. src/pycurl.c:2356: warning: implicit declaration of function ‘get_thread_state_multi’
  386. src/pycurl.c:2362: error: ‘CurlMultiObject’ has no member named ‘s_cb’
  387. src/pycurl.c:2366: warning: implicit declaration of function ‘Py_INCREF’
  388. src/pycurl.c:2366: error: ‘Py_None’ undeclared (first use in this function)
  389. src/pycurl.c:2371: error: expected expression before ‘)’ token
  390. src/pycurl.c:2374: error: ‘CurlMultiObject’ has no member named ‘s_cb’
  391. src/pycurl.c: In function ‘multi_timer_callback’:
  392. src/pycurl.c:2397: error: ‘PyThreadState’ undeclared (first use in this function)
  393. src/pycurl.c:2397: error: ‘tmp_state’ undeclared (first use in this function)
  394. src/pycurl.c:2398: error: ‘PyObject’ undeclared (first use in this function)
  395. src/pycurl.c:2398: error: ‘arglist’ undeclared (first use in this function)
  396. src/pycurl.c:2399: error: ‘result’ undeclared (first use in this function)
  397. src/pycurl.c:2412: error: ‘CurlMultiObject’ has no member named ‘t_cb’
  398. src/pycurl.c:2419: error: ‘CurlMultiObject’ has no member named ‘t_cb’
  399. src/pycurl.c: At top level:
  400. src/pycurl.c:2438: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  401. src/pycurl.c:2511: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  402. src/pycurl.c:2533: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  403. src/pycurl.c:2558: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  404. src/pycurl.c:2589: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  405. src/pycurl.c:2619: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  406. src/pycurl.c: In function ‘check_multi_add_remove’:
  407. src/pycurl.c:2655: error: ‘CurlMultiObject’ has no member named ‘multi_handle’
  408. src/pycurl.c:2656: error: ‘ErrorObject’ undeclared (first use in this function)
  409. src/pycurl.c:2659: error: ‘CurlMultiObject’ has no member named ‘state’
  410. src/pycurl.c:2665: error: ‘CurlObject’ has no member named ‘state’
  411. src/pycurl.c:2669: error: ‘CurlObject’ has no member named ‘multi_stack’
  412. src/pycurl.c:2669: error: ‘CurlObject’ has no member named ‘multi_stack’
  413. src/pycurl.c: At top level:
  414. src/pycurl.c:2677: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  415. src/pycurl.c:2709: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  416. src/pycurl.c:2744: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  417. src/pycurl.c:2809: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  418. src/pycurl.c:2881: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  419. src/pycurl.c:2956: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘curlshareobject_methods’
  420. src/pycurl.c:2961: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘curlobject_methods’
  421. src/pycurl.c:2972: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘curlmultiobject_methods’
  422. src/pycurl.c:2991: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  423. src/pycurl.c:2992: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  424. src/pycurl.c:2993: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  425. src/pycurl.c:2996: error: expected ‘)’ before ‘*’ token
  426. src/pycurl.c:3014: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  427. src/pycurl.c:3030: error: expected declaration specifiers or ‘...’ before ‘PyObject’
  428. src/pycurl.c: In function ‘do_share_setattr’:
  429. src/pycurl.c:3033: warning: implicit declaration of function ‘my_setattr’
  430. src/pycurl.c:3033: error: ‘CurlShareObject’ has no member named ‘dict’
  431. src/pycurl.c:3033: error: ‘v’ undeclared (first use in this function)
  432. src/pycurl.c: At top level:
  433. src/pycurl.c:3037: error: expected declaration specifiers or ‘...’ before ‘PyObject’
  434. src/pycurl.c: In function ‘do_curl_setattr’:
  435. src/pycurl.c:3040: error: ‘CurlObject’ has no member named ‘dict’
  436. src/pycurl.c:3040: error: ‘v’ undeclared (first use in this function)
  437. src/pycurl.c: At top level:
  438. src/pycurl.c:3044: error: expected declaration specifiers or ‘...’ before ‘PyObject’
  439. src/pycurl.c: In function ‘do_multi_setattr’:
  440. src/pycurl.c:3047: error: ‘CurlMultiObject’ has no member named ‘dict’
  441. src/pycurl.c:3047: error: ‘v’ undeclared (first use in this function)
  442. src/pycurl.c: At top level:
  443. src/pycurl.c:3050: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  444. src/pycurl.c:3058: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  445. src/pycurl.c:3066: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  446. src/pycurl.c:3077: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CurlShare_Type’
  447. src/pycurl.c:3108: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Curl_Type’
  448. src/pycurl.c:3139: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CurlMulti_Type’
  449. src/pycurl.c:3177: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  450. src/pycurl.c:3206: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  451. src/pycurl.c:3219: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  452. src/pycurl.c:3230: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  453. src/pycurl.c:3313: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘curl_methods’
  454. src/pycurl.c:3344: error: expected ‘)’ before ‘*’ token
  455. src/pycurl.c:3379: error: expected ‘)’ before ‘*’ token
  456. src/pycurl.c:3386: error: expected ‘)’ before ‘*’ token
  457. src/pycurl.c:3393: error: expected ‘)’ before ‘*’ token
  458. src/pycurl.c:3400: error: expected ‘)’ before ‘*’ token
  459. src/pycurl.c:3407: error: expected ‘)’ before ‘*’ token
  460. src/pycurl.c:3423: warning: return type defaults to ‘int’
  461. src/pycurl.c: In function ‘DL_EXPORT’:
  462. src/pycurl.c:3423: error: expected declaration specifiers before ‘initpycurl’
  463. src/pycurl.c:3906: error: expected ‘{’ at end of input
  464. error: Setup script exited with error: command 'gcc' failed with exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement