shadowm

Untitled

Nov 3rd, 2016
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. 14:24:02 shadowm@nanacore git:feature/scons-cleanup ~/src/wesnoth % scons
  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, cxxtool = 'g++-4.4', fast = 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 >= 4.8 required)... no
  15. Checking for Boost iostreams library version >= 1.48.0... yes
  16. Checking for gzip support in Boost Iostreams... yes
  17. Checking for bzip2 support in Boost Iostreams... yes
  18. Checking for C library pthread... (cached) yes
  19. Checking for Boost system library... yes
  20. Checking for Boost asio library... yes
  21. Checking for Boost random library version >= 1.48.0... yes
  22. Checking for Boost smart_ptr library... yes
  23. Checking for Boost system library... yes
  24. Checking for Boost filesystem library version >= 1.48.0... yes
  25. Checking for Boost locale library... yes
  26. WARNING: Base prerequisites are not met
  27. Checking for Simple DirectMedia Layer library version >= 2.0.4... (cached) yes
  28. Checking for SDL2_ttf library... no
  29. Checking for SDL2_mixer library... no
  30. Checking for SDL2_image library... no
  31. Checking for C library vorbisfile... yes
  32. Checking for Ogg Vorbis support in SDL... no
  33. Checking for PNG support in SDL... no
  34. Checking for JPG support in SDL... no
  35. Checking for Pango with cairo backend... (cached) yes
  36. Checking for fontconfig... (cached) yes
  37. Checking for Boost program_options library version >= 1.48.0... yes
  38. Checking for Boost thread library... yes
  39. Checking for Boost regex library... yes
  40. WARNING: Client prerequisites are not met. wesnoth, cutter and exploder cannot be built
  41. WARNING: Unit tests are disabled because their prerequisites are not met
  42. If any config checks fail, look in build/config.log for details
  43. If a check fails spuriously due to caching, use --config=force to force its rerun
  44. ---[applying configuration]---
  45. scons: done reading SConscript files.
  46. scons: Building targets ...
  47. error_action(["campaignd"], [])
  48. error_action(["wesnoth"], [])
  49. error_action(["wesnothd"], [])
  50. scons: *** [wesnoth] Target disabled because its prerequisites are not met
  51. scons: *** [campaignd] Target disabled because its prerequisites are not met
  52. scons: *** [wesnothd] Target disabled because its prerequisites are not met
  53. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment