Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.44 KB | None | 0 0
  1. 1>------ Build started: Project: Pyjion, Configuration: Debug x64 ------
  2. 1> intrins.cpp
  3. 1>intrins.cpp(534): error C2059: syntax error: '.'
  4. 1>intrins.cpp(534): error C2143: syntax error: missing ';' before '}'
  5. 1>intrins.cpp(535): error C2065: 'PyId_displayhook': undeclared identifier
  6. 1>intrins.cpp(537): error C2059: syntax error: 'if'
  7. 1>intrins.cpp(537): error C2143: syntax error: missing ';' before '{'
  8. 1>intrins.cpp(537): error C2447: '{': missing function header (old-style formal list?)
  9. 1>intrins.cpp(543): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  10. 1>intrins.cpp(543): error C2373: 'res': redefinition; different type modifiers
  11. 1> intrins.cpp(536): note: see declaration of 'res'
  12. 1>intrins.cpp(543): error C2065: 'value': undeclared identifier
  13. 1>intrins.cpp(544): error C2059: syntax error: 'do'
  14. 1>intrins.cpp(544): error C2143: syntax error: missing ';' before '{'
  15. 1>intrins.cpp(544): error C2447: '{': missing function header (old-style formal list?)
  16. 1>intrins.cpp(544): error C2059: syntax error: 'while'
  17. 1>intrins.cpp(545): error C2059: syntax error: 'if'
  18. 1>intrins.cpp(545): error C2143: syntax error: missing ';' before '{'
  19. 1>intrins.cpp(545): error C2447: '{': missing function header (old-style formal list?)
  20. 1>intrins.cpp(548): error C2059: syntax error: 'do'
  21. 1>intrins.cpp(548): error C2143: syntax error: missing ';' before '{'
  22. 1>intrins.cpp(548): error C2447: '{': missing function header (old-style formal list?)
  23. 1>intrins.cpp(548): error C2059: syntax error: 'while'
  24. 1>intrins.cpp(549): error C2059: syntax error: 'return'
  25. 1>intrins.cpp(550): error C2059: syntax error: '}'
  26. 1>intrins.cpp(550): error C2143: syntax error: missing ';' before '}'
  27. 1>intrins.cpp(697): error C2059: syntax error: '.'
  28. 1>intrins.cpp(697): error C2143: syntax error: missing ';' before '}'
  29. 1>intrins.cpp(698): error C2065: 'f': undeclared identifier
  30. 1>intrins.cpp(698): error C2227: left of '->f_builtins' must point to class/struct/union/generic type
  31. 1> intrins.cpp(698): note: type is 'unknown-type'
  32. 1>intrins.cpp(698): error C2065: 'PyId___import__': undeclared identifier
  33. 1>intrins.cpp(699): error C2086: 'PyObject *res': redefinition
  34. 1> intrins.cpp(536): note: see declaration of 'res'
  35. 1>intrins.cpp(700): error C2059: syntax error: 'if'
  36. 1>intrins.cpp(700): error C2143: syntax error: missing ';' before '{'
  37. 1>intrins.cpp(700): error C2447: '{': missing function header (old-style formal list?)
  38. 1>intrins.cpp(705): error C2143: syntax error: missing ')' before '++'
  39. 1>intrins.cpp(705): error C2143: syntax error: missing ';' before '++'
  40. 1>intrins.cpp(705): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  41. 1>intrins.cpp(705): error C2371: '_Py_RefTotal': redefinition; different basic types
  42. 1> c:\users\ethanhs\documents\pyjion\python\include\object.h(715): note: see declaration of '_Py_RefTotal'
  43. 1>intrins.cpp(705): error C2059: syntax error: ')'
  44. 1>intrins.cpp(706): error C2059: syntax error: 'if'
  45. 1>intrins.cpp(711): error C3927: '->': trailing return type is not allowed after a non-function declarator
  46. 1>intrins.cpp(711): error C3613: missing return type after '->' ('int' assumed)
  47. 1>intrins.cpp(711): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  48. 1>intrins.cpp(711): error C2146: syntax error: missing ';' before identifier 'f_locals'
  49. 1>intrins.cpp(713): error C2059: syntax error: ')'
  50. 1>intrins.cpp(714): error C2059: syntax error: 'else'
  51. 1>intrins.cpp(719): error C3927: '->': trailing return type is not allowed after a non-function declarator
  52. 1>intrins.cpp(719): error C3613: missing return type after '->' ('int' assumed)
  53. 1>intrins.cpp(719): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  54. 1>intrins.cpp(719): error C2086: 'int f': redefinition
  55. 1> intrins.cpp(711): note: see declaration of 'f'
  56. 1>intrins.cpp(719): error C2146: syntax error: missing ';' before identifier 'f_locals'
  57. 1>intrins.cpp(720): error C2059: syntax error: ')'
  58. 1>intrins.cpp(721): error C2059: syntax error: 'do'
  59. 1>intrins.cpp(721): error C2143: syntax error: missing ';' before '{'
  60. 1>intrins.cpp(721): error C2447: '{': missing function header (old-style formal list?)
  61. 1>intrins.cpp(721): error C2059: syntax error: 'while'
  62. 1>intrins.cpp(722): error C2059: syntax error: 'do'
  63. 1>intrins.cpp(722): error C2143: syntax error: missing ';' before '{'
  64. 1>intrins.cpp(722): error C2447: '{': missing function header (old-style formal list?)
  65. 1>intrins.cpp(722): error C2059: syntax error: 'while'
  66. 1>intrins.cpp(723): error C2059: syntax error: 'if'
  67. 1>intrins.cpp(723): error C2143: syntax error: missing ';' before '{'
  68. 1>intrins.cpp(723): error C2447: '{': missing function header (old-style formal list?)
  69. 1>intrins.cpp(729): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  70. 1>intrins.cpp(729): error C2373: 'res': redefinition; different type modifiers
  71. 1> intrins.cpp(536): note: see declaration of 'res'
  72. 1>intrins.cpp(729): error C2440: 'initializing': cannot convert from 'PyObject *' to 'int'
  73. 1> intrins.cpp(729): note: There is no context in which this conversion is possible
  74. 1>intrins.cpp(731): error C2059: syntax error: 'do'
  75. 1>intrins.cpp(731): error C2143: syntax error: missing ';' before '{'
  76. 1>intrins.cpp(731): error C2447: '{': missing function header (old-style formal list?)
  77. 1>intrins.cpp(731): error C2059: syntax error: 'while'
  78. 1>intrins.cpp(732): error C2059: syntax error: 'do'
  79. 1>intrins.cpp(732): error C2143: syntax error: missing ';' before '{'
  80. 1>intrins.cpp(732): error C2447: '{': missing function header (old-style formal list?)
  81. 1>intrins.cpp(732): error C2059: syntax error: 'while'
  82. 1>intrins.cpp(733): error C2059: syntax error: 'return'
  83. 1>intrins.cpp(734): error C2059: syntax error: '}'
  84. 1>intrins.cpp(734): error C2143: syntax error: missing ';' before '}'
  85. 1>intrins.cpp(736): error C2143: syntax error: missing ';' before '{'
  86. 1>intrins.cpp(736): error C2447: '{': missing function header (old-style formal list?)
  87. 1>intrins.cpp(766): error C2059: syntax error: '.'
  88. 1>intrins.cpp(766): error C2143: syntax error: missing ';' before '}'
  89. 1>intrins.cpp(767): error C2059: syntax error: '.'
  90. 1>intrins.cpp(767): error C2143: syntax error: missing ';' before '}'
  91. 1>intrins.cpp(767): error C2059: syntax error: '}'
  92. 1>intrins.cpp(768): error C2065: 'v': undeclared identifier
  93. 1>intrins.cpp(768): error C2065: 'PyId___all__': undeclared identifier
  94. 1>intrins.cpp(773): error C2059: syntax error: 'if'
  95. 1>intrins.cpp(773): error C2143: syntax error: missing ';' before '{'
  96. 1>intrins.cpp(773): error C2447: '{': missing function header (old-style formal list?)
  97. 1>intrins.cpp(792): error C2059: syntax error: 'for'
  98. 1>intrins.cpp(792): error C2143: syntax error: missing ')' before ';'
  99. 1>intrins.cpp(792): error C2143: syntax error: missing ';' before '++'
  100. 1>intrins.cpp(792): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  101. 1>intrins.cpp(792): error C2086: 'int pos': redefinition
  102. 1> intrins.cpp(771): note: see declaration of 'pos'
  103. 1>intrins.cpp(792): error C2059: syntax error: ')'
  104. 1>intrins.cpp(792): error C2143: syntax error: missing ';' before '{'
  105. 1>intrins.cpp(792): error C2447: '{': missing function header (old-style formal list?)
  106. 1>intrins.cpp(854): error C2059: syntax error: 'do'
  107. 1>intrins.cpp(854): error C2143: syntax error: missing ';' before '{'
  108. 1>intrins.cpp(854): error C2447: '{': missing function header (old-style formal list?)
  109. 1>intrins.cpp(854): error C2059: syntax error: 'while'
  110. 1>intrins.cpp(855): error C2059: syntax error: 'return'
  111. 1>intrins.cpp(856): error C2059: syntax error: '}'
  112. 1>intrins.cpp(856): error C2143: syntax error: missing ';' before '}'
  113. 1>intrins.cpp(858): error C2143: syntax error: missing ';' before '{'
  114. 1>intrins.cpp(858): error C2447: '{': missing function header (old-style formal list?)
  115. 1>intrins.cpp(1367): error C2059: syntax error: '.'
  116. 1>intrins.cpp(1367): error C2143: syntax error: missing ';' before '}'
  117. 1>intrins.cpp(1370): error C2059: syntax error: 'if'
  118. 1>intrins.cpp(1370): fatal error C1003: error count exceeds 100; stopping compilation
  119. 2>------ Build started: Project: Test, Configuration: Debug x64 ------
  120. 3>------ Build started: Project: Tests, Configuration: Debug x64 ------
  121. 2> stdafx.cpp
  122. 3> stdafx.cpp
  123. 3> test_inference.cpp
  124. 3> test_emission.cpp
  125. 2> Test.cpp
  126. 2>LINK : fatal error LNK1104: cannot open file 'pyjion_d.lib'
  127. 3> Tests.cpp
  128. 3> testing_util.cpp
  129. 3> Generating Code...
  130. 3>LINK : fatal error LNK1104: cannot open file 'pyjion_d.lib'
  131. ========== Build: 0 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement