Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. rm: cannot remove '/opt/cathook/bin/libcathook-textmode.so': No such file or directory
  2. ~/cathook ~/catbot-setup
  3. find src -type f -name '*.o' -delete
  4. find src -type f -name '*.d' -delete
  5. find simple-ipc -type f -name '*.o' -delete
  6. find simple-ipc -type f -name '*.d' -delete
  7. rm -rf ./bin
  8. mkdir -p bin
  9. make data
  10. make[1]: Entering directory '/home/justin/cathook'
  11. ./check-data ""/home/justin/cathook/data""
  12. sending incremental file list
  13.  
  14. sent 413 bytes received 14 bytes 854.00 bytes/sec
  15. total size is 528.58K speedup is 1,237.89
  16. make[1]: Leaving directory '/home/justin/cathook'
  17. make bin/libcathook.so
  18. make[1]: Entering directory '/home/justin/cathook'
  19. Compiling src/hooks/nographics.cpp
  20. Compiling src/hooks/CreateMove.cpp
  21. Compiling src/hooks/others.cpp
  22. Compiling src/hack.cpp
  23. Compiling src/targethelper.cpp
  24. Compiling src/https_request.cpp
  25. Compiling src/prediction.cpp
  26. Compiling src/entityhitboxcache.cpp
  27. Compiling src/sconvars.cpp
  28. Compiling src/sharedobj.cpp
  29. Compiling src/sdk/TFGCClientSystem.cpp
  30. Compiling src/sdk/KeyValues.cpp
  31. Compiling src/sdk/checksum_md5.cpp
  32. Compiling src/sdk/convar.cpp
  33. Compiling src/sdk/MaterialSystemUtil.cpp
  34. Compiling src/sdk/utlbuffer.cpp
  35. Compiling src/sdk/tier1.cpp
  36. Compiling src/sdk/HUD.cpp
  37. Compiling src/playerresource.cpp
  38. Compiling src/hooks.cpp
  39. Compiling src/segvcatch/segvcatch.cpp
  40. In file included from src/segvcatch/segvcatch.cpp:22:0:
  41. src/segvcatch/segvcatch.cpp: In function ‘void segvcatch::_Jv_catch_fpe(int, segvcatch::siginfo_t*, void*)’:
  42. src/segvcatch/i386-signal.h:31:26: error: invalid use of incomplete type ‘struct segvcatch::_Jv_catch_fpe(int, segvcatch::siginfo_t*, void*)::ucontext’
  43. gregset_t &_gregs = _uc->uc_mcontext.gregs; \
  44. ^
  45. src/segvcatch/segvcatch.cpp:86:5: note: in expansion of macro ‘HANDLE_DIVIDE_OVERFLOW’
  46. HANDLE_DIVIDE_OVERFLOW;
  47. ^~~~~~~~~~~~~~~~~~~~~~
  48. src/segvcatch/i386-signal.h:30:10: note: forward declaration of ‘struct segvcatch::_Jv_catch_fpe(int, segvcatch::siginfo_t*, void*)::ucontext’
  49. struct ucontext *_uc = (struct ucontext *)_p; \
  50. ^
  51. src/segvcatch/segvcatch.cpp:86:5: note: in expansion of macro ‘HANDLE_DIVIDE_OVERFLOW’
  52. HANDLE_DIVIDE_OVERFLOW;
  53. ^~~~~~~~~~~~~~~~~~~~~~
  54. Compiling src/entitycache.cpp
  55. makefile:185: recipe for target 'src/segvcatch/segvcatch.o' failed
  56. make[1]: *** [src/segvcatch/segvcatch.o] Error 1
  57. make[1]: *** Waiting for unfinished jobs....
  58. Compiling src/crits.cpp
  59. make[1]: Leaving directory '/home/justin/cathook'
  60. makefile:143: recipe for target 'all' failed
  61. make: *** [all] Error 2
  62. FATAL: Build failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement