Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.14 KB | None | 0 0
  1. In file included from Include/Python.h:33,
  2.                  from ./Modules/python.c:3:
  3. /usr/include/stdio.h:75: error: two or more data types in declaration specifiers
  4. /usr/include/stdio.h:75: error: two or more data types in declaration specifiers
  5. /usr/include/stdio.h:80: error: two or more data types in declaration specifiers
  6. /usr/include/stdio.h:80: error: two or more data types in declaration specifiers
  7. In file included from /usr/include/stdlib.h:65,
  8.                  from Include/Python.h:42,
  9.                  from ./Modules/python.c:3:
  10. /usr/include/sys/wait.h:90: error: two or more data types in declaration specifiers
  11. In file included from Include/Python.h:42,
  12.                  from ./Modules/python.c:3:
  13. /usr/include/stdlib.h:263: error: two or more data types in declaration specifiers
  14. In file included from Include/Python.h:85,
  15.                  from ./Modules/python.c:3:
  16. Include/unicodeobject.h:137: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Py_UNICODE’
  17. Include/unicodeobject.h:418: error: expected specifier-qualifier-list before ‘Py_UNICODE’
  18. Include/unicodeobject.h:465: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
  19. Include/unicodeobject.h:465: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  20. Include/unicodeobject.h:484: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  21. Include/unicodeobject.h:495: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyUnicodeUCS2_GetMax’
  22. Include/unicodeobject.h:562: error: expected declaration specifiers or ‘...’ before ‘Py_UNICODE’
  23. Include/unicodeobject.h:696: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
  24. Include/unicodeobject.h:696: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  25. Include/unicodeobject.h:741: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
  26. Include/unicodeobject.h:741: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  27. Include/unicodeobject.h:770: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
  28. Include/unicodeobject.h:770: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  29. Include/unicodeobject.h:843: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
  30. Include/unicodeobject.h:843: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  31. Include/unicodeobject.h:921: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
  32. Include/unicodeobject.h:921: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  33. Include/unicodeobject.h:940: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
  34. Include/unicodeobject.h:940: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  35. Include/unicodeobject.h:957: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
  36. Include/unicodeobject.h:957: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  37. Include/unicodeobject.h:988: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
  38. Include/unicodeobject.h:988: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  39. Include/unicodeobject.h:1010: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
  40. Include/unicodeobject.h:1010: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  41. Include/unicodeobject.h:1052: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
  42. Include/unicodeobject.h:1052: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  43. Include/unicodeobject.h:1073: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
  44. Include/unicodeobject.h:1073: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  45. Include/unicodeobject.h:1133: error: expected ‘)’ before ‘*’ token
  46. Include/unicodeobject.h:1352: error: expected ‘)’ before ‘ch’
  47. Include/unicodeobject.h:1356: error: expected ‘)’ before ‘ch’
  48. Include/unicodeobject.h:1360: error: expected ‘)’ before ‘ch’
  49. Include/unicodeobject.h:1364: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
  50. Include/unicodeobject.h:1364: error: expected ‘;’, ‘,’ or ‘)’ before ‘ch’
  51. Include/unicodeobject.h:1368: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
  52. Include/unicodeobject.h:1368: error: expected ‘;’, ‘,’ or ‘)’ before ‘ch’
  53. Include/unicodeobject.h:1371: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_PyUnicodeUCS2_ToLowercase’
  54. Include/unicodeobject.h:1375: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_PyUnicodeUCS2_ToUppercase’
  55. Include/unicodeobject.h:1379: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_PyUnicodeUCS2_ToTitlecase’
  56. Include/unicodeobject.h:1384: error: expected ‘)’ before ‘ch’
  57. Include/unicodeobject.h:1388: error: expected ‘)’ before ‘ch’
  58. Include/unicodeobject.h:1392: error: expected ‘)’ before ‘ch’
  59. Include/unicodeobject.h:1396: error: expected ‘)’ before ‘ch’
  60. Include/unicodeobject.h:1400: error: expected ‘)’ before ‘ch’
  61. Include/unicodeobject.h:1404: error: expected ‘)’ before ‘ch’
  62. Include/unicodeobject.h:1408: error: expected ‘)’ before ‘ch’
  63. In file included from Include/Python.h:86,
  64.                  from ./Modules/python.c:3:
  65. Include/intobject.h:36: error: expected ‘)’ before ‘*’ token
  66. In file included from Include/Python.h:88,
  67.                  from ./Modules/python.c:3:
  68. Include/longobject.h:56: error: expected ‘)’ before ‘*’ token
  69. In file included from Include/Python.h:120,
  70.                  from ./Modules/python.c:3:
  71. Include/pyerrors.h:251: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
  72. Include/pyerrors.h:251: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  73. Include/pyerrors.h:255: warning: type defaults to ‘int’ in declaration of ‘Py_UNICODE’
  74. Include/pyerrors.h:255: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
  75. make: *** [Modules/python.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement