Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 18:04:09 shadowm@hanacore ~/src/wesnoth-1.14 git:1.14 % scons -c
- scons: Reading SConscript files ...
- Saved options: default_targets = 'all', extra_flags_config = '-pipe -march=native', prefsdir = '.wesnoth-1.14', forum_user_handler = True, server_gid = '1000', server_uid = '1000', strict = True, jobs = 8, ccache = True, ctool = 'gcc-8', cxxtool = 'g++-8', fast = True, lockfile = True
- Building Wesnoth version 1.14.5+dev
- Creating lockfile
- ---[checking prerequisites]---
- Checking for C header file poll.h... (cached) yes
- Checking for C header file sys/poll.h... (cached) yes
- Checking for C header file sys/select.h... (cached) yes
- Checking for C header file sys/sendfile.h... (cached) yes
- Checking for C function sendfile()... (cached) yes
- Checking for C library m... (cached) yes
- Checking for C function round()... (cached) yes
- Checking whether C++ compiler works (g++ version >= 4.8 required)... (cached) yes
- Checking for Boost iostreams library version >= 1.50.0... (cached) yes
- Checking for gzip support in Boost Iostreams... (cached) yes
- Checking for bzip2 support in Boost Iostreams... (cached) yes
- Checking for Boost random library version >= 1.50.0... (cached) yes
- Checking for Boost smart_ptr library... (cached) yes
- Checking for Boost locale library... (cached) yes
- Checking for C library pthread... (cached) yes
- Checking for Boost system library... (cached) yes
- Checking for Boost asio library... (cached) yes
- Checking for Boost thread library version >= 1.50.0... (cached) yes
- Checking for Boost filesystem library... (cached) yes
- INFO: Base prerequisites are met
- Checking for available Boost Locale backends... (cached) icu,posix,std
- Checking for C library libcrypto... (cached) yes
- Checking whether compiler has built-in -D_FORTIFY_SOURCE... (cached) no
- Checking for Simple DirectMedia Layer library version >= 2.0.4... (cached) yes
- Checking for SDL2_ttf library... (cached) yes
- Checking for SDL2_mixer library... (cached) yes
- Checking for SDL2_image library... (cached) yes
- Checking for C library vorbisfile... (cached) yes
- Checking for Ogg Vorbis support in SDL... (cached) yes
- Checking for PNG support in SDL... (cached) yes
- Checking for JPG support in SDL... (cached) yes
- Checking for gobject-2.0... (cached) yes
- Checking for Cairo... (cached) yes
- Checking for Pango with cairo backend... (cached) yes
- Checking for fontconfig... (cached) yes
- Checking for Boost program_options library version >= 1.50.0... (cached) yes
- Checking for Boost regex library... (cached) yes
- Checking for C library X11... (cached) yes
- Checking for dbus-1... (cached) yes
- Checking for fribidi >= 0.10.9... (cached) yes
- Checking for C library history... (cached) yes
- OSError: [Errno 2] No such file or directory:
- File "/home/shadowm/src/wesnoth-1.14/SConstruct", line 422:
- mysql_config = check_output(["mysql_config", "--libs", "--cflags"]).replace("\n", " ").replace("-DNDEBUG", "")
- File "/usr/lib/python2.7/subprocess.py", line 216:
- process = Popen(stdout=PIPE, *popenargs, **kwargs)
- File "/usr/lib/python2.7/subprocess.py", line 394:
- errread, errwrite)
- File "/usr/lib/python2.7/subprocess.py", line 1047:
- raise child_exception
Advertisement
Add Comment
Please, Sign In to add comment