Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. [ 97%] Building CXX object src/CMakeFiles/zdoom.dir/gl/new/ShaderManager.cpp.o
  2. In file included from /home/monsterovich/Distfiles/compile/GZDoom/src/gl/new/HudRenderer.cpp:4:
  3. /home/monsterovich/Distfiles/compile/GZDoom/src/gl/new/TextColors.h:5:6: error: enumeration previously declared with fixed underlying type
  4. enum EColorRange;
  5. ^
  6. /home/monsterovich/Distfiles/compile/GZDoom/src/./v_font.h:43:6: note: previous declaration is here
  7. enum EColorRange : int
  8. ^
  9. /home/monsterovich/Distfiles/compile/GZDoom/src/gl/new/HudRenderer.cpp:107:27: warning: comparison of integers of different signs: 'unsigned long' and 'int'
  10. [-Wsign-compare]
  11. if (mVertices.size() + 6 >= mMaxVertices)
  12. ~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~
  13. [ 97%] Building CXX object src/CMakeFiles/zdoom.dir/gl/new/TextColors.cpp.o
  14. 1 warning and 1 error generated.
  15. src/CMakeFiles/zdoom.dir/build.make:11173: recipe for target 'src/CMakeFiles/zdoom.dir/gl/new/HudRenderer.cpp.o' failed
  16. make[2]: *** [src/CMakeFiles/zdoom.dir/gl/new/HudRenderer.cpp.o] Error 1
  17. make[2]: *** Ожидание завершения заданий…
  18. In file included from /home/monsterovich/Distfiles/compile/GZDoom/src/gl/new/TextColors.cpp:1:
  19. /home/monsterovich/Distfiles/compile/GZDoom/src/gl/new/TextColors.h:5:6: error: ISO C++ forbids forward references to 'enum' types
  20. enum EColorRange;
  21. ^
  22. In file included from /home/monsterovich/Distfiles/compile/GZDoom/src/gl/new/TextColors.cpp:3:
  23. /home/monsterovich/Distfiles/compile/GZDoom/src/./v_font.h:43:6: error: enumeration previously declared with nonfixed underlying type
  24. enum EColorRange : int
  25. ^
  26. /home/monsterovich/Distfiles/compile/GZDoom/src/gl/new/TextColors.h:5:6: note: previous declaration is here
  27. enum EColorRange;
  28. ^
  29. /home/monsterovich/Distfiles/compile/GZDoom/src/gl/new/TextColors.cpp:23:52: error: use of undeclared identifier 'NUM_TEXT_COLORS'
  30. static TextColorDescription sTextColorDescriptions[NUM_TEXT_COLORS] = {
  31. ^
  32. /home/monsterovich/Distfiles/compile/GZDoom/src/gl/new/TextColors.cpp:59:56: error: variable has incomplete type 'EColorRange'
  33. const TextColorDescription& GetDescription(EColorRange textColor)
  34. ^
  35. /home/monsterovich/Distfiles/compile/GZDoom/src/gl/new/TextColors.h:5:6: note: forward declaration of 'EColorRange'
  36. enum EColorRange;
  37. ^
  38. /home/monsterovich/Distfiles/compile/GZDoom/src/gl/new/TextColors.cpp:61:39: error: use of undeclared identifier 'NUM_TEXT_COLORS'
  39. assert(textColor >= 0 && textColor < NUM_TEXT_COLORS);
  40. ^
  41. 5 errors generated.
  42. src/CMakeFiles/zdoom.dir/build.make:11269: recipe for target 'src/CMakeFiles/zdoom.dir/gl/new/TextColors.cpp.o' failed
  43. make[2]: *** [src/CMakeFiles/zdoom.dir/gl/new/TextColors.cpp.o] Error 1
  44. CMakeFiles/Makefile2:863: recipe for target 'src/CMakeFiles/zdoom.dir/all' failed
  45. make[1]: *** [src/CMakeFiles/zdoom.dir/all] Error 2
  46. Makefile:129: recipe for target 'all' failed
  47. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement