Advertisement
bhtooefr

Untitled

Nov 25th, 2018
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. cl /MD /Zi /I "c:\dev\tre" /I "c:\dev\pcre2\include" /I "c:\dev\c-ares" /I "c:\dev\curl-ssl\include" /I "c:\dev\libressl\include" /J /I ./INCLUDE /I ./INCLUDE/WIN32/ARES /Fosrc/ /nologo /D USE_LIBCURL /D FD_SETSIZE=16384 /D NOSPOOF=1 /c /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _USE_32BIT_TIME_T src/win32/debug.c
  2. debug.c
  3. Warning, overriding WinCrypt defines
  4. Warning, overriding WinCrypt defines
  5. Warning, overriding WinCrypt defines
  6. src/win32/debug.c(72): error C2039: 'Eip': is not a member of '_CONTEXT'
  7. C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(4895): note: see declaration of '_CONTEXT'
  8. src/win32/debug.c(74): error C2039: 'Ebp': is not a member of '_CONTEXT'
  9. C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(4895): note: see declaration of '_CONTEXT'
  10. src/win32/debug.c(76): error C2039: 'Esp': is not a member of '_CONTEXT'
  11. C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(4895): note: see declaration of '_CONTEXT'
  12. src/win32/debug.c(140): error C2039: 'Eax': is not a member of '_CONTEXT'
  13. C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(4895): note: see declaration of '_CONTEXT'
  14. src/win32/debug.c(140): error C2039: 'Ebx': is not a member of '_CONTEXT'
  15. C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(4895): note: see declaration of '_CONTEXT'
  16. src/win32/debug.c(140): error C2039: 'Ecx': is not a member of '_CONTEXT'
  17. C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(4895): note: see declaration of '_CONTEXT'
  18. src/win32/debug.c(140): error C2039: 'Edx': is not a member of '_CONTEXT'
  19. C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(4895): note: see declaration of '_CONTEXT'
  20. src/win32/debug.c(141): error C2039: 'Esi': is not a member of '_CONTEXT'
  21. C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(4895): note: see declaration of '_CONTEXT'
  22. src/win32/debug.c(141): error C2039: 'Edi': is not a member of '_CONTEXT'
  23. C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(4895): note: see declaration of '_CONTEXT'
  24. src/win32/debug.c(141): error C2039: 'Eip': is not a member of '_CONTEXT'
  25. C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(4895): note: see declaration of '_CONTEXT'
  26. src/win32/debug.c(141): error C2039: 'Ebp': is not a member of '_CONTEXT'
  27. C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(4895): note: see declaration of '_CONTEXT'
  28. src/win32/debug.c(142): error C2039: 'Esp': is not a member of '_CONTEXT'
  29. C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um\winnt.h(4895): note: see declaration of '_CONTEXT'
  30. src/win32/debug.c(137): warning C4473: 'sprintf' : not enough arguments passed for format string
  31. src/win32/debug.c(137): note: placeholders and their parameters expect 9 variadic arguments, but 0 were provided
  32. src/win32/debug.c(137): note: the missing variadic argument 1 is required by format string '%08x'
  33. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX64\ARM\cl.EXE"' : return code '0x2'
  34. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement