Advertisement
Guest User

Untitled

a guest
Dec 24th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. E cl.exe /nologo /MD /O2 /Zi -DRPYTHON_VMPROF -DVMPROF_WINDOWS /Fovmprof_win.obj /c vmprof_win.
  2. c /I"F:\pypyb\rpython"\translator\c /I"F:\pypyb\rpython"\rlib\rvmprof\src /I"F:\pypyb\rpython"\rlib\rvmprof\src\shared
  3. /I"F:\pypyb\rpython"\rlib\rvmprof\src\shared\libbacktrace
  4. E vmprof_win.c
  5. E vmprof_win.c(161): error C2039: 'thread_ident': is not a member of 'pypy_threadlocal_s'
  6. E f:\temp\usession-release-pypy3.6-v7.3.0rc4-36\testing_5\structdef.h(851): note: see declaration of 'pypy
  7. _threadlocal_s'
  8. E vmprof_win.c(161): warning C4047: 'function': 'DWORD' differs in levels of indirection from 'PY_WIN_THRE
  9. AD_STATE *'
  10. E vmprof_win.c(161): warning C4024: 'vmprof_snapshot_thread': different types for formal and actual parame
  11. ter 1
  12. E vmprof_win.c(161): warning C4133: 'function': incompatible types - from 'prof_stacktrace_s *' to 'PY_WIN
  13. _THREAD_STATE *'
  14. E vmprof_win.c(161): error C2198: 'vmprof_snapshot_thread': too few arguments for call
  15. E vmprof_win.c(217): warning C4028: formal parameter 1 different from declaration
  16. E NMAKE : fatal error U1077: '"cl.exe"' : retur
  17. n code '0x2'
  18. E Stop.
  19. E """)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement