shadowm

Untitled

Sep 3rd, 2016
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.99 KB | None | 0 0
  1. 22:46:02 shadowm@nanacore git:master ~/src/wesnoth % scons -j1 -k
  2. scons: Reading SConscript files ...
  3. Saved options: default_targets = 'campaignd,test,wesnoth,wesnothd', extra_flags_config = '-pipe -march=native', extra_flags_release = '-O3', prefsdir = '.wesnoth-1.13', forum_user_handler = True, server_gid = '1000', server_uid = '1000', strict = True, jobs = 8, ccache = True, lockfile = True
  4. Building Wesnoth version 1.13.5+dev
  5. Creating lockfile
  6. ---[checking prerequisites]---
  7. Checking for C header file poll.h... (cached) yes
  8. Checking for C header file sys/poll.h... (cached) yes
  9. Checking for C header file sys/select.h... (cached) yes
  10. Checking for C header file sys/sendfile.h... (cached) yes
  11. Checking for C function sendfile()... (cached) yes
  12. Checking for C library m... (cached) yes
  13. Checking for C function round()... (cached) yes
  14. Checking whether C++ compiler works (g++ version >= 3.3 required)... (cached) yes
  15. Checking for Boost iostreams library version >= 1.34.1... (cached) yes
  16. Checking for gzip support in Boost Iostreams... (cached) yes
  17. Checking for bzip2 support in Boost Iostreams... (cached) yes
  18. Checking for C library pthread... (cached) yes
  19. Checking for Boost system library... (cached) yes
  20. Checking for Boost asio library... (cached) yes
  21. Checking for Boost random library version >= 1.40.0... (cached) yes
  22. Checking for Boost smart_ptr library... (cached) yes
  23. Checking for Boost system library... (cached) yes
  24. Checking for Boost filesystem library version >= 1.44.0... (cached) yes
  25. Checking for Boost locale library... (cached) yes
  26. GOOD: Base prerequisites are met
  27. Checking for Simple DirectMedia Layer library version >= 2.0.2... (cached) yes
  28. Checking for SDL2_net library... (cached) yes
  29. Checking for Simple DirectMedia Layer library version >= 2.0.2... (cached) yes
  30. Checking for SDL2_ttf library... (cached) yes
  31. Checking for SDL2_mixer library... (cached) yes
  32. Checking for SDL2_image library... (cached) yes
  33. Checking for C library vorbisfile... (cached) yes
  34. Checking for Ogg Vorbis support in SDL... (cached) yes
  35. Checking for PNG support in SDL... (cached) yes
  36. Checking for JPG support in SDL... (cached) yes
  37. Checking for Pango with cairo backend... (cached) yes
  38. Checking for fontconfig... (cached) yes
  39. Checking for Boost program_options library version >= 1.35.0... (cached) yes
  40. Checking for Boost thread library... (cached) yes
  41. Checking for Boost regex library... (cached) yes
  42. Checking for C library X11... (cached) yes
  43. Checking for dbus-1... (cached) yes
  44. Checking for fribidi >= 0.10.9... (cached) yes
  45. Checking for C library png... (cached) yes
  46. Checking for C library history... (cached) yes
  47. Checking for Boost unit_test_framework library... (cached) yes
  48. Checking for SDL2_net library... (cached) yes
  49. If any config checks fail, look in build/config.log for details
  50. If a check fails spuriously due to caching, use --config=force to force its rerun
  51. ---[applying configuration]---
  52. scons: done reading SConscript files.
  53. scons: Building targets ...
  54. /usr/bin/ccache g++ -o build/release/tstring.o -c -std=c++11 -pipe -march=native -W -Wall -Werror -Wold-style-cast -Wno-unused-local-typedefs -O2 -O3 -D_REENTRANT -DHAVE_CONFIG_H -D_X11 -Ibuild -Isrc -isystem /usr/include/SDL2 src/tstring.cpp
  55. src/tstring.cpp: In constructor ‘t_string_base::t_string_base(const string&, const string&, int, const string&)’:
  56. src/tstring.cpp:297:39: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
  57. *reinterpret_cast<int32_t*>(count_val) = count;
  58. ^
  59. cc1plus: all warnings being treated as errors
  60. scons: *** [build/release/tstring.o] Error 1
  61. /usr/bin/ccache g++ -o build/release/tests/gui/test_gui2.o -c -std=c++11 -pipe -march=native -pthread -W -Wall -Werror -Wold-style-cast -Wno-unused-local-typedefs -O2 -O3 -D_REENTRANT -DHAVE_LIBDBUS -DHAVE_FRIBIDI -DHAVE_LIBPNG -DHAVE_HISTORY -DHAVE_CONFIG_H -D_X11 -DBOOST_TEST_DYN_LINK -Ibuild -Isrc -isystem /usr/include/SDL2 -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/x86_64-linux-gnu/dbus-1.0/include -isystem /usr/include/fribidi src/tests/gui/test_gui2.cpp
  62. src/tests/gui/test_gui2.cpp: In member function ‘gui2::teditor_edit_side* {anonymous}::twrapper<gui2::teditor_edit_side>::create()’:
  63. src/tests/gui/test_gui2.cpp:686:129: error: no matching function for call to ‘gui2::teditor_edit_side::teditor_edit_side(int, std::__cxx11::string&, std::__cxx11::string&, int&, int&, int&, int&, bool&, bool&, team::SHARE_VISION&, team::CONTROLLER&, bool&, bool&)’
  64. teditor_edit_side(1, name, user_name, gold, income, village, support, fog, shroud, share_vision, controller, no_leader, hidden);
  65. ^
  66. In file included from src/tests/gui/test_gui2.cpp:44:0:
  67. src/gui/dialogs/editor/edit_side.hpp:31:11: note: candidate: gui2::teditor_edit_side::teditor_edit_side(editor::editor_team_info&)
  68. explicit teditor_edit_side(editor::editor_team_info& info);
  69. ^~~~~~~~~~~~~~~~~
  70. src/gui/dialogs/editor/edit_side.hpp:31:11: note: candidate expects 1 argument, 13 provided
  71. src/gui/dialogs/editor/edit_side.hpp:28:7: note: candidate: gui2::teditor_edit_side::teditor_edit_side(const gui2::teditor_edit_side&)
  72. class teditor_edit_side : public tdialog
  73. ^~~~~~~~~~~~~~~~~
  74. src/gui/dialogs/editor/edit_side.hpp:28:7: note: candidate expects 1 argument, 13 provided
  75. src/gui/dialogs/editor/edit_side.hpp:28:7: note: candidate: gui2::teditor_edit_side::teditor_edit_side(gui2::teditor_edit_side&&)
  76. src/gui/dialogs/editor/edit_side.hpp:28:7: note: candidate expects 1 argument, 13 provided
  77. scons: *** [build/release/tests/gui/test_gui2.o] Error 1
  78. scons: done building targets (errors occurred during build).
Advertisement
Add Comment
Please, Sign In to add comment