Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- shadowm@vmu1204:~/src/wesnoth$ scons build=release
- scons: Reading SConscript files ...
- Saved options: default_targets = 'wesnoth,wesnothd'
- 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 for Simple DirectMedia Layer library version >= 1.2.0... (cached) yes
- Checking for SDL_net library... (cached) yes
- Checking for SDL_ttf library version >= 2.0.8... (cached) yes
- Checking for SDL_mixer library version >= 1.2.0... (cached) yes
- Checking for SDL_image library version >= 1.2.0... (cached) yes
- Checking whether C++ compiler works (g++ version >= 3.3 required)... (cached) yes
- Checking for Gettext's libintl... (cached) libc built-in
- 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 smart_ptr 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 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 C library X11... (cached) yes
- Checking for dbus-1... (cached) yes
- Checking for fribidi >= 0.10.9... (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 ...
- g++ -o build/release/replay.o -c -std=c++98 -pthread -W -Wall -O2 -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_LIBDBUS -DHAVE_CONFIG_H -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/i386-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/i386-linux-gnu/dbus-1.0/include -I/usr/include/fribidi src/replay.cpp
- src/replay.cpp: In function ‘void verify(const unit_map&, const config&)’:
- src/replay.cpp:62:13: internal compiler error: Segmentation fault
- Please submit a full bug report,
- with preprocessed source if appropriate.
- See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
- Preprocessed source stored into /tmp/cc6mCgUG.out file, please attach this to your bugreport.
- scons: *** [build/release/replay.o] Error 1
- scons: building terminated because of errors.
- shadowm@vmu1204:~/src/wesnoth$
Advertisement
Add Comment
Please, Sign In to add comment