Skip to content

Instantly share code, notes, and snippets.

@doofus-01
Created February 10, 2018 22:35
Show Gist options
  • Save doofus-01/3f7d10816d052333c90b946c8fcdeaf9 to your computer and use it in GitHub Desktop.
Save doofus-01/3f7d10816d052333c90b946c8fcdeaf9 to your computer and use it in GitHub Desktop.
failed since c820009
scons: Reading SConscript files ...
Saved options: default_targets = 'wesnoth,wesnothd', version_suffix = '1_13_5plus', ccache = True
Building Wesnoth version 1.13.11
---[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 if floating point numbers are in the IEEE 754 format... (cached) yes
Checking whether C++ compiler works (g++ version >= 4.8 required)... (cached) yes
Checking for C library libcrypto... (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 C library pthread... (cached) yes
Checking for Boost system library... (cached) yes
Checking for Boost asio library... (cached) yes
Checking for Boost random library version >= 1.50.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.50.0... (cached) yes
Checking for Boost locale library... (cached) yes
INFO: Base prerequisites are met
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 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 thread library... (cached) yes
Checking for Boost regex library... (cached) yes
Checking for C library X11... (cached) yes
Checking for dbus-1... (cached) no
Checking for fribidi >= 0.10.9... (cached) no
WARNING: Can't find FriBiDi, disabling FriBiDi support.
Checking for C library png... (cached) yes
Checking for C library history... (cached) no
WARNING: Can't find GNU history, disabling history support.
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 g++ -o wesnoth -Wl,-rpath,/usr/local/lib64 -Wl,--enable-new-dtags -pthread -O3 -flto=1 -fuse-ld=gold -Wl,--whole-archive build/release/libwesnoth-widgets.a -Wl,--no-whole-archive build/release/wesnoth.o build/release/libwesnoth-client.a build/release/liblua.a build/release/libwesnoth-core.a build/release/libwesnoth-game.a build/release/libwesnoth-sdl.a build/release/libwesnoth-client.a -L/usr/local/lib64 -lm -lcrypto -lboost_iostreams-mt -lpthread -lboost_system-mt -lboost_random-mt -lboost_filesystem-mt -lboost_locale-mt -lSDL2 -lSDL2_ttf -lSDL2_mixer -lSDL2_image -lvorbisfile -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo -lfontconfig -lfreetype -lboost_program_options-mt -lboost_thread-mt -lboost_regex-mt -lX11 -lpng
collect2: fatal error: cannot find 'ld'
compilation terminated.
scons: *** [wesnoth] 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