Guest User

Untitled

a guest
Sep 14th, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. In file included from ../src/core/common.h:122,
  2. from ../src/control/Curves.cpp:1:
  3. ../src/core/config.h:8: warning: "NDEBUG" redefined
  4. 8 | #define NDEBUG
  5. |
  6. <command-line>: note: this is the location of the previous definition
  7. In file included from ../src/core/common.h:122,
  8. from ../src/peds/CopPed.cpp:1:
  9. ../src/core/config.h:8: warning: "NDEBUG" redefined
  10. 8 | #define NDEBUG
  11. |
  12. <command-line>: note: this is the location of the previous definition
  13. ../src/peds/CopPed.cpp:22:27: warning: extra tokens at end of #ifdef directive
  14. 22 | #ifdef IMPROVED_TECH_PART && DEBUG // wanted system
  15. | ^~
  16. ../src/peds/CopPed.cpp: In member function ‘void CCopPed::CopAI()’:
  17. ../src/peds/CopPed.cpp:411:146: error: second operand to the conditional operator is of type ‘void’, but the third operand is neither a throw-expression nor of type ‘void’
  18. 411 | CWeaponInfo::GetWeaponInfo(weapon)->m_nWeaponSlot == WEAPONSLOT_PROJECTILE ? SetAttack(nil) : m_bThrowingTeargas = false;
  19. | ~~~~~~~~~~~~~~~~~~~^~~~~~~
  20. make[1]: *** [reVC.make:1134: obj/linux-amd64-librw_gl3_glfw-oal/Release/reVC/CopPed.o] Error 1
  21. make[1]: *** Waiting for unfinished jobs....
  22. In file included from ../src/core/common.h:122,
  23. from ../src/objects/CutsceneObject.cpp:1:
  24. ../src/core/config.h:8: warning: "NDEBUG" redefined
  25. 8 | #define NDEBUG
  26. |
  27. <command-line>: note: this is the location of the previous definition
  28. In file included from ../src/core/common.h:122,
  29. from ../src/animation/CutsceneMgr.cpp:1:
  30. ../src/core/config.h:8: warning: "NDEBUG" redefined
  31. 8 | #define NDEBUG
  32. |
  33. <command-line>: note: this is the location of the previous definition
  34. In file included from ../src/core/common.h:122,
  35. from ../src/renderer/CutsceneShadow.cpp:1:
  36. ../src/core/config.h:8: warning: "NDEBUG" redefined
  37. 8 | #define NDEBUG
  38. |
  39. <command-line>: note: this is the location of the previous definition
  40. In file included from ../src/core/common.h:122,
  41. from ../src/renderer/Credits.cpp:1:
  42. ../src/core/config.h:8: warning: "NDEBUG" redefined
  43. 8 | #define NDEBUG
  44. |
  45. <command-line>: note: this is the location of the previous definition
  46. make: *** [Makefile:62: reVC] Error 2
  47.  
Advertisement
Add Comment
Please, Sign In to add comment