Skip to content

Instantly share code, notes, and snippets.

@ethanhs
Created June 25, 2017 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethanhs/2538016e4b8e9b80b20d8cd56e06a996 to your computer and use it in GitHub Desktop.
Save ethanhs/2538016e4b8e9b80b20d8cd56e06a996 to your computer and use it in GitHub Desktop.
Failed build of Pyjion
1>------ Build started: Project: Pyjion, Configuration: Debug x64 ------
1> intrins.cpp
1>intrins.cpp(534): error C2059: syntax error: '.'
1>intrins.cpp(534): error C2143: syntax error: missing ';' before '}'
1>intrins.cpp(535): error C2065: 'PyId_displayhook': undeclared identifier
1>intrins.cpp(537): error C2059: syntax error: 'if'
1>intrins.cpp(537): error C2143: syntax error: missing ';' before '{'
1>intrins.cpp(537): error C2447: '{': missing function header (old-style formal list?)
1>intrins.cpp(543): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>intrins.cpp(543): error C2373: 'res': redefinition; different type modifiers
1> intrins.cpp(536): note: see declaration of 'res'
1>intrins.cpp(543): error C2065: 'value': undeclared identifier
1>intrins.cpp(544): error C2059: syntax error: 'do'
1>intrins.cpp(544): error C2143: syntax error: missing ';' before '{'
1>intrins.cpp(544): error C2447: '{': missing function header (old-style formal list?)
1>intrins.cpp(544): error C2059: syntax error: 'while'
1>intrins.cpp(545): error C2059: syntax error: 'if'
1>intrins.cpp(545): error C2143: syntax error: missing ';' before '{'
1>intrins.cpp(545): error C2447: '{': missing function header (old-style formal list?)
1>intrins.cpp(548): error C2059: syntax error: 'do'
1>intrins.cpp(548): error C2143: syntax error: missing ';' before '{'
1>intrins.cpp(548): error C2447: '{': missing function header (old-style formal list?)
1>intrins.cpp(548): error C2059: syntax error: 'while'
1>intrins.cpp(549): error C2059: syntax error: 'return'
1>intrins.cpp(550): error C2059: syntax error: '}'
1>intrins.cpp(550): error C2143: syntax error: missing ';' before '}'
1>intrins.cpp(697): error C2059: syntax error: '.'
1>intrins.cpp(697): error C2143: syntax error: missing ';' before '}'
1>intrins.cpp(698): error C2065: 'f': undeclared identifier
1>intrins.cpp(698): error C2227: left of '->f_builtins' must point to class/struct/union/generic type
1> intrins.cpp(698): note: type is 'unknown-type'
1>intrins.cpp(698): error C2065: 'PyId___import__': undeclared identifier
1>intrins.cpp(699): error C2086: 'PyObject *res': redefinition
1> intrins.cpp(536): note: see declaration of 'res'
1>intrins.cpp(700): error C2059: syntax error: 'if'
1>intrins.cpp(700): error C2143: syntax error: missing ';' before '{'
1>intrins.cpp(700): error C2447: '{': missing function header (old-style formal list?)
1>intrins.cpp(705): error C2143: syntax error: missing ')' before '++'
1>intrins.cpp(705): error C2143: syntax error: missing ';' before '++'
1>intrins.cpp(705): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>intrins.cpp(705): error C2371: '_Py_RefTotal': redefinition; different basic types
1> c:\users\ethanhs\documents\pyjion\python\include\object.h(715): note: see declaration of '_Py_RefTotal'
1>intrins.cpp(705): error C2059: syntax error: ')'
1>intrins.cpp(706): error C2059: syntax error: 'if'
1>intrins.cpp(711): error C3927: '->': trailing return type is not allowed after a non-function declarator
1>intrins.cpp(711): error C3613: missing return type after '->' ('int' assumed)
1>intrins.cpp(711): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>intrins.cpp(711): error C2146: syntax error: missing ';' before identifier 'f_locals'
1>intrins.cpp(713): error C2059: syntax error: ')'
1>intrins.cpp(714): error C2059: syntax error: 'else'
1>intrins.cpp(719): error C3927: '->': trailing return type is not allowed after a non-function declarator
1>intrins.cpp(719): error C3613: missing return type after '->' ('int' assumed)
1>intrins.cpp(719): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>intrins.cpp(719): error C2086: 'int f': redefinition
1> intrins.cpp(711): note: see declaration of 'f'
1>intrins.cpp(719): error C2146: syntax error: missing ';' before identifier 'f_locals'
1>intrins.cpp(720): error C2059: syntax error: ')'
1>intrins.cpp(721): error C2059: syntax error: 'do'
1>intrins.cpp(721): error C2143: syntax error: missing ';' before '{'
1>intrins.cpp(721): error C2447: '{': missing function header (old-style formal list?)
1>intrins.cpp(721): error C2059: syntax error: 'while'
1>intrins.cpp(722): error C2059: syntax error: 'do'
1>intrins.cpp(722): error C2143: syntax error: missing ';' before '{'
1>intrins.cpp(722): error C2447: '{': missing function header (old-style formal list?)
1>intrins.cpp(722): error C2059: syntax error: 'while'
1>intrins.cpp(723): error C2059: syntax error: 'if'
1>intrins.cpp(723): error C2143: syntax error: missing ';' before '{'
1>intrins.cpp(723): error C2447: '{': missing function header (old-style formal list?)
1>intrins.cpp(729): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>intrins.cpp(729): error C2373: 'res': redefinition; different type modifiers
1> intrins.cpp(536): note: see declaration of 'res'
1>intrins.cpp(729): error C2440: 'initializing': cannot convert from 'PyObject *' to 'int'
1> intrins.cpp(729): note: There is no context in which this conversion is possible
1>intrins.cpp(731): error C2059: syntax error: 'do'
1>intrins.cpp(731): error C2143: syntax error: missing ';' before '{'
1>intrins.cpp(731): error C2447: '{': missing function header (old-style formal list?)
1>intrins.cpp(731): error C2059: syntax error: 'while'
1>intrins.cpp(732): error C2059: syntax error: 'do'
1>intrins.cpp(732): error C2143: syntax error: missing ';' before '{'
1>intrins.cpp(732): error C2447: '{': missing function header (old-style formal list?)
1>intrins.cpp(732): error C2059: syntax error: 'while'
1>intrins.cpp(733): error C2059: syntax error: 'return'
1>intrins.cpp(734): error C2059: syntax error: '}'
1>intrins.cpp(734): error C2143: syntax error: missing ';' before '}'
1>intrins.cpp(736): error C2143: syntax error: missing ';' before '{'
1>intrins.cpp(736): error C2447: '{': missing function header (old-style formal list?)
1>intrins.cpp(766): error C2059: syntax error: '.'
1>intrins.cpp(766): error C2143: syntax error: missing ';' before '}'
1>intrins.cpp(767): error C2059: syntax error: '.'
1>intrins.cpp(767): error C2143: syntax error: missing ';' before '}'
1>intrins.cpp(767): error C2059: syntax error: '}'
1>intrins.cpp(768): error C2065: 'v': undeclared identifier
1>intrins.cpp(768): error C2065: 'PyId___all__': undeclared identifier
1>intrins.cpp(773): error C2059: syntax error: 'if'
1>intrins.cpp(773): error C2143: syntax error: missing ';' before '{'
1>intrins.cpp(773): error C2447: '{': missing function header (old-style formal list?)
1>intrins.cpp(792): error C2059: syntax error: 'for'
1>intrins.cpp(792): error C2143: syntax error: missing ')' before ';'
1>intrins.cpp(792): error C2143: syntax error: missing ';' before '++'
1>intrins.cpp(792): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>intrins.cpp(792): error C2086: 'int pos': redefinition
1> intrins.cpp(771): note: see declaration of 'pos'
1>intrins.cpp(792): error C2059: syntax error: ')'
1>intrins.cpp(792): error C2143: syntax error: missing ';' before '{'
1>intrins.cpp(792): error C2447: '{': missing function header (old-style formal list?)
1>intrins.cpp(854): error C2059: syntax error: 'do'
1>intrins.cpp(854): error C2143: syntax error: missing ';' before '{'
1>intrins.cpp(854): error C2447: '{': missing function header (old-style formal list?)
1>intrins.cpp(854): error C2059: syntax error: 'while'
1>intrins.cpp(855): error C2059: syntax error: 'return'
1>intrins.cpp(856): error C2059: syntax error: '}'
1>intrins.cpp(856): error C2143: syntax error: missing ';' before '}'
1>intrins.cpp(858): error C2143: syntax error: missing ';' before '{'
1>intrins.cpp(858): error C2447: '{': missing function header (old-style formal list?)
1>intrins.cpp(1367): error C2059: syntax error: '.'
1>intrins.cpp(1367): error C2143: syntax error: missing ';' before '}'
1>intrins.cpp(1370): error C2059: syntax error: 'if'
1>intrins.cpp(1370): fatal error C1003: error count exceeds 100; stopping compilation
2>------ Build started: Project: Test, Configuration: Debug x64 ------
3>------ Build started: Project: Tests, Configuration: Debug x64 ------
2> stdafx.cpp
3> stdafx.cpp
3> test_inference.cpp
3> test_emission.cpp
2> Test.cpp
2>LINK : fatal error LNK1104: cannot open file 'pyjion_d.lib'
3> Tests.cpp
3> testing_util.cpp
3> Generating Code...
3>LINK : fatal error LNK1104: cannot open file 'pyjion_d.lib'
========== Build: 0 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment