Created
November 4, 2014 15:45
-
-
Save cbeck88/c5c7326d6b4603cba5b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chris@chris-KLR650 ~/wesnoth-src/.a-a-áÇØßÜ/wesnoth $ scons cxx0x=true | |
scons: Reading SConscript files ... | |
Saved options: default_targets = 'wesnoth,wesnothd', ccache = True, cxxtool = 'clang++' | |
Building Wesnoth version 1.13.0-dev | |
---[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 >= 3.3 required)... (cached) yes | |
Checking for Simple DirectMedia Layer library version >= 1.2.0... (cached) yes | |
Checking for SDL_net library... (cached) yes | |
Checking for Boost iostreams library version >= 1.34.1... (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.40.0... (cached) yes | |
Checking for Boost smart_ptr library... (cached) yes | |
Checking for Boost system library... (cached) yes | |
Checking for Boost filesystem library version >= 1.44.0... (cached) yes | |
Checking for Boost locale library... (cached) yes | |
GOOD: Base prerequisites are met | |
Checking for Simple DirectMedia Layer library version >= 1.2.0... (cached) yes | |
Checking for SDL_ttf library version >= 2.0.8... (cached) yes | |
Checking for SDL_mixer library version >= 1.2.12... (cached) yes | |
Checking for SDL_image library version >= 1.2.0... (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 Pango with cairo backend... (cached) yes | |
Checking for fontconfig... (cached) yes | |
Checking for Boost program_options library version >= 1.35.0... (cached) yes | |
Checking for Boost regex library version >= 1.35.0... (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 C library X11... (cached) yes | |
Checking for dbus-1... (cached) yes | |
Checking for fribidi >= 0.10.9... (cached) yes | |
Checking for C library png... (cached) yes | |
Checking for Boost unit_test_framework library... (cached) yes | |
If any config checks fail, look in build/config.log for details | |
If a check fails spuriously due to caching, use --config=force to force its rerun | |
---[applying configuration]--- | |
scons: done reading SConscript files. | |
scons: Building targets ... | |
/usr/bin/ccache clang++ -o build/release/wesnoth.o -c -std=c++0x -pthread -W -Wall -Qunused-arguments -Wno-unknown-warning-option -O2 -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_LIBDBUS -DHAVE_LIBPNG -DHAVE_CONFIG_H -DHAVE_CXX0X -D_X11 -Ibuild -Isrc -I/usr/include/SDL -I/usr/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/fribidi src/wesnoth.cpp | |
In file included from src/wesnoth.cpp:20: | |
In file included from src/commandline_options.hpp:18: | |
In file included from /usr/include/boost/optional.hpp:15: | |
In file included from /usr/include/boost/optional/optional.hpp:21: | |
In file included from /usr/include/boost/config.hpp:40: | |
In file included from /usr/include/boost/config/select_stdlib_config.hpp:18: | |
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../include/c++/4.9/cstddef:51:11: error: no member named 'max_align_t' in the global namespace | |
using ::max_align_t; | |
~~^ | |
1 error generated. | |
scons: *** [build/release/wesnoth.o] Error 1 | |
scons: building terminated because of errors. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment