Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. make install
  2. g++ -Isrc/ -Isrc/anim/ -Isrc/browser/ -Isrc/console/ -Isrc/device/ -Isrc/font/ -Isrc/gizmo/ -Isrc/job/ -Isrc/math/ -Isrc/media/ -Isrc/mode/ -Isrc/model/ -Isrc/network/ -Isrc/particle/ -Isrc/regex/ -Isrc/render/ -Isrc/script/ -Isrc/shell/ -Isrc/stage/ -Isrc/system/ -Isrc/util/ -Isrc/vendor/ -Isrc/vg/ -Isrc/widget/ -Isrc/anim/ -Isrc/browser/ -Isrc/console/ -Isrc/device/leapmotion/ -Isrc/font/ -Isrc/gizmo/ -Isrc/job/ -Isrc/math/ -Isrc/media/ -Isrc/mode/ -Isrc/model/ -Isrc/network/ -Isrc/particle/ -Isrc/regex/ -Isrc/render/ -Isrc/render/pass/ -Isrc/script/ -Isrc/shell/ -Isrc/stage/ -Isrc/system/ -Isrc/util/ -Isrc/vendor/ -Isrc/vg/ -Isrc/widget/ -I../thirdparty/usr -I../thirdparty/usr/include -I../thirdparty/usr/include/base `../thirdparty/usr/bin/sdl2-config --cflags` -fstrict-aliasing -fno-rtti -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wunreachable-code -Wwrite-strings -Winit-self -Wno-format-truncation -MMD -std=c++11 -DCEF_ENABLED -DLEAPMOTION_ENABLED -DVULKAN_ENABLED -D_NDEBUG -O3 -fno-exceptions -fomit-frame-pointer -ffast-math -c -o src/console/Console.o src/console/Console.cpp
  3. In file included from src/console/Console.Command.h:9:0,
  4. from src/console/Console.cpp:10:
  5. src/console/Console.cpp: In lambda function:
  6. src/util/Util.Misc.h:19:29: error: expected primary-expression before ‘__attribute__’
  7. #define KB_HINT_FALLTHROUGH __attribute__((fallthrough))
  8. ^
  9. src/console/Console.cpp:397:7: note: in expansion of macro ‘KB_HINT_FALLTHROUGH’
  10. KB_HINT_FALLTHROUGH;
  11. ^
  12. src/util/Util.Misc.h:19:29: error: expected primary-expression before ‘__attribute__’
  13. #define KB_HINT_FALLTHROUGH __attribute__((fallthrough))
  14. ^
  15. src/console/Console.cpp:400:7: note: in expansion of macro ‘KB_HINT_FALLTHROUGH’
  16. KB_HINT_FALLTHROUGH;
  17. ^
  18. At global scope:
  19. cc1plus: warning: unrecognized command line option ‘-Wno-format-truncation’
  20. Makefile:115: recipe for target 'src/console/Console.o' failed
  21. make: *** [src/console/Console.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement