Skip to content

Instantly share code, notes, and snippets.

@kevinw
Created December 1, 2010 20:52
Show Gist options
  • Save kevinw/724200 to your computer and use it in GitHub Desktop.
Save kevinw/724200 to your computer and use it in GitHub Desktop.
[Timer] Timings:
[Timer] annotate --- 1149.3 s
[Timer] rtype_lltype --- 644.5 s
[Timer] pyjitpl_lltype --- 948.6 s
[Timer] backendopt_lltype --- 417.1 s
[Timer] stackcheckinsertion_lltype --- 64.9 s
[Timer] database_c --- 546.6 s
[Timer] source_c --- 1033.0 s
[Timer] compile_c --- 689.7 s
[Timer] ===========================================
[Timer] Total: --- 5493.8 s
[translation:ERROR] Error:
[translation:ERROR] Traceback (most recent call last):
[translation:ERROR] File "translate.py", line 290, in main
[translation:ERROR] drv.proceed(goals)
[translation:ERROR] File "C:\Users\Kevin\src\pypy\fast-foward\pypy\translator\driver.py", line 812, in proceed
[translation:ERROR] return self._execute(goals, task_skip = self._maybe_skip())
[translation:ERROR] File "C:\Users\Kevin\src\pypy\fast-foward\pypy\translator\tool\taskengine.py", line 116, in _execute
[translation:ERROR] res = self._do(goal, taskcallable, *args, **kwds)
[translation:ERROR] File "C:\Users\Kevin\src\pypy\fast-foward\pypy\translator\driver.py", line 288, in _do
[translation:ERROR] res = func()
[translation:ERROR] File "C:\Users\Kevin\src\pypy\fast-foward\pypy\translator\driver.py", line 575, in task_compile_c
[translation:ERROR] cbuilder.compile(**kwds)
[translation:ERROR] File "C:\Users\Kevin\src\pypy\fast-foward\pypy\translator\c\genc.py", line 517, in compile
[translation:ERROR] extra_opts)
[translation:ERROR] File "C:\Users\Kevin\src\pypy\fast-foward\pypy\translator\platform\windows.py", line 316, in execute_makefile
[translation:ERROR] self._handle_error(returncode, stdout, stderr, path.join('make'))
[translation:ERROR] File "C:\Users\Kevin\src\pypy\fast-foward\pypy\translator\platform\windows.py", line 199, in _handle_error
[translation:ERROR] raise CompilationError(stdout, stderr)
[translation:ERROR] CompilationError: <CompilationError err='NMAKE : fatal error U1077: \'"c:\\Program Files (x86)\\Microsoft Visual S
tudio 9.0\\VC\\BIN\\cl.exe"\' : return code ...\\src\\\\libffi_msvc\nstructseq.c\nstructseq.c(9) : fatal error C1189: #error : "Please
remove these definitions"\r\n'>
[translation] start debugger...
> c:\users\kevin\src\pypy\fast-foward\pypy\translator\platform\windows.py(199)_handle_error()
-> raise CompilationError(stdout, stderr)
(Pdb+)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment