Skip to content

Instantly share code, notes, and snippets.

@dubigrasu
Created December 2, 2022 16:41
Show Gist options
  • Save dubigrasu/8146c13194e13846ee8579f7dfc8c41e to your computer and use it in GitHub Desktop.
Save dubigrasu/8146c13194e13846ee8579f7dfc8c41e to your computer and use it in GitHub Desktop.
steam@lts:~/Work/CroftEngine$ /home/steam/Work/vcpkg/downloads/tools/cmake-3.25.0-linux/cmake-3.25.0-linux-x86_64/bin/cmake -B /home/steam/Work/CroftEngine/build -S . "-DCMAKE_TOOLCHAIN_FILE=/home/steam/Work/vcpkg/scripts/buildsystems/vcpkg.cmake"
-- The C compiler identification is Clang 10.0.0
-- The CXX compiler identification is Clang 10.0.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- GCC or Clang detected
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- Already downloaded https://github.com/g-truc/glm/archive/refs/tags/0.9.9.8.tar.gz
-- Already extracted glm-0.9.9.8.tar.gz
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found Boost: /home/steam/Work/vcpkg/installed/x64-linux/include (found version "1.80.0") found components: system log log_setup locale filesystem thread regex chrono atomic
-- Checking for module 'libavcodec'
-- Found libavcodec, version 58.134.100
-- Checking for module 'libavformat'
-- Found libavformat, version 58.76.100
-- Checking for module 'libavutil'
-- Found libavutil, version 56.70.100
-- Found FFmpeg: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavcodec.a;/home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavformat.a;/home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavutil.a;/home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a;/home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libswresample.a;/home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libswscale.a
-- Already downloaded https://github.com/dtschump/CImg/archive/v.3.1.6.tar.gz
-- Already extracted CImg-v.3.1.6.tar.gz
-- Found ZLIB: /home/steam/Work/vcpkg/installed/x64-linux/lib/libz.a (found version "1.2.13")
-- Found PNG: /home/steam/Work/vcpkg/installed/x64-linux/lib/libpng16.a (found version "1.6.38")
-- Found Python3: /usr/bin/python3 (found version "3.8.10")
-- Already downloaded https://github.com/pybind/pybind11/archive/v2.10.0.tar.gz
-- Already extracted pybind11-v2.10.0.tar.gz
-- pybind11 v2.10.0
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- Performing Test HAS_FLTO_THIN
-- Performing Test HAS_FLTO_THIN - Success
-- Already downloaded https://github.com/gsl-lite/gsl-lite/archive/refs/tags/v0.40.0.tar.gz
-- Already extracted gsl-lite-v0.40.0.tar.gz
-- Found Gettext: /home/steam/Work/vcpkg/installed/x64-linux/tools/gettext/bin/msgmerge (found version "0.21")
-- Found Intl: built in to C library
-- ryml: using C++ standard: C++17
-- ryml: importing subproject c4core (SUBDIRECTORY)... /home/steam/Work/CroftEngine/3rdparty/rapidyaml/ext/c4core
-- c4core: using C++ standard: C++17
-- ryml: -----> target ryml PUBLIC incorporating lib c4core
-- Using vendored debug_assert
-- arithmetic_policy_default is undefined_behavior_arithmetic
Debug flags are: -g
-- Found Freetype: /home/steam/Work/vcpkg/installed/x64-linux/lib/libfreetype.a (found version "2.12.1")
-- Found BZip2: /home/steam/Work/vcpkg/installed/x64-linux/lib/libbz2.a (found version "1.0.8")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found Boost: /home/steam/Work/vcpkg/installed/x64-linux/include (found version "1.80.0") found components: unit_test_framework
-- Found LibArchive: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libarchive.a (found version "3.6.1")
-- Performing Test Iconv_IS_BUILT_IN
-- Performing Test Iconv_IS_BUILT_IN - Success
-- Found Iconv: built in to C library
-- Found LibLZMA: /home/steam/Work/vcpkg/installed/x64-linux/lib/liblzma.a (found version "5.2.5")
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found OpenSSL: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libcrypto.a (found version "3.0.7")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/steam/Work/CroftEngine/build
steam@lts:~/Work/CroftEngine$ /home/steam/Work/vcpkg/downloads/tools/cmake-3.25.0-linux/cmake-3.25.0-linux-x86_64/bin/cmake --build /home/steam/Work/CroftEngine/build
[ 0%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/ryml.dir/src/c4/yml/common.cpp.o
[ 1%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/ryml.dir/src/c4/yml/node.cpp.o
[ 1%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/ryml.dir/src/c4/yml/parse.cpp.o
[ 1%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/ryml.dir/src/c4/yml/preprocess.cpp.o
[ 1%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/ryml.dir/src/c4/yml/tree.cpp.o
[ 2%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/ryml.dir/ext/c4core/src/c4/base64.cpp.o
[ 2%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/ryml.dir/ext/c4core/src/c4/char_traits.cpp.o
[ 2%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/ryml.dir/ext/c4core/src/c4/error.cpp.o
[ 2%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/ryml.dir/ext/c4core/src/c4/format.cpp.o
[ 3%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/ryml.dir/ext/c4core/src/c4/language.cpp.o
[ 3%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/ryml.dir/ext/c4core/src/c4/memory_resource.cpp.o
[ 3%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/ryml.dir/ext/c4core/src/c4/memory_util.cpp.o
[ 3%] Building CXX object 3rdparty/rapidyaml/CMakeFiles/ryml.dir/ext/c4core/src/c4/utf.cpp.o
[ 3%] Linking CXX static library libryml.a
[ 3%] Built target ryml
[ 4%] Building CXX object src/CMakeFiles/serialization.dir/serialization/serialization.cpp.o
[ 4%] Linking CXX static library libserialization.a
[ 4%] Built target serialization
[ 5%] Building CXX object src/CMakeFiles/gameflow.dir/gameflow/meta.cpp.o
[ 5%] Linking CXX static library libgameflow.a
[ 5%] Built target gameflow
[ 5%] Building CXX object src/dosbox-cdrom/CMakeFiles/dosbox-cdrom.dir/cdrom_image.cpp.o
[ 5%] Building CXX object src/dosbox-cdrom/CMakeFiles/dosbox-cdrom.dir/mscdex.cpp.o
[ 5%] Linking CXX static library libdosbox-cdrom.a
[ 5%] Built target dosbox-cdrom
[ 6%] Building CXX object 3rdparty/chillout/src/chillout/CMakeFiles/chillout.dir/chillout.cpp.o
[ 6%] Building CXX object 3rdparty/chillout/src/chillout/CMakeFiles/chillout.dir/common/common.cpp.o
[ 6%] Building CXX object 3rdparty/chillout/src/chillout/CMakeFiles/chillout.dir/posix/posixcrashhandler.cpp.o
/home/steam/Work/CroftEngine/3rdparty/chillout/src/chillout/posix/posixcrashhandler.cpp:43:34: warning: unused parameter 'signum' [-Wunused-parameter]
void posixSignalHandler( int signum, siginfo_t* si, void* ucontext ) {
^
1 warning generated.
[ 6%] Linking CXX static library libchillout.a
[ 6%] Built target chillout
[ 6%] Copy Apache License.txt
[ 6%] Copy DroidSansMono.ttf
[ 7%] Copy LICENSE
[ 7%] Copy OFL.txt
[ 7%] Copy button-icons/README.md
[ 7%] Copy button-icons/buttons.yaml
[ 7%] Copy button-icons/ps4/circle.png
[ 8%] Copy button-icons/ps4/cross.png
[ 8%] Copy button-icons/ps4/diagram.png
[ 8%] Copy button-icons/ps4/diagram_simple.png
[ 8%] Copy button-icons/ps4/dpad.png
[ 9%] Copy button-icons/ps4/dpad_down.png
[ 9%] Copy button-icons/ps4/dpad_left.png
[ 9%] Copy button-icons/ps4/dpad_right.png
[ 9%] Copy button-icons/ps4/dpad_up.png
[ 10%] Copy button-icons/ps4/l1.png
[ 10%] Copy button-icons/ps4/l2.png
[ 10%] Copy button-icons/ps4/left_stick.png
[ 10%] Copy button-icons/ps4/left_stick_click.png
[ 10%] Copy button-icons/ps4/options.png
[ 11%] Copy button-icons/ps4/r1.png
[ 11%] Copy button-icons/ps4/r2.png
[ 11%] Copy button-icons/ps4/right_stick.png
[ 11%] Copy button-icons/ps4/right_stick_click.png
[ 12%] Copy button-icons/ps4/share.png
[ 12%] Copy button-icons/ps4/square.png
[ 12%] Copy button-icons/ps4/triangle.png
[ 12%] Copy button-icons/xbox360/a.png
[ 12%] Copy button-icons/xbox360/b.png
[ 13%] Copy button-icons/xbox360/back.png
[ 13%] Copy button-icons/xbox360/back_alt.png
[ 13%] Copy button-icons/xbox360/dpad.png
[ 13%] Copy button-icons/xbox360/dpad_down.png
[ 14%] Copy button-icons/xbox360/dpad_left.png
[ 14%] Copy button-icons/xbox360/dpad_right.png
[ 14%] Copy button-icons/xbox360/dpad_up.png
[ 14%] Copy button-icons/xbox360/lb.png
[ 15%] Copy button-icons/xbox360/left_stick.png
[ 15%] Copy button-icons/xbox360/left_stick_click.png
[ 15%] Copy button-icons/xbox360/lt.png
[ 15%] Copy button-icons/xbox360/rb.png
[ 15%] Copy button-icons/xbox360/right_stick.png
[ 16%] Copy button-icons/xbox360/right_stick_click.png
[ 16%] Copy button-icons/xbox360/rt.png
[ 16%] Copy button-icons/xbox360/start.png
[ 16%] Copy button-icons/xbox360/start_alt.png
[ 17%] Copy button-icons/xbox360/x.png
[ 17%] Copy button-icons/xbox360/y.png
[ 17%] Copy croftengine.desktop
[ 17%] Copy gamecontrollerdb.txt
[ 18%] Copy gameflows/tr1/__init__.py
[ 18%] Copy gameflows/tr1/audio.py
[ 18%] Copy gameflows/tr1/level_sequence.py
[ 18%] Copy gameflows/tr1/meta.yml
[ 18%] Copy gameflows/tr1/object_infos.py
[ 19%] Copy gameflows/tr1sabatu/__init__.py
[ 19%] Copy gameflows/tr1sabatu/audio.py
[ 19%] Copy gameflows/tr1sabatu/level_sequence.py
[ 19%] Copy gameflows/tr1sabatu/meta.yml
[ 20%] Copy gameflows/tr1sabatu/object_infos.py
[ 20%] Copy gameflows/tr1ub/__init__.py
[ 20%] Copy gameflows/tr1ub/audio.py
[ 20%] Copy gameflows/tr1ub/level_sequence.py
[ 21%] Copy gameflows/tr1ub/meta.yml
[ 21%] Copy gameflows/tr1ub/object_infos.py
[ 21%] Copy i18n/croftengine_de_DE.qm
[ 21%] Copy logo_128.png
[ 21%] Copy logo_24.png
[ 22%] Copy logo_256.png
[ 22%] Copy logo_32.png
[ 22%] Copy logo_512.png
[ 22%] Copy logo_64.png
[ 23%] Copy shaders/backdrop.vert
[ 23%] Copy shaders/bloom_downsample.frag
[ 23%] Copy shaders/bloom_upsample.frag
[ 23%] Copy shaders/blur_fast_box_5.frag
[ 24%] Copy shaders/blur_fast_box_9.frag
[ 24%] Copy shaders/blur_fast_gauss_5.frag
[ 24%] Copy shaders/blur_fast_gauss_9.frag
[ 24%] Copy shaders/camera_interface.glsl
[ 24%] Copy shaders/composition.frag
[ 25%] Copy shaders/constants.glsl
[ 25%] Copy shaders/csm_depth_only.vert
[ 25%] Copy shaders/csm_interface.glsl
[ 25%] Copy shaders/depth_only.frag
[ 26%] Copy shaders/depth_only.vert
[ 26%] Copy shaders/dof.glsl
[ 26%] Copy shaders/dust.frag
[ 26%] Copy shaders/dust.geom
[ 27%] Copy shaders/dust.vert
[ 27%] Copy shaders/edge_detection.frag
[ 27%] Copy shaders/edge_dilation.frag
[ 27%] Copy shaders/empty.frag
[ 27%] Copy shaders/flat.frag
[ 28%] Copy shaders/flat.vert
[ 28%] Copy shaders/flat_pipeline_interface.glsl
[ 28%] Copy shaders/fx_bloom.frag
[ 28%] Copy shaders/fx_brightness_contrast.frag
[ 29%] Copy shaders/fx_crt_v0.frag
[ 29%] Copy shaders/fx_crt_v1.frag
[ 29%] Copy shaders/fx_death.frag
[ 29%] Copy shaders/fx_film_grain.frag
[ 30%] Copy shaders/fx_fxaa.frag
[ 30%] Copy shaders/fx_input.glsl
[ 30%] Copy shaders/fx_lens_distortion.frag
[ 30%] Copy shaders/fx_masking.frag
[ 30%] Copy shaders/fx_reflective.frag
[ 31%] Copy shaders/fx_underwater_movement.frag
[ 31%] Copy shaders/fx_velvia.frag
[ 31%] Copy shaders/fxaa.glsl
[ 31%] Copy shaders/geometry.frag
[ 32%] Copy shaders/geometry.vert
[ 32%] Copy shaders/geometry_pipeline_interface.glsl
[ 32%] Copy shaders/ghost.frag
[ 32%] Copy shaders/ghost.vert
[ 32%] Copy shaders/hbao.frag
[ 33%] Copy shaders/lighting.glsl
[ 33%] Copy shaders/lightning.frag
[ 33%] Copy shaders/lightning.vert
[ 33%] Copy shaders/noise.glsl
[ 34%] Copy shaders/portal_pipeline_interface.glsl
[ 34%] Copy shaders/time_uniform.glsl
[ 34%] Copy shaders/transform_interface.glsl
[ 34%] Copy shaders/ui.frag
[ 35%] Copy shaders/ui.vert
[ 35%] Copy shaders/ui_pipeline_interface.glsl
[ 35%] Copy shaders/util.glsl
[ 35%] Copy shaders/vsm_square.frag
[ 35%] Copy shaders/vtx_input.glsl
[ 36%] Copy shaders/water_caustics.glsl
[ 36%] Copy shaders/water_surface.frag
[ 36%] Copy shaders/water_surface.vert
[ 36%] Copy splash.png
[ 37%] Copy trfont.ttf
[ 37%] Built target croftengine-runtime-deps
[ 37%] Building CXX object src/shared/CMakeFiles/shared.dir/paths.cpp.o
[ 37%] Linking CXX static library libshared.a
[ 37%] Built target shared
[ 38%] Building CXX object src/soglb/CMakeFiles/soglb.dir/gl/framebuffer.cpp.o
[ 38%] Building CXX object src/soglb/CMakeFiles/soglb.dir/gl/program.cpp.o
[ 38%] Building CXX object src/soglb/CMakeFiles/soglb.dir/gl/shader.cpp.o
[ 38%] Building CXX object src/soglb/CMakeFiles/soglb.dir/gl/glassert.cpp.o
[ 39%] Building CXX object src/soglb/CMakeFiles/soglb.dir/gl/font.cpp.o
[ 39%] Building CXX object src/soglb/CMakeFiles/soglb.dir/gl/renderstate.cpp.o
[ 39%] Building CXX object src/soglb/CMakeFiles/soglb.dir/gl/glad_init.cpp.o
[ 39%] Building CXX object src/soglb/CMakeFiles/soglb.dir/gl/api/gl.cpp.o
[ 39%] Building C object src/soglb/CMakeFiles/soglb.dir/gl/api/glad.c.o
[ 40%] Building CXX object src/soglb/CMakeFiles/soglb.dir/gl/window.cpp.o
[ 40%] Building CXX object src/soglb/CMakeFiles/soglb.dir/gl/cimgwrapper.cpp.o
[ 40%] Linking CXX static library libsoglb.a
[ 40%] Built target soglb
[ 40%] Building CXX object src/archive/CMakeFiles/archive.dir/readonlyarchive.cpp.o
[ 40%] Building CXX object src/archive/CMakeFiles/archive.dir/writeonlyxzarchive.cpp.o
[ 40%] Linking CXX static library libarchive.a
[ 40%] Built target archive
[ 40%] Automatic MOC and UIC for target launcher
[ 40%] Built target launcher_autogen
[ 40%] Building CXX object src/launcher/CMakeFiles/launcher.dir/launcher_autogen/mocs_compilation.cpp.o
[ 40%] Building CXX object src/launcher/CMakeFiles/launcher.dir/mainwindow.cpp.o
[ 40%] Building CXX object src/launcher/CMakeFiles/launcher.dir/launcher.cpp.o
[ 41%] Building CXX object src/launcher/CMakeFiles/launcher.dir/downloadprogress.cpp.o
[ 41%] Linking CXX static library liblauncher.a
[ 42%] Built target launcher
[ 42%] Building CXX object src/CMakeFiles/croftengine.dir/croftengine.cpp.o
/home/steam/Work/CroftEngine/src/croftengine.cpp:69:6: warning: unused function 'initCrashReporting' [-Wunused-function]
bool initCrashReporting()
^
1 warning generated.
[ 42%] Building CXX object src/CMakeFiles/croftengine.dir/gslfailhandler.cpp.o
[ 42%] Building CXX object src/CMakeFiles/croftengine.dir/engine/lara/abstractstatehandler.cpp.o
[ 42%] Building CXX object src/CMakeFiles/croftengine.dir/engine/audioengine.cpp.o
/home/steam/Work/CroftEngine/src/engine/audioengine.cpp:258:14: warning: local variable 'voice' will be copied despite being returned by name [-Wreturn-std-move]
return voice;
^~~~~
/home/steam/Work/CroftEngine/src/engine/audioengine.cpp:258:14: note: call 'std::move' explicitly to avoid copying
return voice;
^~~~~
std::move(voice)
1 warning generated.
[ 43%] Building CXX object src/CMakeFiles/croftengine.dir/engine/audiosettings.cpp.o
[ 43%] Building CXX object src/CMakeFiles/croftengine.dir/engine/cameracontroller.cpp.o
[ 43%] Building CXX object src/CMakeFiles/croftengine.dir/engine/controllerbuttons.cpp.o
[ 43%] Building CXX object src/CMakeFiles/croftengine.dir/engine/collisioninfo.cpp.o
[ 44%] Building CXX object src/CMakeFiles/croftengine.dir/engine/displaysettings.cpp.o
[ 44%] Building CXX object src/CMakeFiles/croftengine.dir/engine/engine.cpp.o
[ 44%] Building CXX object src/CMakeFiles/croftengine.dir/engine/engineconfig.cpp.o
[ 44%] Building CXX object src/CMakeFiles/croftengine.dir/engine/ghostmanager.cpp.o
[ 45%] Building CXX object src/CMakeFiles/croftengine.dir/engine/heightinfo.cpp.o
[ 45%] Building CXX object src/CMakeFiles/croftengine.dir/engine/inventory.cpp.o
[ 45%] Building CXX object src/CMakeFiles/croftengine.dir/engine/lighting.cpp.o
[ 45%] Building CXX object src/CMakeFiles/croftengine.dir/engine/location.cpp.o
[ 45%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objectmanager.cpp.o
[ 46%] Building CXX object src/CMakeFiles/croftengine.dir/engine/particle.cpp.o
[ 46%] Building CXX object src/CMakeFiles/croftengine.dir/engine/particlecollection.cpp.o
[ 46%] Building CXX object src/CMakeFiles/croftengine.dir/engine/player.cpp.o
[ 46%] Building CXX object src/CMakeFiles/croftengine.dir/engine/presenter.cpp.o
[ 47%] Building CXX object src/CMakeFiles/croftengine.dir/engine/py_module.cpp.o
[ 47%] Building CXX object src/CMakeFiles/croftengine.dir/engine/raycast.cpp.o
[ 47%] Building CXX object src/CMakeFiles/croftengine.dir/engine/skeletalmodelnode.cpp.o
[ 47%] Building CXX object src/CMakeFiles/croftengine.dir/engine/items_tr1.cpp.o
[ 48%] Building CXX object src/CMakeFiles/croftengine.dir/engine/soundeffects_tr1.cpp.o
[ 48%] Building CXX object src/CMakeFiles/croftengine.dir/engine/tracks_tr1.cpp.o
[ 48%] Building CXX object src/CMakeFiles/croftengine.dir/engine/world/box.cpp.o
[ 48%] Building CXX object src/CMakeFiles/croftengine.dir/engine/world/camerasink.cpp.o
[ 48%] Building CXX object src/CMakeFiles/croftengine.dir/engine/world/rendermeshdata.cpp.o
[ 50%] Building CXX object src/CMakeFiles/croftengine.dir/engine/world/room.cpp.o
[ 50%] Building CXX object src/CMakeFiles/croftengine.dir/engine/world/sector.cpp.o
[ 50%] Building CXX object src/CMakeFiles/croftengine.dir/engine/world/world.cpp.o
[ 50%] Building CXX object src/CMakeFiles/croftengine.dir/engine/world/texturing.cpp.o
[ 51%] Building CXX object src/CMakeFiles/croftengine.dir/engine/script/reflection.cpp.o
/home/steam/Work/CroftEngine/src/engine/script/reflection.cpp:452:20: warning: loop variable 'invalid' of type 'const std::filesystem::__cxx11::path' creates a copy from type 'const std::filesystem::__cxx11::path' [-Wrange-loop-construct]
for(const auto invalid : track.second->getFilepathsIfInvalid(dataRoot))
^
/home/steam/Work/CroftEngine/src/engine/script/reflection.cpp:452:9: note: use reference type 'const std::filesystem::__cxx11::path &' to prevent copying
for(const auto invalid : track.second->getFilepathsIfInvalid(dataRoot))
^~~~~~~~~~~~~~~~~~~~
&
1 warning generated.
[ 51%] Building CXX object src/CMakeFiles/croftengine.dir/engine/script/scriptengine.cpp.o
[ 51%] Building CXX object src/CMakeFiles/croftengine.dir/hid/inputhandler.cpp.o
[ 51%] Building CXX object src/CMakeFiles/croftengine.dir/hid/names.cpp.o
[ 52%] Building CXX object src/CMakeFiles/croftengine.dir/hid/actions.cpp.o
[ 52%] Building CXX object src/CMakeFiles/croftengine.dir/hid/glfw_axes.cpp.o
[ 52%] Building CXX object src/CMakeFiles/croftengine.dir/hid/glfw_axis_dirs.cpp.o
[ 52%] Building CXX object src/CMakeFiles/croftengine.dir/hid/glfw_gamepad_buttons.cpp.o
[ 52%] Building CXX object src/CMakeFiles/croftengine.dir/hid/glfw_keys.cpp.o
[ 53%] Building CXX object src/CMakeFiles/croftengine.dir/loader/file/level/level.cpp.o
[ 53%] Building CXX object src/CMakeFiles/croftengine.dir/loader/file/level/tr1level.cpp.o
[ 53%] Building CXX object src/CMakeFiles/croftengine.dir/loader/file/level/tr2level.cpp.o
[ 53%] Building CXX object src/CMakeFiles/croftengine.dir/loader/file/level/tr3level.cpp.o
[ 54%] Building CXX object src/CMakeFiles/croftengine.dir/loader/file/level/tr4level.cpp.o
[ 54%] Building CXX object src/CMakeFiles/croftengine.dir/loader/file/level/tr5level.cpp.o
[ 54%] Building CXX object src/CMakeFiles/croftengine.dir/loader/file/animation.cpp.o
[ 54%] Building CXX object src/CMakeFiles/croftengine.dir/loader/file/audio.cpp.o
[ 55%] Building CXX object src/CMakeFiles/croftengine.dir/loader/file/color.cpp.o
[ 55%] Building CXX object src/CMakeFiles/croftengine.dir/loader/file/datatypes.cpp.o
[ 55%] Building CXX object src/CMakeFiles/croftengine.dir/loader/file/item.cpp.o
[ 55%] Building CXX object src/CMakeFiles/croftengine.dir/loader/file/mesh.cpp.o
[ 55%] Building CXX object src/CMakeFiles/croftengine.dir/loader/file/meshes.cpp.o
[ 56%] Building CXX object src/CMakeFiles/croftengine.dir/loader/file/primitives.cpp.o
[ 56%] Building CXX object src/CMakeFiles/croftengine.dir/loader/file/texture.cpp.o
[ 56%] Building CXX object src/CMakeFiles/croftengine.dir/loader/file/animationid.cpp.o
[ 56%] Building CXX object src/CMakeFiles/croftengine.dir/loader/file/larastateid.cpp.o
[ 57%] Building CXX object src/CMakeFiles/croftengine.dir/loader/trx/trx.cpp.o
[ 57%] Building CXX object src/CMakeFiles/croftengine.dir/audio/audiostreamdecoder.cpp.o
[ 57%] Building CXX object src/CMakeFiles/croftengine.dir/audio/bufferhandle.cpp.o
[ 57%] Building CXX object src/CMakeFiles/croftengine.dir/audio/buffervoice.cpp.o
[ 58%] Building CXX object src/CMakeFiles/croftengine.dir/audio/device.cpp.o
[ 58%] Building CXX object src/CMakeFiles/croftengine.dir/audio/emitter.cpp.o
[ 58%] Building CXX object src/CMakeFiles/croftengine.dir/audio/ffmpegstreamsource.cpp.o
[ 58%] Building CXX object src/CMakeFiles/croftengine.dir/audio/listener.cpp.o
[ 58%] Building CXX object src/CMakeFiles/croftengine.dir/audio/loadefx.cpp.o
[ 59%] Building CXX object src/CMakeFiles/croftengine.dir/audio/soundengine.cpp.o
[ 59%] Building CXX object src/CMakeFiles/croftengine.dir/audio/sourcehandle.cpp.o
[ 59%] Building CXX object src/CMakeFiles/croftengine.dir/audio/streamvoice.cpp.o
[ 59%] Building CXX object src/CMakeFiles/croftengine.dir/audio/wadstreamsource.cpp.o
/home/steam/Work/CroftEngine/src/audio/wadstreamsource.cpp:23:18: warning: unused variable 'WADCount' [-Wunused-const-variable]
constexpr size_t WADCount = 130;
^
1 warning generated.
[ 60%] Building CXX object src/CMakeFiles/croftengine.dir/audio/utils.cpp.o
[ 60%] Building CXX object src/CMakeFiles/croftengine.dir/audio/voice.cpp.o
[ 60%] Building CXX object src/CMakeFiles/croftengine.dir/audio/voicegroup.cpp.o
[ 60%] Building CXX object src/CMakeFiles/croftengine.dir/ffmpeg/avframeptr.cpp.o
[ 60%] Building CXX object src/CMakeFiles/croftengine.dir/ffmpeg/stream.cpp.o
[ 61%] Building CXX object src/CMakeFiles/croftengine.dir/util/helpers.cpp.o
[ 61%] Building CXX object src/CMakeFiles/croftengine.dir/util/md5.cpp.o
[ 61%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/aiagent.cpp.o
[ 61%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/aiminfo.cpp.o
[ 62%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/animating.cpp.o
[ 62%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/atlanteanlava.cpp.o
[ 62%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/barricade.cpp.o
[ 62%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/bat.cpp.o
[ 63%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/bear.cpp.o
[ 63%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/block.cpp.o
[ 63%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/centaurstatue.cpp.o
[ 63%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/collapsiblefloor.cpp.o
[ 63%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/cowboy.cpp.o
[ 64%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/crocodile.cpp.o
[ 64%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/cutsceneactors.cpp.o
[ 64%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/dart.cpp.o
[ 64%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/dartgun.cpp.o
In file included from /home/steam/Work/CroftEngine/src/engine/objects/dartgun.cpp:16:
/home/steam/Work/CroftEngine/src/./engine/world/world.h:185:12: warning: local variable 'object' will be copied despite being returned by name [-Wreturn-std-move]
return object;
^~~~~~
/home/steam/Work/CroftEngine/src/engine/objects/dartgun.cpp:69:26: note: in instantiation of function template specialization 'engine::world::World::createDynamicObject<engine::objects::Dart>' requested here
auto dart = getWorld().createDynamicObject<Dart>(
^
/home/steam/Work/CroftEngine/src/./engine/world/world.h:185:12: note: call 'std::move' explicitly to avoid copying
return object;
^~~~~~
std::move(object)
1 warning generated.
[ 65%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/door.cpp.o
[ 65%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/doppelganger.cpp.o
[ 65%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/earthquake.cpp.o
[ 65%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/fallingceiling.cpp.o
[ 66%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/flameemitter.cpp.o
[ 66%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/gorilla.cpp.o
[ 66%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/keyhole.cpp.o
[ 66%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/kold.cpp.o
[ 66%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/laraobject.cpp.o
[ 67%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/larson.cpp.o
[ 67%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/lavaparticleemitter.cpp.o
[ 67%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/lightningemitter.cpp.o
[ 67%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/lion.cpp.o
[ 68%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/midasgoldtouch.cpp.o
[ 68%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/modelobject.cpp.o
[ 68%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/motorboat.cpp.o
[ 68%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/mummy.cpp.o
[ 69%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/mutant.cpp.o
[ 69%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/mutantegg.cpp.o
[ 69%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/natla.cpp.o
[ 69%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/object.cpp.o
[ 69%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/objectfactory.cpp.o
[ 70%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/objectstate.cpp.o
[ 70%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/pickupobject.cpp.o
[ 70%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/pierre.cpp.o
[ 70%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/puzzlehole.cpp.o
[ 71%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/raptor.cpp.o
[ 71%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/rat.cpp.o
[ 71%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/rollingball.cpp.o
[ 71%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/scionpiece.cpp.o
[ 72%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/shatter.cpp.o
[ 72%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/skateboardkid.cpp.o
[ 72%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/slammingdoors.cpp.o
[ 72%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/slopedbridge.cpp.o
[ 72%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/spriteobject.cpp.o
[ 73%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/suspendedshack.cpp.o
[ 73%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/swingingblade.cpp.o
[ 73%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/switch.cpp.o
[ 73%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/swordofdamocles.cpp.o
[ 74%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/tallblock.cpp.o
[ 74%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/teethspikes.cpp.o
[ 74%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/thorhammer.cpp.o
[ 74%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/trapdoordown.cpp.o
[ 75%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/trapdoorup.cpp.o
[ 75%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/trex.cpp.o
[ 75%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/underwaterswitch.cpp.o
[ 75%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/waterfallmist.cpp.o
[ 75%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/weapon.cpp.o
[ 76%] Building CXX object src/CMakeFiles/croftengine.dir/engine/objects/wolf.cpp.o
[ 76%] Building CXX object src/CMakeFiles/croftengine.dir/engine/ai/ai.cpp.o
[ 76%] Building CXX object src/CMakeFiles/croftengine.dir/engine/ai/pathfinder.cpp.o
[ 76%] Building CXX object src/CMakeFiles/croftengine.dir/engine/floordata/floordata.cpp.o
[ 77%] Building CXX object src/CMakeFiles/croftengine.dir/engine/floordata/secrets.cpp.o
[ 77%] Building CXX object src/CMakeFiles/croftengine.dir/engine/ghosting/ghost.cpp.o
[ 77%] Building CXX object src/CMakeFiles/croftengine.dir/engine/ghosting/ghostmodel.cpp.o
[ 77%] Building CXX object src/CMakeFiles/croftengine.dir/engine/ghosting/ghostfinishstate.cpp.o
[ 78%] Building CXX object src/CMakeFiles/croftengine.dir/render/portaltracer.cpp.o
/home/steam/Work/CroftEngine/src/render/portaltracer.cpp:53:8: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
if(abs(v.z) >= Margin)
^
/home/steam/Work/CroftEngine/src/render/portaltracer.cpp:53:8: note: use function 'std::abs' instead
if(abs(v.z) >= Margin)
^~~
std::abs
1 warning generated.
[ 78%] Building CXX object src/CMakeFiles/croftengine.dir/render/renderpipeline.cpp.o
[ 78%] Building CXX object src/CMakeFiles/croftengine.dir/render/rendersettings.cpp.o
[ 78%] Building CXX object src/CMakeFiles/croftengine.dir/render/textureanimator.cpp.o
[ 78%] Building CXX object src/CMakeFiles/croftengine.dir/render/pass/edgedetectionpass.cpp.o
[ 79%] Building CXX object src/CMakeFiles/croftengine.dir/render/pass/framebuffer.cpp.o
[ 79%] Building CXX object src/CMakeFiles/croftengine.dir/render/pass/geometrypass.cpp.o
[ 79%] Building CXX object src/CMakeFiles/croftengine.dir/render/pass/hbaopass.cpp.o
[ 79%] Building CXX object src/CMakeFiles/croftengine.dir/render/pass/portalpass.cpp.o
[ 80%] Building CXX object src/CMakeFiles/croftengine.dir/render/pass/uipass.cpp.o
[ 80%] Building CXX object src/CMakeFiles/croftengine.dir/render/pass/worldcompositionpass.cpp.o
[ 80%] Building CXX object src/CMakeFiles/croftengine.dir/render/material/bufferparameter.cpp.o
[ 80%] Building CXX object src/CMakeFiles/croftengine.dir/render/material/material.cpp.o
[ 80%] Building CXX object src/CMakeFiles/croftengine.dir/render/material/materialmanager.cpp.o
[ 81%] Building CXX object src/CMakeFiles/croftengine.dir/render/material/shadercache.cpp.o
[ 81%] Building CXX object src/CMakeFiles/croftengine.dir/render/material/shaderprogram.cpp.o
[ 81%] Building CXX object src/CMakeFiles/croftengine.dir/render/material/uniformparameter.cpp.o
[ 81%] Building CXX object src/CMakeFiles/croftengine.dir/render/scene/csm.cpp.o
[ 82%] Building CXX object src/CMakeFiles/croftengine.dir/render/scene/mesh.cpp.o
[ 82%] Building CXX object src/CMakeFiles/croftengine.dir/render/scene/node.cpp.o
[ 82%] Building CXX object src/CMakeFiles/croftengine.dir/render/scene/renderer.cpp.o
[ 82%] Building CXX object src/CMakeFiles/croftengine.dir/render/scene/screenoverlay.cpp.o
[ 83%] Building CXX object src/CMakeFiles/croftengine.dir/render/scene/sprite.cpp.o
[ 83%] Building CXX object src/CMakeFiles/croftengine.dir/render/scene/visitor.cpp.o
[ 83%] Building CXX object src/CMakeFiles/croftengine.dir/ui/detailedlevelstats.cpp.o
[ 83%] Building CXX object src/CMakeFiles/croftengine.dir/ui/levelstats.cpp.o
[ 83%] Building CXX object src/CMakeFiles/croftengine.dir/ui/text.cpp.o
[ 84%] Building CXX object src/CMakeFiles/croftengine.dir/ui/ui.cpp.o
[ 84%] Building CXX object src/CMakeFiles/croftengine.dir/ui/widgets/checkbox.cpp.o
[ 84%] Building CXX object src/CMakeFiles/croftengine.dir/ui/widgets/gridbox.cpp.o
[ 84%] Building CXX object src/CMakeFiles/croftengine.dir/ui/widgets/groupbox.cpp.o
[ 85%] Building CXX object src/CMakeFiles/croftengine.dir/ui/widgets/label.cpp.o
[ 85%] Building CXX object src/CMakeFiles/croftengine.dir/ui/widgets/listbox.cpp.o
[ 85%] Building CXX object src/CMakeFiles/croftengine.dir/ui/widgets/messagebox.cpp.o
[ 85%] Building CXX object src/CMakeFiles/croftengine.dir/ui/widgets/progressbar.cpp.o
[ 86%] Building CXX object src/CMakeFiles/croftengine.dir/ui/widgets/selectionbox.cpp.o
[ 86%] Building CXX object src/CMakeFiles/croftengine.dir/ui/widgets/sprite.cpp.o
[ 86%] Building CXX object src/CMakeFiles/croftengine.dir/ui/widgets/tabbox.cpp.o
[ 86%] Building CXX object src/CMakeFiles/croftengine.dir/video/avdecoder.cpp.o
[ 86%] Building CXX object src/CMakeFiles/croftengine.dir/video/converter.cpp.o
[ 87%] Building CXX object src/CMakeFiles/croftengine.dir/video/filtergraph.cpp.o
[ 87%] Building CXX object src/CMakeFiles/croftengine.dir/video/videoplayer.cpp.o
[ 87%] Building CXX object src/CMakeFiles/croftengine.dir/core/angle.cpp.o
[ 87%] Building CXX object src/CMakeFiles/croftengine.dir/core/i18n.cpp.o
[ 88%] Building CXX object src/CMakeFiles/croftengine.dir/core/py_module.cpp.o
[ 88%] Building CXX object src/CMakeFiles/croftengine.dir/core/vec.cpp.o
[ 88%] Building CXX object src/CMakeFiles/croftengine.dir/menu/menudisplay.cpp.o
[ 88%] Building CXX object src/CMakeFiles/croftengine.dir/menu/menuobject.cpp.o
[ 89%] Building CXX object src/CMakeFiles/croftengine.dir/menu/audiosettingsmenustate.cpp.o
[ 89%] Building CXX object src/CMakeFiles/croftengine.dir/menu/applyitemtransformmenustate.cpp.o
[ 89%] Building CXX object src/CMakeFiles/croftengine.dir/menu/closepassportmenustate.cpp.o
[ 89%] Building CXX object src/CMakeFiles/croftengine.dir/menu/compassmenustate.cpp.o
[ 89%] Building CXX object src/CMakeFiles/croftengine.dir/menu/controlsmenustate.cpp.o
[ 90%] Building CXX object src/CMakeFiles/croftengine.dir/menu/controlswidget.cpp.o
[ 90%] Building CXX object src/CMakeFiles/croftengine.dir/menu/deflateringmenustate.cpp.o
[ 90%] Building CXX object src/CMakeFiles/croftengine.dir/menu/deselectingmenustate.cpp.o
[ 90%] Building CXX object src/CMakeFiles/croftengine.dir/menu/donemenustate.cpp.o
[ 91%] Building CXX object src/CMakeFiles/croftengine.dir/menu/finishitemanimationmenustate.cpp.o
[ 91%] Building CXX object src/CMakeFiles/croftengine.dir/menu/idleringmenustate.cpp.o
[ 91%] Building CXX object src/CMakeFiles/croftengine.dir/menu/inflateringmenustate.cpp.o
[ 91%] Building CXX object src/CMakeFiles/croftengine.dir/menu/listdisplaymenustate.cpp.o
[ 92%] Building CXX object src/CMakeFiles/croftengine.dir/menu/passportmenustate.cpp.o
[ 92%] Building CXX object src/CMakeFiles/croftengine.dir/menu/rendersettingsmenustate.cpp.o
[ 92%] Building CXX object src/CMakeFiles/croftengine.dir/menu/requestloadmenustate.cpp.o
[ 92%] Building CXX object src/CMakeFiles/croftengine.dir/menu/resetitemtransformmenustate.cpp.o
[ 92%] Building CXX object src/CMakeFiles/croftengine.dir/menu/rotateleftrightmenustate.cpp.o
[ 93%] Building CXX object src/CMakeFiles/croftengine.dir/menu/savegamelistmenustate.cpp.o
[ 93%] Building CXX object src/CMakeFiles/croftengine.dir/menu/selectedmenustate.cpp.o
[ 93%] Building CXX object src/CMakeFiles/croftengine.dir/menu/setitemtypemenustate.cpp.o
[ 93%] Building CXX object src/CMakeFiles/croftengine.dir/menu/switchringmenustate.cpp.o
[ 94%] Building CXX object src/CMakeFiles/croftengine.dir/menu/util.cpp.o
[ 94%] Linking CXX executable croftengine
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(auxeffectslot.cpp.o): in function `alGenAuxiliaryEffectSlots':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/auxeffectslot.cpp:325: multiple definition of `alGenAuxiliaryEffectSlots'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0xb0): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(auxeffectslot.cpp.o): in function `alDeleteAuxiliaryEffectSlots':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/auxeffectslot.cpp:376: multiple definition of `alDeleteAuxiliaryEffectSlots'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0xb8): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(auxeffectslot.cpp.o): in function `alIsAuxiliaryEffectSlot':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/auxeffectslot.cpp:440: multiple definition of `alIsAuxiliaryEffectSlot'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0xc0): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(auxeffectslot.cpp.o): in function `alAuxiliaryEffectSloti':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/auxeffectslot.cpp:564: multiple definition of `alAuxiliaryEffectSloti'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0xc8): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(auxeffectslot.cpp.o): in function `alAuxiliaryEffectSlotiv':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/auxeffectslot.cpp:704: multiple definition of `alAuxiliaryEffectSlotiv'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0xd0): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(auxeffectslot.cpp.o): in function `alAuxiliaryEffectSlotf':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/auxeffectslot.cpp:735: multiple definition of `alAuxiliaryEffectSlotf'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0xd8): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(auxeffectslot.cpp.o): in function `alAuxiliaryEffectSlotfv':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/auxeffectslot.cpp:765: multiple definition of `alAuxiliaryEffectSlotfv'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0xe0): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(auxeffectslot.cpp.o): in function `alGetAuxiliaryEffectSloti':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/auxeffectslot.cpp:793: multiple definition of `alGetAuxiliaryEffectSloti'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0xe8): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(auxeffectslot.cpp.o): in function `alGetAuxiliaryEffectSlotiv':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/auxeffectslot.cpp:834: multiple definition of `alGetAuxiliaryEffectSlotiv'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0xf0): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(auxeffectslot.cpp.o): in function `alGetAuxiliaryEffectSlotf':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/auxeffectslot.cpp:865: multiple definition of `alGetAuxiliaryEffectSlotf'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0xf8): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(auxeffectslot.cpp.o): in function `alGetAuxiliaryEffectSlotfv':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/auxeffectslot.cpp:888: multiple definition of `alGetAuxiliaryEffectSlotfv'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x100): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(effect.cpp.o): in function `alGenEffects':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/effect.cpp:233: multiple definition of `alGenEffects'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x0): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(effect.cpp.o): in function `alDeleteEffects':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/effect.cpp:273: multiple definition of `alDeleteEffects'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x8): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(effect.cpp.o): in function `alIsEffect':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/effect.cpp:308: multiple definition of `alIsEffect'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x10): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(effect.cpp.o): in function `alEffecti':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/effect.cpp:323: multiple definition of `alEffecti'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x18): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(effect.cpp.o): in function `alEffectiv':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/effect.cpp:366: multiple definition of `alEffectiv'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x20): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(effect.cpp.o): in function `alEffectf':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/effect.cpp:396: multiple definition of `alEffectf'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x28): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(effect.cpp.o): in function `alEffectfv':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/effect.cpp:419: multiple definition of `alEffectfv'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x30): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(effect.cpp.o): in function `alGetEffecti':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/effect.cpp:442: multiple definition of `alGetEffecti'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x38): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(effect.cpp.o): in function `alGetEffectiv':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/effect.cpp:467: multiple definition of `alGetEffectiv'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x40): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(effect.cpp.o): in function `alGetEffectf':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/effect.cpp:497: multiple definition of `alGetEffectf'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x48): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(effect.cpp.o): in function `alGetEffectfv':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/effect.cpp:520: multiple definition of `alGetEffectfv'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x50): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(filter.cpp.o): in function `alGenFilters':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/filter.cpp:400: multiple definition of `alGenFilters'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x58): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(filter.cpp.o): in function `alDeleteFilters':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/filter.cpp:440: multiple definition of `alDeleteFilters'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x60): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(filter.cpp.o): in function `alIsFilter':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/filter.cpp:475: multiple definition of `alIsFilter'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x68): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(filter.cpp.o): in function `alFilteri':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/filter.cpp:491: multiple definition of `alFilteri'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x70): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(filter.cpp.o): in function `alFilteriv':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/filter.cpp:525: multiple definition of `alFilteriv'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x78): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(filter.cpp.o): in function `alFilterf':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/filter.cpp:555: multiple definition of `alFilterf'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x80): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(filter.cpp.o): in function `alFilterfv':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/filter.cpp:578: multiple definition of `alFilterfv'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x88): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(filter.cpp.o): in function `alGetFilteri':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/filter.cpp:601: multiple definition of `alGetFilteri'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x90): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(filter.cpp.o): in function `alGetFilteriv':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/filter.cpp:629: multiple definition of `alGetFilteriv'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0x98): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(filter.cpp.o): in function `alGetFilterf':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/filter.cpp:659: multiple definition of `alGetFilterf'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0xa0): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libopenal.a(filter.cpp.o): in function `alGetFilterfv':
/home/steam/Work/vcpkg/buildtrees/openal-soft/src/4134b52208-416419de15.clean/al/filter.cpp:682: multiple definition of `alGetFilterfv'; CMakeFiles/croftengine.dir/audio/loadefx.cpp.o:(.bss+0xa8): first defined here
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(asrc_sinc.o): in function `config_output':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/asrc_sinc.c:399: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/asrc_sinc.c:400: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(asrc_sinc.o): in function `fir_to_phase':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/asrc_sinc.c:238: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/asrc_sinc.c:239: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/asrc_sinc.c:241: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/asrc_sinc.c:242: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/asrc_sinc.c:248: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/asrc_sinc.c:272: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/asrc_sinc.c:281: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/asrc_sinc.c:295: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/asrc_sinc.c:272: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(asrc_sinc.o):/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/asrc_sinc.c:281: more undefined references to `av_rdft_calc' follow
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(asrc_sinc.o): in function `uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/asrc_sinc.c:411: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/asrc_sinc.c:412: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(avf_showcqt.o): in function `common_uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showcqt.c:147: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(avf_showcqt.o): in function `plot_cqt':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showcqt.c:1151: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showcqt.c:1152: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(avf_showcqt.o): in function `config_output':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showcqt.c:1383: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(avf_showfreqs.o): in function `config_output':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showfreqs.c:181: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showfreqs.c:182: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(avf_showfreqs.o): in function `plot_freqs':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showfreqs.c:399: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showfreqs.c:400: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(avf_showfreqs.o): in function `uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showfreqs.c:529: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(avf_showspatial.o): in function `run_channel_fft':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspatial.c:146: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspatial.c:147: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(avf_showspatial.o): in function `config_output':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspatial.c:176: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspatial.c:176: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspatial.c:180: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspatial.c:180: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(avf_showspatial.o): in function `uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspatial.c:97: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspatial.c:97: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspatial.c:99: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspatial.c:99: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(avf_showspectrum.o): in function `run_channel_fft':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspectrum.c:440: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspectrum.c:441: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspectrum.c:443: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspectrum.c:444: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspectrum.c:456: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspectrum.c:457: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspectrum.c:470: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspectrum.c:471: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(avf_showspectrum.o): in function `config_output':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspectrum.c:1062: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspectrum.c:1059: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspectrum.c:1069: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspectrum.c:1071: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(avf_showspectrum.o): in function `uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspectrum.c:308: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/avf_showspectrum.c:313: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(f_sendcmd.o): in function `init':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/f_sendcmd.c:415: undefined reference to `av_file_map'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/f_sendcmd.c:423: undefined reference to `av_file_unmap'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/f_sendcmd.c:428: undefined reference to `av_file_unmap'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vaf_spectrumsynth.o): in function `synth_window':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vaf_spectrumsynth.c:342: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vaf_spectrumsynth.c:343: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vaf_spectrumsynth.o): in function `config_output':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vaf_spectrumsynth.c:190: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vaf_spectrumsynth.o): in function `uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vaf_spectrumsynth.c:502: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_bm3d.o): in function `config_input':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_bm3d.c:808: undefined reference to `av_dct_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_bm3d.c:809: undefined reference to `av_dct_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_bm3d.c:814: undefined reference to `av_dct_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_bm3d.c:815: undefined reference to `av_dct_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_bm3d.o): in function `final_block_filtering':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_bm3d.c:544: undefined reference to `av_dct_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_bm3d.c:545: undefined reference to `av_dct_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_bm3d.c:553: undefined reference to `av_dct_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_bm3d.c:554: undefined reference to `av_dct_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_bm3d.c:572: undefined reference to `av_dct_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_bm3d.o):/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_bm3d.c:573: more undefined references to `av_dct_calc' follow
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_bm3d.o): in function `uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_bm3d.c:1031: undefined reference to `av_dct_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_bm3d.c:1032: undefined reference to `av_dct_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_bm3d.c:1033: undefined reference to `av_dct_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_bm3d.c:1034: undefined reference to `av_dct_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_convolve.o): in function `config_output':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_convolve.c:549: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_convolve.c:550: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_convolve.o): in function `ifft_horizontal':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_convolve.c:322: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_convolve.c:323: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_convolve.o): in function `ifft_vertical':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_convolve.c:298: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_convolve.c:299: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_convolve.o): in function `fft_vertical':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_convolve.c:278: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_convolve.c:279: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_convolve.o): in function `fft_horizontal':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_convolve.c:178: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_convolve.c:179: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_convolve.o): in function `uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_convolve.c:592: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_convolve.c:594: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_curves.o): in function `parse_psfile':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_curves.c:366: undefined reference to `av_file_map'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_curves.c:407: undefined reference to `av_file_unmap'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_deshake.o): in function `filter_frame':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_deshake.c:434: undefined reference to `av_pixelutils_get_sad_fn'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_fftdnoiz.o): in function `import_plane':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftdnoiz.c:283: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftdnoiz.c:284: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftdnoiz.c:303: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftdnoiz.c:304: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_fftdnoiz.o): in function `export_plane':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftdnoiz.c:349: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftdnoiz.c:350: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftdnoiz.c:361: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftdnoiz.c:362: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_fftdnoiz.o): in function `uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftdnoiz.c:660: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftdnoiz.c:661: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_fftdnoiz.o): in function `init':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftdnoiz.c:102: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftdnoiz.c:103: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_fftfilt.o): in function `irdft_horizontal16':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftfilt.c:202: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_fftfilt.o): in function `rdft_horizontal16':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftfilt.c:146: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_fftfilt.o): in function `irdft_horizontal8':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftfilt.c:184: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_fftfilt.o): in function `config_props':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftfilt.c:291: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftfilt.c:293: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftfilt.c:303: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftfilt.c:305: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_fftfilt.o): in function `rdft_vertical':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftfilt.c:162: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_fftfilt.o): in function `irdft_vertical':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftfilt.c:170: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_fftfilt.o): in function `rdft_horizontal8':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftfilt.c:129: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_fftfilt.o): in function `uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftfilt.c:381: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftfilt.c:382: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftfilt.c:383: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_fftfilt.c:384: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vsrc_cellauto.o): in function `uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vsrc_cellauto.c:213: undefined reference to `av_file_unmap'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vsrc_cellauto.o): in function `init_pattern_from_file':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vsrc_cellauto.c:148: undefined reference to `av_file_map'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vsrc_life.o): in function `uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vsrc_life.c:274: undefined reference to `av_file_unmap'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vsrc_life.o): in function `init_pattern_from_file':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vsrc_life.c:169: undefined reference to `av_file_map'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_afftdn.o): in function `sample_noise_block':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftdn.c:950: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftdn.c:951: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_afftdn.o): in function `config_input':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftdn.c:731: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftdn.c:732: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_afftdn.o): in function `filter_channel':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftdn.c:1119: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftdn.c:1120: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftdn.c:1129: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftdn.c:1130: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_afftdn.o): in function `uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftdn.c:1334: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftdn.c:1336: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_afftfilt.o): in function `filter_frame':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftfilt.c:278: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftfilt.c:279: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftfilt.c:308: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftfilt.c:309: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_afftfilt.o): in function `config_input':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftfilt.c:136: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftfilt.c:137: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_afftfilt.o): in function `uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftfilt.c:437: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afftfilt.c:438: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_afir.o): in function `fir_quantum':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afir.c:142: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afir.c:161: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_afir.o): in function `convert_coeffs':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afir.c:582: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_afir.o): in function `init_segment':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afir.c:402: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afir.c:403: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_afir.o): in function `uninit_segment':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afir.c:426: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_afir.c:433: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_atempo.o): in function `yae_xcorr_via_rdft':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_atempo.c:626: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_atempo.o): in function `yae_release_buffers':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_atempo.c:238: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_atempo.c:241: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_atempo.o): in function `yae_reset':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_atempo.c:295: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_atempo.c:298: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_atempo.c:301: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_atempo.c:307: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_atempo.o): in function `yae_apply':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_atempo.c:836: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_atempo.c:868: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_atempo.o): in function `yae_flush':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_atempo.c:932: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_firequalizer.o): in function `fast_convolute':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:224: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:233: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_firequalizer.o):/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:261: more undefined references to `av_rdft_calc' follow
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_firequalizer.o): in function `common_uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:152: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:153: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:154: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:155: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:156: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:157: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:158: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_firequalizer.o): in function `fast_convolute2':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:306: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:307: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:327: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:328: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_firequalizer.o): in function `generate_kernel':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:671: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:721: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_firequalizer.o): in function `dump_fir':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:392: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_firequalizer.o): in function `generate_min_phase_kernel':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:564: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:574: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_firequalizer.o):/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:580: more undefined references to `av_rdft_calc' follow
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_firequalizer.o): in function `config_input':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:783: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:783: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:797: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:798: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:819: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_firequalizer.o):/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:823: more undefined references to `av_rdft_init' follow
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_firequalizer.o): in function `config_input':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_firequalizer.c:786: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_headphone.o): in function `headphone_fast_convolute':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:267: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:268: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:279: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:280: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_headphone.o): in function `convert_coeffs':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:372: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:373: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:374: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:375: undefined reference to `av_fft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:488: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:489: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:490: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:491: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:456: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:457: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:458: undefined reference to `av_fft_permute'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:459: undefined reference to `av_fft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_headphone.o): in function `uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:698: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:699: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:700: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_headphone.c:701: undefined reference to `av_fft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_superequalizer.o): in function `filter_frame':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_superequalizer.c:212: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_superequalizer.c:226: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_superequalizer.o): in function `make_fir':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_superequalizer.c:179: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_superequalizer.c:179: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_superequalizer.o): in function `uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_superequalizer.c:328: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_superequalizer.o): in function `equ_init':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_superequalizer.c:139: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_superequalizer.c:140: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_superequalizer.o): in function `uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_superequalizer.c:329: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_surround.o): in function `fft_channel':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_surround.c:1545: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_surround.o): in function `ifft_channel':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_surround.c:1558: undefined reference to `av_rdft_calc'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_surround.o): in function `config_output':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_surround.c:272: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_surround.o): in function `config_input':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_surround.c:209: undefined reference to `av_rdft_init'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(af_surround.o): in function `uninit':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_surround.c:1677: undefined reference to `av_rdft_end'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/af_surround.c:1680: undefined reference to `av_rdft_end'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `main':
croftengine.cpp:(.text+0x77): undefined reference to `boost::log::v2_mt_posix::trivial::logger::get()'
/usr/bin/ld: croftengine.cpp:(.text+0x10a): undefined reference to `boost::log::v2_mt_posix::trivial::logger::get()'
/usr/bin/ld: croftengine.cpp:(.text+0x355): undefined reference to `boost::log::v2_mt_posix::trivial::logger::get()'
/usr/bin/ld: croftengine.cpp:(.text+0x3f2): undefined reference to `boost::log::v2_mt_posix::trivial::logger::get()'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::add_common_attributes()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix21add_common_attributesEv[_ZN5boost3log11v2_mt_posix21add_common_attributesEv]+0x1a): undefined reference to `boost::log::v2_mt_posix::core::get()'
/usr/bin/ld: croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix21add_common_attributesEv[_ZN5boost3log11v2_mt_posix21add_common_attributesEv]+0x32): undefined reference to `boost::log::v2_mt_posix::aux::default_attribute_names::line_id()'
/usr/bin/ld: croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix21add_common_attributesEv[_ZN5boost3log11v2_mt_posix21add_common_attributesEv]+0x71): undefined reference to `boost::log::v2_mt_posix::core::add_global_attribute(boost::log::v2_mt_posix::attribute_name const&, boost::log::v2_mt_posix::attribute const&)'
/usr/bin/ld: croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix21add_common_attributesEv[_ZN5boost3log11v2_mt_posix21add_common_attributesEv]+0xb5): undefined reference to `boost::log::v2_mt_posix::aux::default_attribute_names::timestamp()'
/usr/bin/ld: croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix21add_common_attributesEv[_ZN5boost3log11v2_mt_posix21add_common_attributesEv]+0xeb): undefined reference to `boost::log::v2_mt_posix::core::add_global_attribute(boost::log::v2_mt_posix::attribute_name const&, boost::log::v2_mt_posix::attribute const&)'
/usr/bin/ld: croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix21add_common_attributesEv[_ZN5boost3log11v2_mt_posix21add_common_attributesEv]+0x12f): undefined reference to `boost::log::v2_mt_posix::aux::default_attribute_names::process_id()'
/usr/bin/ld: croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix21add_common_attributesEv[_ZN5boost3log11v2_mt_posix21add_common_attributesEv]+0x165): undefined reference to `boost::log::v2_mt_posix::core::add_global_attribute(boost::log::v2_mt_posix::attribute_name const&, boost::log::v2_mt_posix::attribute const&)'
/usr/bin/ld: croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix21add_common_attributesEv[_ZN5boost3log11v2_mt_posix21add_common_attributesEv]+0x1a9): undefined reference to `boost::log::v2_mt_posix::aux::default_attribute_names::thread_id()'
/usr/bin/ld: croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix21add_common_attributesEv[_ZN5boost3log11v2_mt_posix21add_common_attributesEv]+0x1eb): undefined reference to `boost::log::v2_mt_posix::core::add_global_attribute(boost::log::v2_mt_posix::attribute_name const&, boost::log::v2_mt_posix::attribute const&)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::record boost::log::v2_mt_posix::sources::basic_composite_logger<char, boost::log::v2_mt_posix::sources::severity_logger_mt<boost::log::v2_mt_posix::trivial::severity_level>, boost::log::v2_mt_posix::sources::multi_thread_model<boost::log::v2_mt_posix::aux::light_rw_mutex>, boost::log::v2_mt_posix::sources::features<boost::log::v2_mt_posix::sources::severity<boost::log::v2_mt_posix::trivial::severity_level> > >::open_record<boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::severity, boost::log::v2_mt_posix::trivial::severity_level const> > >(boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::severity, boost::log::v2_mt_posix::trivial::severity_level const> > const&)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix7sources22basic_composite_loggerIcNS2_18severity_logger_mtINS1_7trivial14severity_levelEEENS2_18multi_thread_modelINS1_3aux14light_rw_mutexEEENS2_8featuresIJNS2_8severityIS6_EEEEEE11open_recordINS_9parameter3aux25tagged_argument_list_of_1INSJ_15tagged_argumentINS1_8keywords3tag8severityEKS6_EEEEEENS1_6recordERKT_[_ZN5boost3log11v2_mt_posix7sources22basic_composite_loggerIcNS2_18severity_logger_mtINS1_7trivial14severity_levelEEENS2_18multi_thread_modelINS1_3aux14light_rw_mutexEEENS2_8featuresIJNS2_8severityIS6_EEEEEE11open_recordINS_9parameter3aux25tagged_argument_list_of_1INSJ_15tagged_argumentINS1_8keywords3tag8severityEKS6_EEEEEENS1_6recordERKT_]+0x41): undefined reference to `boost::log::v2_mt_posix::core::get_logging_enabled() const'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attributes::counter<unsigned int>::counter(unsigned int, unsigned int)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes7counterIjEC2Ejj[_ZN5boost3log11v2_mt_posix10attributes7counterIjEC2Ejj]+0x20): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator new(unsigned long)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attributes::basic_clock<boost::log::v2_mt_posix::attributes::local_time_traits>::basic_clock()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes11basic_clockINS2_17local_time_traitsEEC2Ev[_ZN5boost3log11v2_mt_posix10attributes11basic_clockINS2_17local_time_traitsEEC2Ev]+0x1a): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator new(unsigned long)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attributes::current_process_id::current_process_id()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes18current_process_idC2Ev[_ZN5boost3log11v2_mt_posix10attributes18current_process_idC2Ev]+0x15): undefined reference to `boost::log::v2_mt_posix::aux::this_process::get_id()'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attributes::current_thread_id::current_thread_id()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes17current_thread_idC2Ev[_ZN5boost3log11v2_mt_posix10attributes17current_thread_idC2Ev]+0x1a): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator new(unsigned long)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attributes::counter<unsigned int>::impl::~impl()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes7counterIjE4implD0Ev[_ZN5boost3log11v2_mt_posix10attributes7counterIjE4implD0Ev]+0x29): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attribute_value boost::log::v2_mt_posix::attributes::make_attribute_value<unsigned int&>(unsigned int&)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes20make_attribute_valueIRjEENS1_15attribute_valueEOT_[_ZN5boost3log11v2_mt_posix10attributes20make_attribute_valueIRjEENS1_15attribute_valueEOT_]+0x24): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator new(unsigned long)'
/usr/bin/ld: croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes20make_attribute_valueIRjEENS1_15attribute_valueEOT_[_ZN5boost3log11v2_mt_posix10attributes20make_attribute_valueIRjEENS1_15attribute_valueEOT_]+0x95): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attributes::attribute_value_impl<unsigned int>::~attribute_value_impl()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes20attribute_value_implIjED0Ev[_ZN5boost3log11v2_mt_posix10attributes20attribute_value_implIjED0Ev]+0x29): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attributes::basic_clock<boost::log::v2_mt_posix::attributes::local_time_traits>::impl::~impl()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes11basic_clockINS2_17local_time_traitsEE4implD0Ev[_ZN5boost3log11v2_mt_posix10attributes11basic_clockINS2_17local_time_traitsEE4implD0Ev]+0x29): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attributes::basic_clock<boost::log::v2_mt_posix::attributes::local_time_traits>::impl::get_value()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes11basic_clockINS2_17local_time_traitsEE4impl9get_valueEv[_ZN5boost3log11v2_mt_posix10attributes11basic_clockINS2_17local_time_traitsEE4impl9get_valueEv]+0x24): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator new(unsigned long)'
/usr/bin/ld: croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes11basic_clockINS2_17local_time_traitsEE4impl9get_valueEv[_ZN5boost3log11v2_mt_posix10attributes11basic_clockINS2_17local_time_traitsEE4impl9get_valueEv]+0x9c): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attributes::attribute_value_impl<boost::posix_time::ptime>::~attribute_value_impl()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes20attribute_value_implINS_10posix_time5ptimeEED0Ev[_ZN5boost3log11v2_mt_posix10attributes20attribute_value_implINS_10posix_time5ptimeEED0Ev]+0x29): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attributes::constant<boost::log::v2_mt_posix::aux::id<boost::log::v2_mt_posix::aux::process> >::constant(boost::log::v2_mt_posix::aux::id<boost::log::v2_mt_posix::aux::process>&&)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes8constantINS1_3aux2idINS4_7processEEEEC2EOS7_[_ZN5boost3log11v2_mt_posix10attributes8constantINS1_3aux2idINS4_7processEEEEC2EOS7_]+0x1e): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator new(unsigned long)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attributes::constant<boost::log::v2_mt_posix::aux::id<boost::log::v2_mt_posix::aux::process> >::impl::~impl()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes8constantINS1_3aux2idINS4_7processEEEE4implD0Ev[_ZN5boost3log11v2_mt_posix10attributes8constantINS1_3aux2idINS4_7processEEEE4implD0Ev]+0x29): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attributes::attribute_value_impl<boost::log::v2_mt_posix::aux::id<boost::log::v2_mt_posix::aux::process> >::~attribute_value_impl()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes20attribute_value_implINS1_3aux2idINS4_7processEEEED0Ev[_ZN5boost3log11v2_mt_posix10attributes20attribute_value_implINS1_3aux2idINS4_7processEEEED0Ev]+0x29): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attributes::current_thread_id::impl::~impl()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes17current_thread_id4implD0Ev[_ZN5boost3log11v2_mt_posix10attributes17current_thread_id4implD0Ev]+0x29): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attributes::current_thread_id::impl::dispatch(boost::log::v2_mt_posix::type_dispatcher&)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes17current_thread_id4impl8dispatchERNS1_15type_dispatcherE[_ZN5boost3log11v2_mt_posix10attributes17current_thread_id4impl8dispatchERNS1_15type_dispatcherE]+0x42): undefined reference to `boost::log::v2_mt_posix::aux::this_thread::get_id()'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attributes::current_thread_id::impl::detach_from_thread()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes17current_thread_id4impl18detach_from_threadEv[_ZN5boost3log11v2_mt_posix10attributes17current_thread_id4impl18detach_from_threadEv]+0x24): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator new(unsigned long)'
/usr/bin/ld: croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes17current_thread_id4impl18detach_from_threadEv[_ZN5boost3log11v2_mt_posix10attributes17current_thread_id4impl18detach_from_threadEv]+0x34): undefined reference to `boost::log::v2_mt_posix::aux::this_thread::get_id()'
/usr/bin/ld: croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes17current_thread_id4impl18detach_from_threadEv[_ZN5boost3log11v2_mt_posix10attributes17current_thread_id4impl18detach_from_threadEv]+0x83): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attributes::attribute_value_impl<boost::log::v2_mt_posix::aux::id<boost::log::v2_mt_posix::aux::thread> >::~attribute_value_impl()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix10attributes20attribute_value_implINS1_3aux2idINS4_6threadEEEED0Ev[_ZN5boost3log11v2_mt_posix10attributes20attribute_value_implINS1_3aux2idINS4_6threadEEEED0Ev]+0x29): undefined reference to `boost::log::v2_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::shared_ptr<boost::log::v2_mt_posix::sinks::synchronous_sink<boost::log::v2_mt_posix::sinks::basic_text_ostream_backend<char> > > boost::log::v2_mt_posix::aux::add_console_log<char, boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::format, char const* const> > >(std::basic_ostream<char, std::char_traits<char> >&, boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::format, char const* const> > const&)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix3aux15add_console_logIcNS_9parameter3aux25tagged_argument_list_of_1INS5_15tagged_argumentINS1_8keywords3tag6formatEKPKcEEEEEENS_10shared_ptrINS1_5sinks16synchronous_sinkINSH_26basic_text_ostream_backendIT_EEEEEERSt13basic_ostreamISK_St11char_traitsISK_EERKT0_[_ZN5boost3log11v2_mt_posix3aux15add_console_logIcNS_9parameter3aux25tagged_argument_list_of_1INS5_15tagged_argumentINS1_8keywords3tag6formatEKPKcEEEEEENS_10shared_ptrINS1_5sinks16synchronous_sinkINSH_26basic_text_ostream_backendIT_EEEEEERSt13basic_ostreamISK_St11char_traitsISK_EERKT0_]+0x5b): undefined reference to `boost::log::v2_mt_posix::sinks::basic_text_ostream_backend<char>::add_stream(boost::shared_ptr<std::ostream> const&)'
/usr/bin/ld: croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix3aux15add_console_logIcNS_9parameter3aux25tagged_argument_list_of_1INS5_15tagged_argumentINS1_8keywords3tag6formatEKPKcEEEEEENS_10shared_ptrINS1_5sinks16synchronous_sinkINSH_26basic_text_ostream_backendIT_EEEEEERSt13basic_ostreamISK_St11char_traitsISK_EERKT0_[_ZN5boost3log11v2_mt_posix3aux15add_console_logIcNS_9parameter3aux25tagged_argument_list_of_1INS5_15tagged_argumentINS1_8keywords3tag6formatEKPKcEEEEEENS_10shared_ptrINS1_5sinks16synchronous_sinkINSH_26basic_text_ostream_backendIT_EEEEEERSt13basic_ostreamISK_St11char_traitsISK_EERKT0_]+0xbc): undefined reference to `boost::log::v2_mt_posix::core::get()'
/usr/bin/ld: croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix3aux15add_console_logIcNS_9parameter3aux25tagged_argument_list_of_1INS5_15tagged_argumentINS1_8keywords3tag6formatEKPKcEEEEEENS_10shared_ptrINS1_5sinks16synchronous_sinkINSH_26basic_text_ostream_backendIT_EEEEEERSt13basic_ostreamISK_St11char_traitsISK_EERKT0_[_ZN5boost3log11v2_mt_posix3aux15add_console_logIcNS_9parameter3aux25tagged_argument_list_of_1INS5_15tagged_argumentINS1_8keywords3tag6formatEKPKcEEEEEENS_10shared_ptrINS1_5sinks16synchronous_sinkINSH_26basic_text_ostream_backendIT_EEEEEERSt13basic_ostreamISK_St11char_traitsISK_EERKT0_]+0xfe): undefined reference to `boost::log::v2_mt_posix::core::add_sink(boost::shared_ptr<boost::log::v2_mt_posix::sinks::sink> const&)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::detail::sp_ms_deleter<boost::log::v2_mt_posix::sinks::basic_text_ostream_backend<char> >::destroy()':
croftengine.cpp:(.text._ZN5boost6detail13sp_ms_deleterINS_3log11v2_mt_posix5sinks26basic_text_ostream_backendIcEEE7destroyEv[_ZN5boost6detail13sp_ms_deleterINS_3log11v2_mt_posix5sinks26basic_text_ostream_backendIcEEE7destroyEv]+0x30): undefined reference to `boost::log::v2_mt_posix::sinks::basic_text_ostream_backend<char>::~basic_text_ostream_backend()'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `void boost::log::v2_mt_posix::sinks::basic_text_ostream_backend<char>::construct<boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::format, char const* const> > >(boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::format, char const* const> > const&)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix5sinks26basic_text_ostream_backendIcE9constructINS_9parameter3aux25tagged_argument_list_of_1INS7_15tagged_argumentINS1_8keywords3tag6formatEKPKcEEEEEEvRKT_[_ZN5boost3log11v2_mt_posix5sinks26basic_text_ostream_backendIcE9constructINS_9parameter3aux25tagged_argument_list_of_1INS7_15tagged_argumentINS1_8keywords3tag6formatEKPKcEEEEEEvRKT_]+0x90): undefined reference to `boost::log::v2_mt_posix::sinks::basic_text_ostream_backend<char>::construct(boost::log::v2_mt_posix::sinks::auto_newline_mode, bool)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::expressions::tag::message::get_name()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix11expressions3tag7message8get_nameEv[_ZN5boost3log11v2_mt_posix11expressions3tag7message8get_nameEv]+0x9): undefined reference to `boost::log::v2_mt_posix::aux::default_attribute_names::message()'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::visitation_result boost::log::v2_mt_posix::value_visitor_invoker<boost::mpl::vector2<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > >, boost::log::v2_mt_posix::fallback_to_none>::operator()<boost::log::v2_mt_posix::binder1st<boost::log::v2_mt_posix::output_fun, boost::log::v2_mt_posix::expressions::aux::stream_ref<boost::log::v2_mt_posix::basic_formatting_ostream<char, std::char_traits<char>, std::allocator<char> > >&> >(boost::log::v2_mt_posix::attribute_name const&, boost::log::v2_mt_posix::attribute_value_set const&, boost::log::v2_mt_posix::binder1st<boost::log::v2_mt_posix::output_fun, boost::log::v2_mt_posix::expressions::aux::stream_ref<boost::log::v2_mt_posix::basic_formatting_ostream<char, std::char_traits<char>, std::allocator<char> > >&>) const':
croftengine.cpp:(.text._ZNK5boost3log11v2_mt_posix21value_visitor_invokerINS_3mpl7vector2INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS6_IwS7_IwESaIwEEEEENS1_16fallback_to_noneEEclINS1_9binder1stINS1_10output_funERNS1_11expressions3aux10stream_refINS1_24basic_formatting_ostreamIcS8_S9_EEEEEEEENS1_17visitation_resultERKNS1_14attribute_nameERKNS1_19attribute_value_setET_[_ZNK5boost3log11v2_mt_posix21value_visitor_invokerINS_3mpl7vector2INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS6_IwS7_IwESaIwEEEEENS1_16fallback_to_noneEEclINS1_9binder1stINS1_10output_funERNS1_11expressions3aux10stream_refINS1_24basic_formatting_ostreamIcS8_S9_EEEEEEEENS1_17visitation_resultERKNS1_14attribute_nameERKNS1_19attribute_value_setET_]+0x39): undefined reference to `boost::log::v2_mt_posix::attribute_value_set::find(boost::log::v2_mt_posix::attribute_name) const'
/usr/bin/ld: croftengine.cpp:(.text._ZNK5boost3log11v2_mt_posix21value_visitor_invokerINS_3mpl7vector2INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS6_IwS7_IwESaIwEEEEENS1_16fallback_to_noneEEclINS1_9binder1stINS1_10output_funERNS1_11expressions3aux10stream_refINS1_24basic_formatting_ostreamIcS8_S9_EEEEEEEENS1_17visitation_resultERKNS1_14attribute_nameERKNS1_19attribute_value_setET_[_ZNK5boost3log11v2_mt_posix21value_visitor_invokerINS_3mpl7vector2INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS6_IwS7_IwESaIwEEEEENS1_16fallback_to_noneEEclINS1_9binder1stINS1_10output_funERNS1_11expressions3aux10stream_refINS1_24basic_formatting_ostreamIcS8_S9_EEEEEEEENS1_17visitation_resultERKNS1_14attribute_nameERKNS1_19attribute_value_setET_]+0x6b): undefined reference to `boost::log::v2_mt_posix::attribute_value_set::end() const'
/usr/bin/ld: croftengine.cpp:(.text._ZNK5boost3log11v2_mt_posix21value_visitor_invokerINS_3mpl7vector2INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS6_IwS7_IwESaIwEEEEENS1_16fallback_to_noneEEclINS1_9binder1stINS1_10output_funERNS1_11expressions3aux10stream_refINS1_24basic_formatting_ostreamIcS8_S9_EEEEEEEENS1_17visitation_resultERKNS1_14attribute_nameERKNS1_19attribute_value_setET_[_ZNK5boost3log11v2_mt_posix21value_visitor_invokerINS_3mpl7vector2INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS6_IwS7_IwESaIwEEEEENS1_16fallback_to_noneEEclINS1_9binder1stINS1_10output_funERNS1_11expressions3aux10stream_refINS1_24basic_formatting_ostreamIcS8_S9_EEEEEEEENS1_17visitation_resultERKNS1_14attribute_nameERKNS1_19attribute_value_setET_]+0x191): undefined reference to `boost::log::v2_mt_posix::aux::attach_attribute_name_info(boost::exception&, boost::log::v2_mt_posix::attribute_name const&)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::array<std::pair<boost::typeindex::stl_type_index, void*>, 2ul> const& boost::log::v2_mt_posix::aux::type_sequence_dispatcher<boost::mpl::vector2<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > >::get_dispatching_map<boost::log::v2_mt_posix::binder1st<boost::log::v2_mt_posix::output_fun, boost::log::v2_mt_posix::expressions::aux::stream_ref<boost::log::v2_mt_posix::basic_formatting_ostream<char, std::char_traits<char>, std::allocator<char> > >&> >()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix3aux24type_sequence_dispatcherINS_3mpl7vector2INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS7_IwS8_IwESaIwEEEEEE19get_dispatching_mapINS1_9binder1stINS1_10output_funERNS1_11expressions3aux10stream_refINS1_24basic_formatting_ostreamIcS9_SA_EEEEEEEERKNS_5arrayISt4pairINS_9typeindex14stl_type_indexEPvELm2EEEv[_ZN5boost3log11v2_mt_posix3aux24type_sequence_dispatcherINS_3mpl7vector2INSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS7_IwS8_IwESaIwEEEEEE19get_dispatching_mapINS1_9binder1stINS1_10output_funERNS1_11expressions3aux10stream_refINS1_24basic_formatting_ostreamIcS9_SA_EEEEEEEERKNS_5arrayISt4pairINS_9typeindex14stl_type_indexEPvELm2EEEv]+0x1e0): undefined reference to `boost::log::v2_mt_posix::aux::once_block_sentry::commit()'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::aux::once_block_sentry::executed() const':
croftengine.cpp:(.text._ZNK5boost3log11v2_mt_posix3aux17once_block_sentry8executedEv[_ZNK5boost3log11v2_mt_posix3aux17once_block_sentry8executedEv]+0x2f): undefined reference to `boost::log::v2_mt_posix::aux::once_block_sentry::enter_once_block() const'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::aux::once_block_sentry::~once_block_sentry()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix3aux17once_block_sentryD2Ev[_ZN5boost3log11v2_mt_posix3aux17once_block_sentryD2Ev]+0x28): undefined reference to `boost::log::v2_mt_posix::aux::once_block_sentry::rollback()'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `_ZN5boost3log11v2_mt_posix3aux12code_convertIwcSt11char_traitsIcESaIcEEENS_11enable_if_cIXaaaasr17is_character_typeIT_EE5valuesr17is_character_typeIT0_EE5valuenestS8_stS9_EbE4typeEPKS8_mRNSt7__cxx1112basic_stringIS9_T1_T2_EEmRKSt6locale':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix3aux12code_convertIwcSt11char_traitsIcESaIcEEENS_11enable_if_cIXaaaasr17is_character_typeIT_EE5valuesr17is_character_typeIT0_EE5valuenestS8_stS9_EbE4typeEPKS8_mRNSt7__cxx1112basic_stringIS9_T1_T2_EEmRKSt6locale[_ZN5boost3log11v2_mt_posix3aux12code_convertIwcSt11char_traitsIcESaIcEEENS_11enable_if_cIXaaaasr17is_character_typeIT_EE5valuesr17is_character_typeIT0_EE5valuenestS8_stS9_EbE4typeEPKS8_mRNSt7__cxx1112basic_stringIS9_T1_T2_EEmRKSt6locale]+0x31): undefined reference to `boost::log::v2_mt_posix::aux::code_convert_impl(wchar_t const*, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long, std::locale const&)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `void boost::log::v2_mt_posix::sinks::basic_formatting_sink_frontend<char>::feed_record<boost::recursive_mutex, boost::log::v2_mt_posix::sinks::basic_text_ostream_backend<char> >(boost::log::v2_mt_posix::record_view const&, boost::recursive_mutex&, boost::log::v2_mt_posix::sinks::basic_text_ostream_backend<char>&)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix5sinks30basic_formatting_sink_frontendIcE11feed_recordINS_15recursive_mutexENS2_26basic_text_ostream_backendIcEEEEvRKNS1_11record_viewERT_RT0_[_ZN5boost3log11v2_mt_posix5sinks30basic_formatting_sink_frontendIcE11feed_recordINS_15recursive_mutexENS2_26basic_text_ostream_backendIcEEEEvRKNS1_11record_viewERT_RT0_]+0x56e): undefined reference to `boost::log::v2_mt_posix::sinks::basic_text_ostream_backend<char>::consume(boost::log::v2_mt_posix::record_view const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `void boost::log::v2_mt_posix::sinks::basic_formatting_sink_frontend<char>::feed_record<boost::log::v2_mt_posix::aux::fake_mutex, boost::log::v2_mt_posix::sinks::basic_text_ostream_backend<char> >(boost::log::v2_mt_posix::record_view const&, boost::log::v2_mt_posix::aux::fake_mutex&, boost::log::v2_mt_posix::sinks::basic_text_ostream_backend<char>&)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix5sinks30basic_formatting_sink_frontendIcE11feed_recordINS1_3aux10fake_mutexENS2_26basic_text_ostream_backendIcEEEEvRKNS1_11record_viewERT_RT0_[_ZN5boost3log11v2_mt_posix5sinks30basic_formatting_sink_frontendIcE11feed_recordINS1_3aux10fake_mutexENS2_26basic_text_ostream_backendIcEEEEvRKNS1_11record_viewERT_RT0_]+0x56e): undefined reference to `boost::log::v2_mt_posix::sinks::basic_text_ostream_backend<char>::consume(boost::log::v2_mt_posix::record_view const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `void boost::log::v2_mt_posix::sinks::basic_sink_frontend::flush_backend_impl<boost::recursive_mutex, boost::log::v2_mt_posix::sinks::basic_text_ostream_backend<char> >(boost::recursive_mutex&, boost::log::v2_mt_posix::sinks::basic_text_ostream_backend<char>&, boost::integral_constant<bool, true>)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix5sinks19basic_sink_frontend18flush_backend_implINS_15recursive_mutexENS2_26basic_text_ostream_backendIcEEEEvRT_RT0_NS_17integral_constantIbLb1EEE[_ZN5boost3log11v2_mt_posix5sinks19basic_sink_frontend18flush_backend_implINS_15recursive_mutexENS2_26basic_text_ostream_backendIcEEEEvRT_RT0_NS_17integral_constantIbLb1EEE]+0x33): undefined reference to `boost::log::v2_mt_posix::sinks::basic_text_ostream_backend<char>::flush()'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::basic_formatter<char> boost::log::v2_mt_posix::parse_formatter<char>(char const*)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix15parse_formatterIcEENS1_15basic_formatterIT_EEPKS4_[_ZN5boost3log11v2_mt_posix15parse_formatterIcEENS1_15basic_formatterIT_EEPKS4_]+0x4d): undefined reference to `boost::log::v2_mt_posix::basic_formatter<char> boost::log::v2_mt_posix::parse_formatter<char>(char const*, char const*)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::value_extractor<boost::log::v2_mt_posix::trivial::severity_level, boost::log::v2_mt_posix::fallback_to_none, boost::log::v2_mt_posix::trivial::tag::severity>::operator()(boost::log::v2_mt_posix::attribute_name const&, boost::log::v2_mt_posix::attribute_value_set const&) const':
croftengine.cpp:(.text._ZNK5boost3log11v2_mt_posix15value_extractorINS1_7trivial14severity_levelENS1_16fallback_to_noneENS3_3tag8severityEEclERKNS1_14attribute_nameERKNS1_19attribute_value_setE[_ZNK5boost3log11v2_mt_posix15value_extractorINS1_7trivial14severity_levelENS1_16fallback_to_noneENS3_3tag8severityEEclERKNS1_14attribute_nameERKNS1_19attribute_value_setE]+0x32): undefined reference to `boost::log::v2_mt_posix::attribute_value_set::find(boost::log::v2_mt_posix::attribute_name) const'
/usr/bin/ld: croftengine.cpp:(.text._ZNK5boost3log11v2_mt_posix15value_extractorINS1_7trivial14severity_levelENS1_16fallback_to_noneENS3_3tag8severityEEclERKNS1_14attribute_nameERKNS1_19attribute_value_setE[_ZNK5boost3log11v2_mt_posix15value_extractorINS1_7trivial14severity_levelENS1_16fallback_to_noneENS3_3tag8severityEEclERKNS1_14attribute_nameERKNS1_19attribute_value_setE]+0x58): undefined reference to `boost::log::v2_mt_posix::attribute_value_set::end() const'
/usr/bin/ld: croftengine.cpp:(.text._ZNK5boost3log11v2_mt_posix15value_extractorINS1_7trivial14severity_levelENS1_16fallback_to_noneENS3_3tag8severityEEclERKNS1_14attribute_nameERKNS1_19attribute_value_setE[_ZNK5boost3log11v2_mt_posix15value_extractorINS1_7trivial14severity_levelENS1_16fallback_to_noneENS3_3tag8severityEEclERKNS1_14attribute_nameERKNS1_19attribute_value_setE]+0x166): undefined reference to `boost::log::v2_mt_posix::aux::attach_attribute_name_info(boost::exception&, boost::log::v2_mt_posix::attribute_name const&)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::attribute_name::attribute_name(char const*)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix14attribute_nameC2EPKc[_ZN5boost3log11v2_mt_posix14attribute_nameC2EPKc]+0x1d): undefined reference to `boost::log::v2_mt_posix::attribute_name::get_id_from_string(char const*)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::shared_ptr<boost::log::v2_mt_posix::sinks::synchronous_sink<boost::log::v2_mt_posix::sinks::text_file_backend> > boost::log::v2_mt_posix::aux::add_file_log<boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::target, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::target, std::filesystem::__cxx11::path const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::max_files, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::max_files, int const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::auto_flush, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::auto_flush, bool const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::format, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::format, char const* const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::target_file_name, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::target_file_name, char const [19]>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::file_name, boost::parameter::aux::tagged_argument_rref<boost::log::v2_mt_posix::keywords::tag::file_name, std::filesystem::__cxx11::path>, std::integral_constant<bool, true> > > >(boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::target, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::target, std::filesystem::__cxx11::path const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::max_files, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::max_files, int const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::auto_flush, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::auto_flush, bool const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::format, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::format, char const* const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::target_file_name, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::target_file_name, char const [19]>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::file_name, boost::parameter::aux::tagged_argument_rref<boost::log::v2_mt_posix::keywords::tag::file_name, std::filesystem::__cxx11::path>, std::integral_constant<bool, true> > > const&)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix3aux12add_file_logINS_9parameter3aux18flat_like_arg_listIJNS5_19flat_like_arg_tupleINS1_8keywords3tag6targetENS5_15tagged_argumentISA_KNSt10filesystem7__cxx114pathEEESt17integral_constantIbLb1EEEENS7_INS9_9max_filesENSB_ISK_KiEESI_EENS7_INS9_10auto_flushENSB_ISO_KbEESI_EENS7_INS9_6formatENSB_ISS_KPKcEESI_EENS7_INS9_16target_file_nameENSB_ISY_A19_ST_EESI_EENS7_INS9_9file_nameENS5_20tagged_argument_rrefIS12_SE_EESI_EEEEEEENS_10shared_ptrINS1_5sinks16synchronous_sinkINS18_17text_file_backendEEEEERKT_[_ZN5boost3log11v2_mt_posix3aux12add_file_logINS_9parameter3aux18flat_like_arg_listIJNS5_19flat_like_arg_tupleINS1_8keywords3tag6targetENS5_15tagged_argumentISA_KNSt10filesystem7__cxx114pathEEESt17integral_constantIbLb1EEEENS7_INS9_9max_filesENSB_ISK_KiEESI_EENS7_INS9_10auto_flushENSB_ISO_KbEESI_EENS7_INS9_6formatENSB_ISS_KPKcEESI_EENS7_INS9_16target_file_nameENSB_ISY_A19_ST_EESI_EENS7_INS9_9file_nameENS5_20tagged_argument_rrefIS12_SE_EESI_EEEEEEENS_10shared_ptrINS1_5sinks16synchronous_sinkINS18_17text_file_backendEEEEERKT_]+0x6d): undefined reference to `boost::log::v2_mt_posix::sinks::text_file_backend::set_file_collector(boost::shared_ptr<boost::log::v2_mt_posix::sinks::file::collector> const&)'
/usr/bin/ld: croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix3aux12add_file_logINS_9parameter3aux18flat_like_arg_listIJNS5_19flat_like_arg_tupleINS1_8keywords3tag6targetENS5_15tagged_argumentISA_KNSt10filesystem7__cxx114pathEEESt17integral_constantIbLb1EEEENS7_INS9_9max_filesENSB_ISK_KiEESI_EENS7_INS9_10auto_flushENSB_ISO_KbEESI_EENS7_INS9_6formatENSB_ISS_KPKcEESI_EENS7_INS9_16target_file_nameENSB_ISY_A19_ST_EESI_EENS7_INS9_9file_nameENS5_20tagged_argument_rrefIS12_SE_EESI_EEEEEEENS_10shared_ptrINS1_5sinks16synchronous_sinkINS18_17text_file_backendEEEEERKT_[_ZN5boost3log11v2_mt_posix3aux12add_file_logINS_9parameter3aux18flat_like_arg_listIJNS5_19flat_like_arg_tupleINS1_8keywords3tag6targetENS5_15tagged_argumentISA_KNSt10filesystem7__cxx114pathEEESt17integral_constantIbLb1EEEENS7_INS9_9max_filesENSB_ISK_KiEESI_EENS7_INS9_10auto_flushENSB_ISO_KbEESI_EENS7_INS9_6formatENSB_ISS_KPKcEESI_EENS7_INS9_16target_file_nameENSB_ISY_A19_ST_EESI_EENS7_INS9_9file_nameENS5_20tagged_argument_rrefIS12_SE_EESI_EEEEEEENS_10shared_ptrINS1_5sinks16synchronous_sinkINS18_17text_file_backendEEEEERKT_]+0xf4): undefined reference to `boost::log::v2_mt_posix::sinks::text_file_backend::scan_for_files(boost::log::v2_mt_posix::sinks::file::scan_method, bool)'
/usr/bin/ld: croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix3aux12add_file_logINS_9parameter3aux18flat_like_arg_listIJNS5_19flat_like_arg_tupleINS1_8keywords3tag6targetENS5_15tagged_argumentISA_KNSt10filesystem7__cxx114pathEEESt17integral_constantIbLb1EEEENS7_INS9_9max_filesENSB_ISK_KiEESI_EENS7_INS9_10auto_flushENSB_ISO_KbEESI_EENS7_INS9_6formatENSB_ISS_KPKcEESI_EENS7_INS9_16target_file_nameENSB_ISY_A19_ST_EESI_EENS7_INS9_9file_nameENS5_20tagged_argument_rrefIS12_SE_EESI_EEEEEEENS_10shared_ptrINS1_5sinks16synchronous_sinkINS18_17text_file_backendEEEEERKT_[_ZN5boost3log11v2_mt_posix3aux12add_file_logINS_9parameter3aux18flat_like_arg_listIJNS5_19flat_like_arg_tupleINS1_8keywords3tag6targetENS5_15tagged_argumentISA_KNSt10filesystem7__cxx114pathEEESt17integral_constantIbLb1EEEENS7_INS9_9max_filesENSB_ISK_KiEESI_EENS7_INS9_10auto_flushENSB_ISO_KbEESI_EENS7_INS9_6formatENSB_ISS_KPKcEESI_EENS7_INS9_16target_file_nameENSB_ISY_A19_ST_EESI_EENS7_INS9_9file_nameENS5_20tagged_argument_rrefIS12_SE_EESI_EEEEEEENS_10shared_ptrINS1_5sinks16synchronous_sinkINS18_17text_file_backendEEEEERKT_]+0x172): undefined reference to `boost::log::v2_mt_posix::core::get()'
/usr/bin/ld: croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix3aux12add_file_logINS_9parameter3aux18flat_like_arg_listIJNS5_19flat_like_arg_tupleINS1_8keywords3tag6targetENS5_15tagged_argumentISA_KNSt10filesystem7__cxx114pathEEESt17integral_constantIbLb1EEEENS7_INS9_9max_filesENSB_ISK_KiEESI_EENS7_INS9_10auto_flushENSB_ISO_KbEESI_EENS7_INS9_6formatENSB_ISS_KPKcEESI_EENS7_INS9_16target_file_nameENSB_ISY_A19_ST_EESI_EENS7_INS9_9file_nameENS5_20tagged_argument_rrefIS12_SE_EESI_EEEEEEENS_10shared_ptrINS1_5sinks16synchronous_sinkINS18_17text_file_backendEEEEERKT_[_ZN5boost3log11v2_mt_posix3aux12add_file_logINS_9parameter3aux18flat_like_arg_listIJNS5_19flat_like_arg_tupleINS1_8keywords3tag6targetENS5_15tagged_argumentISA_KNSt10filesystem7__cxx114pathEEESt17integral_constantIbLb1EEEENS7_INS9_9max_filesENSB_ISK_KiEESI_EENS7_INS9_10auto_flushENSB_ISO_KbEESI_EENS7_INS9_6formatENSB_ISS_KPKcEESI_EENS7_INS9_16target_file_nameENSB_ISY_A19_ST_EESI_EENS7_INS9_9file_nameENS5_20tagged_argument_rrefIS12_SE_EESI_EEEEEEENS_10shared_ptrINS1_5sinks16synchronous_sinkINS18_17text_file_backendEEEEERKT_]+0x1b4): undefined reference to `boost::log::v2_mt_posix::core::add_sink(boost::shared_ptr<boost::log::v2_mt_posix::sinks::sink> const&)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::detail::sp_ms_deleter<boost::log::v2_mt_posix::sinks::text_file_backend>::destroy()':
croftengine.cpp:(.text._ZN5boost6detail13sp_ms_deleterINS_3log11v2_mt_posix5sinks17text_file_backendEE7destroyEv[_ZN5boost6detail13sp_ms_deleterINS_3log11v2_mt_posix5sinks17text_file_backendEE7destroyEv]+0x30): undefined reference to `boost::log::v2_mt_posix::sinks::text_file_backend::~text_file_backend()'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `void boost::log::v2_mt_posix::sinks::text_file_backend::construct<boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::target, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::target, std::filesystem::__cxx11::path const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::max_files, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::max_files, int const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::auto_flush, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::auto_flush, bool const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::format, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::format, char const* const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::target_file_name, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::target_file_name, char const [19]>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::file_name, boost::parameter::aux::tagged_argument_rref<boost::log::v2_mt_posix::keywords::tag::file_name, std::filesystem::__cxx11::path>, std::integral_constant<bool, true> > > >(boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::target, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::target, std::filesystem::__cxx11::path const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::max_files, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::max_files, int const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::auto_flush, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::auto_flush, bool const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::format, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::format, char const* const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::target_file_name, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::target_file_name, char const [19]>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::file_name, boost::parameter::aux::tagged_argument_rref<boost::log::v2_mt_posix::keywords::tag::file_name, std::filesystem::__cxx11::path>, std::integral_constant<bool, true> > > const&)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix5sinks17text_file_backend9constructINS_9parameter3aux18flat_like_arg_listIJNS6_19flat_like_arg_tupleINS1_8keywords3tag6targetENS6_15tagged_argumentISB_KNSt10filesystem7__cxx114pathEEESt17integral_constantIbLb1EEEENS8_INSA_9max_filesENSC_ISL_KiEESJ_EENS8_INSA_10auto_flushENSC_ISP_KbEESJ_EENS8_INSA_6formatENSC_IST_KPKcEESJ_EENS8_INSA_16target_file_nameENSC_ISZ_A19_SU_EESJ_EENS8_INSA_9file_nameENS6_20tagged_argument_rrefIS13_SF_EESJ_EEEEEEEvRKT_[_ZN5boost3log11v2_mt_posix5sinks17text_file_backend9constructINS_9parameter3aux18flat_like_arg_listIJNS6_19flat_like_arg_tupleINS1_8keywords3tag6targetENS6_15tagged_argumentISB_KNSt10filesystem7__cxx114pathEEESt17integral_constantIbLb1EEEENS8_INSA_9max_filesENSC_ISL_KiEESJ_EENS8_INSA_10auto_flushENSC_ISP_KbEESJ_EENS8_INSA_6formatENSC_IST_KPKcEESJ_EENS8_INSA_16target_file_nameENSC_ISZ_A19_SU_EESJ_EENS8_INSA_9file_nameENS6_20tagged_argument_rrefIS13_SF_EESJ_EEEEEEEvRKT_]+0x42f): undefined reference to `boost::log::v2_mt_posix::sinks::text_file_backend::construct(boost::filesystem::path const&, boost::filesystem::path const&, std::_Ios_Openmode, unsigned long, boost::log::v2_mt_posix::aux::light_function<bool ()> const&, boost::log::v2_mt_posix::sinks::auto_newline_mode, bool, bool)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::shared_ptr<boost::log::v2_mt_posix::sinks::file::collector> boost::log::v2_mt_posix::sinks::file::aux::make_collector<boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::target, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::target, std::filesystem::__cxx11::path const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::max_files, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::max_files, int const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::auto_flush, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::auto_flush, bool const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::format, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::format, char const* const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::target_file_name, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::target_file_name, char const [19]>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::file_name, boost::parameter::aux::tagged_argument_rref<boost::log::v2_mt_posix::keywords::tag::file_name, std::filesystem::__cxx11::path>, std::integral_constant<bool, true> > > >(boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::target, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::target, std::filesystem::__cxx11::path const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::max_files, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::max_files, int const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::auto_flush, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::auto_flush, bool const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::format, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::format, char const* const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::target_file_name, boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::target_file_name, char const [19]>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2_mt_posix::keywords::tag::file_name, boost::parameter::aux::tagged_argument_rref<boost::log::v2_mt_posix::keywords::tag::file_name, std::filesystem::__cxx11::path>, std::integral_constant<bool, true> > > const&)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix5sinks4file3aux14make_collectorINS_9parameter3aux18flat_like_arg_listIJNS7_19flat_like_arg_tupleINS1_8keywords3tag6targetENS7_15tagged_argumentISC_KNSt10filesystem7__cxx114pathEEESt17integral_constantIbLb1EEEENS9_INSB_9max_filesENSD_ISM_KiEESK_EENS9_INSB_10auto_flushENSD_ISQ_KbEESK_EENS9_INSB_6formatENSD_ISU_KPKcEESK_EENS9_INSB_16target_file_nameENSD_IS10_A19_SV_EESK_EENS9_INSB_9file_nameENS7_20tagged_argument_rrefIS14_SG_EESK_EEEEEEENS_10shared_ptrINS3_9collectorEEERKT_[_ZN5boost3log11v2_mt_posix5sinks4file3aux14make_collectorINS_9parameter3aux18flat_like_arg_listIJNS7_19flat_like_arg_tupleINS1_8keywords3tag6targetENS7_15tagged_argumentISC_KNSt10filesystem7__cxx114pathEEESt17integral_constantIbLb1EEEENS9_INSB_9max_filesENSD_ISM_KiEESK_EENS9_INSB_10auto_flushENSD_ISQ_KbEESK_EENS9_INSB_6formatENSD_ISU_KPKcEESK_EENS9_INSB_16target_file_nameENSD_IS10_A19_SV_EESK_EENS9_INSB_9file_nameENS7_20tagged_argument_rrefIS14_SG_EESK_EEEEEEENS_10shared_ptrINS3_9collectorEEERKT_]+0x1b6): undefined reference to `boost::log::v2_mt_posix::sinks::file::aux::make_collector(boost::filesystem::path const&, unsigned long, unsigned long, unsigned long)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `void boost::log::v2_mt_posix::sinks::basic_formatting_sink_frontend<char>::feed_record<boost::recursive_mutex, boost::log::v2_mt_posix::sinks::text_file_backend>(boost::log::v2_mt_posix::record_view const&, boost::recursive_mutex&, boost::log::v2_mt_posix::sinks::text_file_backend&)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix5sinks30basic_formatting_sink_frontendIcE11feed_recordINS_15recursive_mutexENS2_17text_file_backendEEEvRKNS1_11record_viewERT_RT0_[_ZN5boost3log11v2_mt_posix5sinks30basic_formatting_sink_frontendIcE11feed_recordINS_15recursive_mutexENS2_17text_file_backendEEEvRKNS1_11record_viewERT_RT0_]+0x56e): undefined reference to `boost::log::v2_mt_posix::sinks::text_file_backend::consume(boost::log::v2_mt_posix::record_view const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `void boost::log::v2_mt_posix::sinks::basic_formatting_sink_frontend<char>::feed_record<boost::log::v2_mt_posix::aux::fake_mutex, boost::log::v2_mt_posix::sinks::text_file_backend>(boost::log::v2_mt_posix::record_view const&, boost::log::v2_mt_posix::aux::fake_mutex&, boost::log::v2_mt_posix::sinks::text_file_backend&)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix5sinks30basic_formatting_sink_frontendIcE11feed_recordINS1_3aux10fake_mutexENS2_17text_file_backendEEEvRKNS1_11record_viewERT_RT0_[_ZN5boost3log11v2_mt_posix5sinks30basic_formatting_sink_frontendIcE11feed_recordINS1_3aux10fake_mutexENS2_17text_file_backendEEEvRKNS1_11record_viewERT_RT0_]+0x56e): undefined reference to `boost::log::v2_mt_posix::sinks::text_file_backend::consume(boost::log::v2_mt_posix::record_view const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `void boost::log::v2_mt_posix::sinks::basic_sink_frontend::flush_backend_impl<boost::recursive_mutex, boost::log::v2_mt_posix::sinks::text_file_backend>(boost::recursive_mutex&, boost::log::v2_mt_posix::sinks::text_file_backend&, boost::integral_constant<bool, true>)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix5sinks19basic_sink_frontend18flush_backend_implINS_15recursive_mutexENS2_17text_file_backendEEEvRT_RT0_NS_17integral_constantIbLb1EEE[_ZN5boost3log11v2_mt_posix5sinks19basic_sink_frontend18flush_backend_implINS_15recursive_mutexENS2_17text_file_backendEEEvRT_RT0_NS_17integral_constantIbLb1EEE]+0x33): undefined reference to `boost::log::v2_mt_posix::sinks::text_file_backend::flush()'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::record::reset()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix6record5resetEv[_ZN5boost3log11v2_mt_posix6record5resetEv]+0x26): undefined reference to `boost::log::v2_mt_posix::record_view::public_data::destroy(boost::log::v2_mt_posix::record_view::public_data const*)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::sources::aux::severity_level<boost::log::v2_mt_posix::trivial::severity_level>::set_value(boost::log::v2_mt_posix::trivial::severity_level)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix7sources3aux14severity_levelINS1_7trivial14severity_levelEE9set_valueES6_[_ZN5boost3log11v2_mt_posix7sources3aux14severity_levelINS1_7trivial14severity_levelEE9set_valueES6_]+0x16): undefined reference to `boost::log::v2_mt_posix::sources::aux::get_severity_level()'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::record boost::log::v2_mt_posix::sources::basic_logger<char, boost::log::v2_mt_posix::sources::severity_logger_mt<boost::log::v2_mt_posix::trivial::severity_level>, boost::log::v2_mt_posix::sources::multi_thread_model<boost::log::v2_mt_posix::aux::light_rw_mutex> >::open_record_unlocked<boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::severity, boost::log::v2_mt_posix::trivial::severity_level const> > >(boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<boost::log::v2_mt_posix::keywords::tag::severity, boost::log::v2_mt_posix::trivial::severity_level const> > const&)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix7sources12basic_loggerIcNS2_18severity_logger_mtINS1_7trivial14severity_levelEEENS2_18multi_thread_modelINS1_3aux14light_rw_mutexEEEE20open_record_unlockedINS_9parameter3aux25tagged_argument_list_of_1INSF_15tagged_argumentINS1_8keywords3tag8severityEKS6_EEEEEENS1_6recordERKT_[_ZN5boost3log11v2_mt_posix7sources12basic_loggerIcNS2_18severity_logger_mtINS1_7trivial14severity_levelEEENS2_18multi_thread_modelINS1_3aux14light_rw_mutexEEEE20open_record_unlockedINS_9parameter3aux25tagged_argument_list_of_1INSF_15tagged_argumentINS1_8keywords3tag8severityEKS6_EEEEEENS1_6recordERKT_]+0x52): undefined reference to `boost::log::v2_mt_posix::core::open_record(boost::log::v2_mt_posix::attribute_set const&)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::aux::record_pump<boost::log::v2_mt_posix::sources::severity_logger_mt<boost::log::v2_mt_posix::trivial::severity_level> >::record_pump(boost::log::v2_mt_posix::sources::severity_logger_mt<boost::log::v2_mt_posix::trivial::severity_level>&, boost::log::v2_mt_posix::record&)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix3aux11record_pumpINS1_7sources18severity_logger_mtINS1_7trivial14severity_levelEEEEC2ERS8_RNS1_6recordE[_ZN5boost3log11v2_mt_posix3aux11record_pumpINS1_7sources18severity_logger_mtINS1_7trivial14severity_levelEEEEC2ERS8_RNS1_6recordE]+0x31): undefined reference to `boost::log::v2_mt_posix::aux::stream_provider<char>::allocate_compound(boost::log::v2_mt_posix::record&)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::aux::record_pump<boost::log::v2_mt_posix::sources::severity_logger_mt<boost::log::v2_mt_posix::trivial::severity_level> >::auto_release::~auto_release()':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix3aux11record_pumpINS1_7sources18severity_logger_mtINS1_7trivial14severity_levelEEEE12auto_releaseD2Ev[_ZN5boost3log11v2_mt_posix3aux11record_pumpINS1_7sources18severity_logger_mtINS1_7trivial14severity_levelEEEE12auto_releaseD2Ev]+0x14): undefined reference to `boost::log::v2_mt_posix::aux::stream_provider<char>::release_compound(boost::log::v2_mt_posix::aux::stream_provider<char>::stream_compound*)'
/usr/bin/ld: CMakeFiles/croftengine.dir/croftengine.cpp.o: in function `boost::log::v2_mt_posix::sources::basic_logger<char, boost::log::v2_mt_posix::sources::severity_logger_mt<boost::log::v2_mt_posix::trivial::severity_level>, boost::log::v2_mt_posix::sources::multi_thread_model<boost::log::v2_mt_posix::aux::light_rw_mutex> >::push_record_unlocked(boost::log::v2_mt_posix::record&&)':
croftengine.cpp:(.text._ZN5boost3log11v2_mt_posix7sources12basic_loggerIcNS2_18severity_logger_mtINS1_7trivial14severity_levelEEENS2_18multi_thread_modelINS1_3aux14light_rw_mutexEEEE20push_record_unlockedEONS1_6recordE[_ZN5boost3log11v2_mt_posix7sources12basic_loggerIcNS2_18severity_logger_mtINS1_7trivial14severity_levelEEENS2_18multi_thread_modelINS1_3aux14light_rw_mutexEEEE20push_record_unlockedEONS1_6recordE]+0x3f): undefined reference to `boost::log::v2_mt_posix::core::push_record_move(boost::log::v2_mt_posix::record&)'
/usr/bin/ld: CMakeFiles/croftengine.dir/engine/audioengine.cpp.o: in function `engine::AudioEngine::playStopCdTrack(engine::script::Gameflow const&, engine::TR1TrackId, bool)':
audioengine.cpp:(.text+0x652): undefined reference to `boost::log::v2_mt_posix::trivial::logger::get()'
/usr/bin/ld: audioengine.cpp:(.text+0x712): undefined reference to `boost::log::v2_mt_posix::trivial::logger::get()'
/usr/bin/ld: audioengine.cpp:(.text+0xb2e): undefined reference to `boost::log::v2_mt_posix::trivial::logger::get()'
/usr/bin/ld: audioengine.cpp:(.text+0xbcb): undefined reference to `boost::log::v2_mt_posix::trivial::logger::get()'
/usr/bin/ld: CMakeFiles/croftengine.dir/engine/audioengine.cpp.o: in function `engine::AudioEngine::playSoundEffect(core::Id<unsigned short, core::SoundEffectId_generated_tag, engine::TR1SoundEffect> const&, audio::Emitter*)':
audioengine.cpp:(.text+0x15c4): undefined reference to `boost::log::v2_mt_posix::trivial::logger::get()'
/usr/bin/ld: CMakeFiles/croftengine.dir/engine/audioengine.cpp.o:audioengine.cpp:(.text+0x1620): more undefined references to `boost::log::v2_mt_posix::trivial::logger::get()' follow
/usr/bin/ld: soglb/libsoglb.a(font.cpp.o): in function `_ZN5boost3log11v2_mt_posix3aux12code_convertIDicSt11char_traitsIcESaIcEEENS_11enable_if_cIXaaaasr17is_character_typeIT_EE5valuesr17is_character_typeIT0_EE5valuenestS8_stS9_EbE4typeEPKS8_mRNSt7__cxx1112basic_stringIS9_T1_T2_EEmRKSt6locale':
font.cpp:(.text._ZN5boost3log11v2_mt_posix3aux12code_convertIDicSt11char_traitsIcESaIcEEENS_11enable_if_cIXaaaasr17is_character_typeIT_EE5valuesr17is_character_typeIT0_EE5valuenestS8_stS9_EbE4typeEPKS8_mRNSt7__cxx1112basic_stringIS9_T1_T2_EEmRKSt6locale[_ZN5boost3log11v2_mt_posix3aux12code_convertIDicSt11char_traitsIcESaIcEEENS_11enable_if_cIXaaaasr17is_character_typeIT_EE5valuesr17is_character_typeIT0_EE5valuenestS8_stS9_EbE4typeEPKS8_mRNSt7__cxx1112basic_stringIS9_T1_T2_EEmRKSt6locale]+0x31): undefined reference to `boost::log::v2_mt_posix::aux::code_convert_impl(char32_t const*, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long, std::locale const&)'
/usr/bin/ld: soglb/libsoglb.a(glad_init.cpp.o): in function `gl::initializeGl(void* (*)(char const*))':
glad_init.cpp:(.text+0x5a): undefined reference to `boost::log::v2_mt_posix::trivial::logger::get()'
/usr/bin/ld: glad_init.cpp:(.text+0xcb): undefined reference to `boost::log::v2_mt_posix::trivial::logger::get()'
/usr/bin/ld: glad_init.cpp:(.text+0x224): undefined reference to `boost::log::v2_mt_posix::trivial::logger::get()'
/usr/bin/ld: glad_init.cpp:(.text+0x295): undefined reference to `boost::log::v2_mt_posix::trivial::logger::get()'
/usr/bin/ld: glad_init.cpp:(.text+0x3a3): undefined reference to `boost::log::v2_mt_posix::trivial::logger::get()'
/usr/bin/ld: soglb/libsoglb.a(glad_init.cpp.o):glad_init.cpp:(.text+0x414): more undefined references to `boost::log::v2_mt_posix::trivial::logger::get()' follow
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavformat.a(utils.o): in function `av_apply_bitstream_filters':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavformat/utils.c:5632: undefined reference to `av_bitstream_filter_filter'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavformat.a(spdifdec.o): in function `spdif_get_offset_and_codec':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavformat/spdifdec.c:63: undefined reference to `av_adts_header_parse'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavformat/spdifdec.c:63: undefined reference to `av_adts_header_parse'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavformat.a(spdifenc.o): in function `spdif_header_aac':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavformat/spdifenc.c:364: undefined reference to `av_adts_header_parse'
/usr/bin/ld: /home/steam/Work/vcpkg/installed/x64-linux/debug/lib/libavfilter.a(vf_selectivecolor.o): in function `parse_psfile':
/home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_selectivecolor.c:193: undefined reference to `av_file_map'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_selectivecolor.c:234: undefined reference to `av_file_unmap'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_selectivecolor.c:234: undefined reference to `av_file_unmap'
/usr/bin/ld: /home/steam/Work/vcpkg/buildtrees/ffmpeg/x64-linux-dbg/src/libavfilter/vf_selectivecolor.c:234: undefined reference to `av_file_unmap'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [src/CMakeFiles/croftengine.dir/build.make:3689: src/croftengine] Error 1
make[1]: *** [CMakeFiles/Makefile2:607: src/CMakeFiles/croftengine.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
steam@lts:~/Work/CroftEngine$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment