Advertisement
svenhoefer

Untitled

Oct 18th, 2018
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. Making all in libtuxtxt
  2. CXX libtuxtxt.o
  3. CXX tuxtxt.o
  4. In file included from /home/vanhofen/ni/buildsystem/root/include/sigc++/signal_base.h:26:0,
  5. from /home/vanhofen/ni/buildsystem/root/include/sigc++/signal.h:8,
  6. from /home/vanhofen/ni/buildsystem/source/ni-neutrino-hd/src/driver/fb_generic.h:37,
  7. from /home/vanhofen/ni/buildsystem/source/ni-neutrino-hd/src/driver/framebuffer.h:24,
  8. from /home/vanhofen/ni/buildsystem/source/ni-neutrino-hd/lib/libtuxtxt/tuxtxt.cpp:20:
  9. /home/vanhofen/ni/buildsystem/root/include/sigc++/trackable.h:40:3: warning: identifier 'noexcept' is a keyword in C++11 [-Wc++0x-compat]
  10. trackable_callback(void* data, func_destroy_notify func) noexcept
  11. ^
  12. In file included from /home/vanhofen/ni/buildsystem/cross/arm/hd1/arm-cx2450x-linux-gnueabi/include/c++/4.9.4/type_traits:35:0,
  13. from /home/vanhofen/ni/buildsystem/root/include/sigc++/visit_each.h:22,
  14. from /home/vanhofen/ni/buildsystem/root/include/sigc++/functors/slot.h:6,
  15. from /home/vanhofen/ni/buildsystem/root/include/sigc++/signal_base.h:27,
  16. from /home/vanhofen/ni/buildsystem/root/include/sigc++/signal.h:8,
  17. from /home/vanhofen/ni/buildsystem/source/ni-neutrino-hd/src/driver/fb_generic.h:37,
  18. from /home/vanhofen/ni/buildsystem/source/ni-neutrino-hd/src/driver/framebuffer.h:24,
  19. from /home/vanhofen/ni/buildsystem/source/ni-neutrino-hd/lib/libtuxtxt/tuxtxt.cpp:20:
  20. /home/vanhofen/ni/buildsystem/cross/arm/hd1/arm-cx2450x-linux-gnueabi/include/c++/4.9.4/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
  21. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement