Skip to content

Instantly share code, notes, and snippets.

@skywalkerisnull
Created January 20, 2021 10:27
Show Gist options
  • Save skywalkerisnull/1e60262664776ae1b91ca472a2adfef1 to your computer and use it in GitHub Desktop.
Save skywalkerisnull/1e60262664776ae1b91ca472a2adfef1 to your computer and use it in GitHub Desktop.
Build Errors
Starting copying files to remote machine.
[rsync] rsync -t --delete --delete-excluded -v -r --exclude=.vs --exclude=.git --exclude=out -8 "." rsync://ubuntu@localhost:65405/-home-ubuntu-.vs-boost_log_troubleshooting-ba191def-c91c-4ff0-91bf-cadc813132a3-src
[rsync] sending incremental file list
[rsync] deleting lib/
[rsync] deleting bin/
[rsync] ./
[rsync]
[rsync] sent 453 bytes received 37 bytes 196.00 bytes/sec
[rsync] total size is 31,759 speedup is 64.81
Finished copying files (elapsed time 00h:00m:08s:804ms).
cd $HOME/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/out/build/Linux-GCC-Debug;/usr/bin/cmake --build "$HOME/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/out/build/Linux-GCC-Debug" --target boost_log_trouble ;
[1/4] Building CXX object CMakeFiles/boost_log_trouble.dir/main.cpp.o
[2/4] Building CXX object Logging/CMakeFiles/logging.dir/Logging.cpp.o
[3/4] Linking CXX static library /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a
[4/4] Linking CXX executable /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/bin/boost_log_trouble
FAILED: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/bin/boost_log_trouble
: && /usr/bin/c++ -g CMakeFiles/boost_log_trouble.dir/main.cpp.o -o /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/bin/boost_log_trouble /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a && :
/usr/bin/ld: CMakeFiles/boost_log_trouble.dir/main.cpp.o: in function `main':
/home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/main.cpp:18: undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/main.cpp:18: undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/usr/bin/ld: CMakeFiles/boost_log_trouble.dir/main.cpp.o: in function `boost::log::v2s_mt_posix::aux::light_rw_mutex::lock_shared()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/detail/light_rw_mutex.hpp:111: undefined reference to `pthread_rwlock_rdlock'
/usr/bin/ld: CMakeFiles/boost_log_trouble.dir/main.cpp.o: in function `boost::log::v2s_mt_posix::aux::light_rw_mutex::unlock_shared()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/detail/light_rw_mutex.hpp:115: undefined reference to `pthread_rwlock_unlock'
/usr/bin/ld: CMakeFiles/boost_log_trouble.dir/main.cpp.o: in function `boost::log::v2s_mt_posix::record::reset()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/core/record.hpp:157: undefined reference to `boost::log::v2s_mt_posix::record_view::public_data::destroy(boost::log::v2s_mt_posix::record_view::public_data const*)'
/usr/bin/ld: CMakeFiles/boost_log_trouble.dir/main.cpp.o: in function `boost::log::v2s_mt_posix::record boost::log::v2s_mt_posix::sources::basic_composite_logger<char, boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level>, boost::log::v2s_mt_posix::sources::multi_thread_model<boost::log::v2s_mt_posix::aux::light_rw_mutex>, boost::log::v2s_mt_posix::sources::features<boost::log::v2s_mt_posix::sources::severity<boost::log::v2s_mt_posix::trivial::severity_level> > >::open_record<boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<boost::log::v2s_mt_posix::keywords::tag::severity, boost::log::v2s_mt_posix::trivial::severity_level const> > >(boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<boost::log::v2s_mt_posix::keywords::tag::severity, boost::log::v2s_mt_posix::trivial::severity_level const> > const&)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/sources/basic_logger.hpp:460: undefined reference to `boost::log::v2s_mt_posix::core::get_logging_enabled() const'
/usr/bin/ld: CMakeFiles/boost_log_trouble.dir/main.cpp.o: in function `boost::log::v2s_mt_posix::aux::record_pump<boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level> >::record_pump(boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level>&, boost::log::v2s_mt_posix::record&)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/sources/record_ostream.hpp:508: undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::allocate_compound(boost::log::v2s_mt_posix::record&)'
/usr/bin/ld: CMakeFiles/boost_log_trouble.dir/main.cpp.o: in function `boost::log::v2s_mt_posix::aux::record_pump<boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level> >::auto_release::~auto_release()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/sources/record_ostream.hpp:493: undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::release_compound(boost::log::v2s_mt_posix::aux::stream_provider<char>::stream_compound*)'
/usr/bin/ld: CMakeFiles/boost_log_trouble.dir/main.cpp.o: in function `boost::log::v2s_mt_posix::sources::aux::severity_level<boost::log::v2s_mt_posix::trivial::severity_level>::set_value(boost::log::v2s_mt_posix::trivial::severity_level)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/sources/severity_feature.hpp:137: undefined reference to `boost::log::v2s_mt_posix::sources::aux::get_severity_level()'
/usr/bin/ld: CMakeFiles/boost_log_trouble.dir/main.cpp.o: in function `boost::log::v2s_mt_posix::record boost::log::v2s_mt_posix::sources::basic_logger<char, boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level>, boost::log::v2s_mt_posix::sources::multi_thread_model<boost::log::v2s_mt_posix::aux::light_rw_mutex> >::open_record_unlocked<boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<boost::log::v2s_mt_posix::keywords::tag::severity, boost::log::v2s_mt_posix::trivial::severity_level const> > >(boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<boost::log::v2s_mt_posix::keywords::tag::severity, boost::log::v2s_mt_posix::trivial::severity_level const> > const&)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/sources/basic_logger.hpp:260: undefined reference to `boost::log::v2s_mt_posix::core::open_record(boost::log::v2s_mt_posix::attribute_set const&)'
/usr/bin/ld: CMakeFiles/boost_log_trouble.dir/main.cpp.o: in function `boost::log::v2s_mt_posix::core::push_record(boost::log::v2s_mt_posix::record&&)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/core/core.hpp:308: undefined reference to `boost::log::v2s_mt_posix::core::push_record_move(boost::log::v2s_mt_posix::record&)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `init_logging()':
/home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/Logging/Logging.cpp:20: undefined reference to `boost::log::v2s_mt_posix::core::get()'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/Logging/Logging.cpp:20: undefined reference to `boost::log::v2s_mt_posix::core::set_filter(boost::log::v2s_mt_posix::filter const&)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::aux::light_rw_mutex::light_rw_mutex()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/detail/light_rw_mutex.hpp:103: undefined reference to `pthread_rwlock_init'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::aux::light_rw_mutex::~light_rw_mutex()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/detail/light_rw_mutex.hpp:107: undefined reference to `pthread_rwlock_destroy'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::aux::light_rw_mutex::lock()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/detail/light_rw_mutex.hpp:119: undefined reference to `pthread_rwlock_wrlock'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::aux::light_rw_mutex::unlock()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/detail/light_rw_mutex.hpp:123: undefined reference to `pthread_rwlock_unlock'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attribute_name::attribute_name(char const*)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/attribute_name.hpp:80: undefined reference to `boost::log::v2s_mt_posix::attribute_name::get_id_from_string(char const*)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attribute::impl::~impl()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/attribute.hpp:75: undefined reference to `boost::log::v2s_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attributes::current_process_id::current_process_id()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/current_process_id.hpp:49: undefined reference to `boost::log::v2s_mt_posix::aux::this_process::get_id()'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attributes::current_thread_id::impl::dispatch(boost::log::v2s_mt_posix::type_dispatcher&)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/current_thread_id.hpp:69: undefined reference to `boost::log::v2s_mt_posix::aux::this_thread::get_id()'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attributes::current_thread_id::impl::detach_from_thread()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/current_thread_id.hpp:79: undefined reference to `boost::log::v2s_mt_posix::aux::this_thread::get_id()'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/current_thread_id.hpp:79: undefined reference to `boost::log::v2s_mt_posix::attribute::impl::operator new(unsigned long)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attribute_value::impl::~impl()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/attribute_value.hpp:73: undefined reference to `boost::log::v2s_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attributes::current_thread_id::current_thread_id()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/current_thread_id.hpp:89: undefined reference to `boost::log::v2s_mt_posix::attribute::impl::operator new(unsigned long)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::add_common_attributes()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/utility/setup/common_attributes.hpp:53: undefined reference to `boost::log::v2s_mt_posix::core::get()'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/utility/setup/common_attributes.hpp:55: undefined reference to `boost::log::v2s_mt_posix::aux::default_attribute_names::line_id()'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/utility/setup/common_attributes.hpp:56: undefined reference to `boost::log::v2s_mt_posix::core::add_global_attribute(boost::log::v2s_mt_posix::attribute_name const&, boost::log::v2s_mt_posix::attribute const&)'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/utility/setup/common_attributes.hpp:58: undefined reference to `boost::log::v2s_mt_posix::aux::default_attribute_names::timestamp()'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/utility/setup/common_attributes.hpp:59: undefined reference to `boost::log::v2s_mt_posix::core::add_global_attribute(boost::log::v2s_mt_posix::attribute_name const&, boost::log::v2s_mt_posix::attribute const&)'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/utility/setup/common_attributes.hpp:61: undefined reference to `boost::log::v2s_mt_posix::aux::default_attribute_names::process_id()'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/utility/setup/common_attributes.hpp:62: undefined reference to `boost::log::v2s_mt_posix::core::add_global_attribute(boost::log::v2s_mt_posix::attribute_name const&, boost::log::v2s_mt_posix::attribute const&)'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/utility/setup/common_attributes.hpp:65: undefined reference to `boost::log::v2s_mt_posix::aux::default_attribute_names::thread_id()'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/utility/setup/common_attributes.hpp:66: undefined reference to `boost::log::v2s_mt_posix::core::add_global_attribute(boost::log::v2s_mt_posix::attribute_name const&, boost::log::v2s_mt_posix::attribute const&)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::aux::once_block_sentry::~once_block_sentry()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/utility/once_block.hpp:86: undefined reference to `boost::log::v2s_mt_posix::aux::once_block_sentry::rollback()'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::aux::once_block_sentry::executed() const':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/utility/once_block.hpp:91: undefined reference to `boost::log::v2s_mt_posix::aux::once_block_sentry::enter_once_block() const'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::expressions::tag::message::get_name()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/expressions/message.hpp:56: undefined reference to `boost::log::v2s_mt_posix::aux::default_attribute_names::message()'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::recursive_mutex::recursive_mutex()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/thread/pthread/recursive_mutex.hpp:62: undefined reference to `pthread_mutexattr_init'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/thread/pthread/recursive_mutex.hpp:67: undefined reference to `pthread_mutexattr_settype'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/thread/pthread/recursive_mutex.hpp:70: undefined reference to `pthread_mutexattr_destroy'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/thread/pthread/recursive_mutex.hpp:77: undefined reference to `pthread_mutexattr_destroy'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/thread/pthread/recursive_mutex.hpp:80: undefined reference to `pthread_mutexattr_destroy'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::posix::pthread_mutex_trylock(pthread_mutex_t*)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/thread/pthread/pthread_helpers.hpp:90: undefined reference to `pthread_mutex_trylock'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attributes::constant<boost::log::v2s_mt_posix::aux::id<boost::log::v2s_mt_posix::aux::process> >::constant(boost::log::v2s_mt_posix::aux::id<boost::log::v2s_mt_posix::aux::process>&&)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/constant.hpp:84: undefined reference to `boost::log::v2s_mt_posix::attribute::impl::operator new(unsigned long)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attributes::counter<unsigned int>::counter(unsigned int, unsigned int)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/counter.hpp:97: undefined reference to `boost::log::v2s_mt_posix::attribute::impl::operator new(unsigned long)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attributes::basic_clock<boost::log::v2s_mt_posix::attributes::local_time_traits>::basic_clock()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/clock.hpp:71: undefined reference to `boost::log::v2s_mt_posix::attribute::impl::operator new(unsigned long)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `void boost::log::v2s_mt_posix::register_simple_formatter_factory<boost::log::v2s_mt_posix::trivial::severity_level, char>(boost::log::v2s_mt_posix::attribute_name const&)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/utility/setup/formatter_parser.hpp:164: undefined reference to `void boost::log::v2s_mt_posix::register_formatter_factory<char>(boost::log::v2s_mt_posix::attribute_name const&, boost::shared_ptr<boost::log::v2s_mt_posix::formatter_factory<char> > const&)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attributes::attribute_value_impl<boost::log::v2s_mt_posix::aux::id<boost::log::v2s_mt_posix::aux::process> >::~attribute_value_impl()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/attribute_value_impl.hpp:49: undefined reference to `boost::log::v2s_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::shared_ptr<boost::log::v2s_mt_posix::sinks::synchronous_sink<boost::log::v2s_mt_posix::sinks::basic_text_ostream_backend<char> > > boost::log::v2s_mt_posix::aux::add_console_log<char, boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::log::v2s_mt_posix::keywords::tag::format, boost::parameter::aux::tagged_argument<boost::log::v2s_mt_posix::keywords::tag::format, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2s_mt_posix::keywords::tag::auto_flush, boost::parameter::aux::tagged_argument<boost::log::v2s_mt_posix::keywords::tag::auto_flush, bool const>, std::integral_constant<bool, true> > > >(std::basic_ostream<char, std::char_traits<char> >&, boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::log::v2s_mt_posix::keywords::tag::format, boost::parameter::aux::tagged_argument<boost::log::v2s_mt_posix::keywords::tag::format, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2s_mt_posix::keywords::tag::auto_flush, boost::parameter::aux::tagged_argument<boost::log::v2s_mt_posix::keywords::tag::auto_flush, bool const>, std::integral_constant<bool, true> > > const&)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/utility/setup/console.hpp:68: undefined reference to `boost::log::v2s_mt_posix::sinks::basic_text_ostream_backend<char>::add_stream(boost::shared_ptr<std::ostream> const&)'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/utility/setup/console.hpp:79: undefined reference to `boost::log::v2s_mt_posix::core::get()'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/utility/setup/console.hpp:79: undefined reference to `boost::log::v2s_mt_posix::core::add_sink(boost::shared_ptr<boost::log::v2s_mt_posix::sinks::sink> const&)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::thread_specific_ptr<boost::log::v2s_mt_posix::sinks::basic_formatting_sink_frontend<char>::formatting_context>::~thread_specific_ptr()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/thread/tss.hpp:61: undefined reference to `boost::detail::set_tss_data(void const*, void (*)(void (*)(void*), void*), void (*)(void*), void*, bool)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `void boost::log::v2s_mt_posix::sinks::basic_text_ostream_backend<char>::construct<boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::log::v2s_mt_posix::keywords::tag::format, boost::parameter::aux::tagged_argument<boost::log::v2s_mt_posix::keywords::tag::format, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2s_mt_posix::keywords::tag::auto_flush, boost::parameter::aux::tagged_argument<boost::log::v2s_mt_posix::keywords::tag::auto_flush, bool const>, std::integral_constant<bool, true> > > >(boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::log::v2s_mt_posix::keywords::tag::format, boost::parameter::aux::tagged_argument<boost::log::v2s_mt_posix::keywords::tag::format, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::log::v2s_mt_posix::keywords::tag::auto_flush, boost::parameter::aux::tagged_argument<boost::log::v2s_mt_posix::keywords::tag::auto_flush, bool const>, std::integral_constant<bool, true> > > const&)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/sinks/text_ostream_backend.hpp:145: undefined reference to `boost::log::v2s_mt_posix::sinks::basic_text_ostream_backend<char>::construct(boost::log::v2s_mt_posix::sinks::auto_newline_mode, bool)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::basic_formatter<char> boost::log::v2s_mt_posix::parse_formatter<char, std::char_traits<char>, std::allocator<char> >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/utility/setup/formatter_parser.hpp:192: undefined reference to `boost::log::v2s_mt_posix::basic_formatter<char> boost::log::v2s_mt_posix::parse_formatter<char>(char const*, char const*)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::detail::sp_ms_deleter<boost::log::v2s_mt_posix::sinks::basic_text_ostream_backend<char> >::destroy()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/smart_ptr/make_shared_object.hpp:59: undefined reference to `boost::log::v2s_mt_posix::sinks::basic_text_ostream_backend<char>::~basic_text_ostream_backend()'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::visitation_result boost::log::v2s_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::v2s_mt_posix::fallback_to_none>::operator()<boost::log::v2s_mt_posix::binder1st<boost::log::v2s_mt_posix::output_fun, boost::log::v2s_mt_posix::expressions::aux::stream_ref<boost::log::v2s_mt_posix::basic_formatting_ostream<char, std::char_traits<char>, std::allocator<char> > >&> >(boost::log::v2s_mt_posix::attribute_name const&, boost::log::v2s_mt_posix::attribute_value_set const&, boost::log::v2s_mt_posix::binder1st<boost::log::v2s_mt_posix::output_fun, boost::log::v2s_mt_posix::expressions::aux::stream_ref<boost::log::v2s_mt_posix::basic_formatting_ostream<char, std::char_traits<char>, std::allocator<char> > >&>) const':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/value_visitation.hpp:182: undefined reference to `boost::log::v2s_mt_posix::attribute_value_set::find(boost::log::v2s_mt_posix::attribute_name) const'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/value_visitation.hpp:183: undefined reference to `boost::log::v2s_mt_posix::attribute_value_set::end() const'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/value_visitation.hpp:191: undefined reference to `boost::log::v2s_mt_posix::aux::attach_attribute_name_info(boost::exception&, boost::log::v2s_mt_posix::attribute_name const&)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::value_extractor<boost::log::v2s_mt_posix::trivial::severity_level, boost::log::v2s_mt_posix::fallback_to_none, boost::log::v2s_mt_posix::trivial::tag::severity>::operator()(boost::log::v2s_mt_posix::attribute_name const&, boost::log::v2s_mt_posix::attribute_value_set const&) const':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/value_extraction.hpp:232: undefined reference to `boost::log::v2s_mt_posix::attribute_value_set::find(boost::log::v2s_mt_posix::attribute_name) const'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/value_extraction.hpp:233: undefined reference to `boost::log::v2s_mt_posix::attribute_value_set::end() const'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/value_extraction.hpp:241: undefined reference to `boost::log::v2s_mt_posix::aux::attach_attribute_name_info(boost::exception&, boost::log::v2s_mt_posix::attribute_name const&)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::array<std::pair<boost::typeindex::stl_type_index, void*>, 2ul> const& boost::log::v2s_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::v2s_mt_posix::binder1st<boost::log::v2s_mt_posix::output_fun, boost::log::v2s_mt_posix::expressions::aux::stream_ref<boost::log::v2s_mt_posix::basic_formatting_ostream<char, std::char_traits<char>, std::allocator<char> > >&> >()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/utility/type_dispatch/static_type_dispatcher.hpp:182: undefined reference to `boost::log::v2s_mt_posix::aux::once_block_sentry::commit()'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::enable_if_c<(boost::log::v2s_mt_posix::aux::is_character_type<wchar_t>::value&&boost::log::v2s_mt_posix::aux::is_character_type<char>::value)&&((sizeof (wchar_t))!=(sizeof (char))), bool>::type boost::log::v2s_mt_posix::aux::code_convert<wchar_t, char, std::char_traits<char>, std::allocator<char> >(wchar_t const*, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long, std::locale const&)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/detail/code_conversion.hpp:133: undefined reference to `boost::log::v2s_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: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attributes::basic_clock<boost::log::v2s_mt_posix::attributes::local_time_traits>::impl::~impl()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/clock.hpp:57: undefined reference to `boost::log::v2s_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attributes::counter<unsigned int>::impl::~impl()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/counter.hpp:59: undefined reference to `boost::log::v2s_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attributes::constant<boost::log::v2s_mt_posix::aux::id<boost::log::v2s_mt_posix::aux::process> >::impl::~impl()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/constant.hpp:56: undefined reference to `boost::log::v2s_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attributes::attribute_value_impl<boost::log::v2s_mt_posix::aux::id<boost::log::v2s_mt_posix::aux::thread> >::~attribute_value_impl()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/attribute_value_impl.hpp:49: undefined reference to `boost::log::v2s_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attributes::current_thread_id::impl::~impl()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/current_thread_id.hpp:59: undefined reference to `boost::log::v2s_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attributes::basic_clock<boost::log::v2s_mt_posix::attributes::local_time_traits>::impl::get_value()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/clock.hpp:63: undefined reference to `boost::log::v2s_mt_posix::attribute::impl::operator new(unsigned long)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `void boost::log::v2s_mt_posix::sinks::basic_formatting_sink_frontend<char>::feed_record<boost::recursive_mutex, boost::log::v2s_mt_posix::sinks::basic_text_ostream_backend<char> >(boost::log::v2s_mt_posix::record_view const&, boost::recursive_mutex&, boost::log::v2s_mt_posix::sinks::basic_text_ostream_backend<char>&)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/sinks/basic_sink_frontend.hpp:465: undefined reference to `boost::log::v2s_mt_posix::sinks::basic_text_ostream_backend<char>::consume(boost::log::v2s_mt_posix::record_view const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attribute_value boost::log::v2s_mt_posix::attributes::make_attribute_value<unsigned int&>(unsigned int&)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/attribute_value_impl.hpp:112: undefined reference to `boost::log::v2s_mt_posix::attribute::impl::operator new(unsigned long)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::thread_specific_ptr<boost::log::v2s_mt_posix::sinks::basic_formatting_sink_frontend<char>::formatting_context>::get() const':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/thread/tss.hpp:66: undefined reference to `boost::detail::get_tss_data(void const*)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::thread_specific_ptr<boost::log::v2s_mt_posix::sinks::basic_formatting_sink_frontend<char>::formatting_context>::reset(boost::log::v2s_mt_posix::sinks::basic_formatting_sink_frontend<char>::formatting_context*)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/thread/tss.hpp:87: undefined reference to `boost::detail::set_tss_data(void const*, void (*)(void (*)(void*), void*), void (*)(void*), void*, bool)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `void boost::log::v2s_mt_posix::sinks::basic_formatting_sink_frontend<char>::feed_record<boost::log::v2s_mt_posix::aux::fake_mutex, boost::log::v2s_mt_posix::sinks::basic_text_ostream_backend<char> >(boost::log::v2s_mt_posix::record_view const&, boost::log::v2s_mt_posix::aux::fake_mutex&, boost::log::v2s_mt_posix::sinks::basic_text_ostream_backend<char>&)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/sinks/basic_sink_frontend.hpp:465: undefined reference to `boost::log::v2s_mt_posix::sinks::basic_text_ostream_backend<char>::consume(boost::log::v2s_mt_posix::record_view const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `void boost::log::v2s_mt_posix::sinks::basic_sink_frontend::flush_backend_impl<boost::recursive_mutex, boost::log::v2s_mt_posix::sinks::basic_text_ostream_backend<char> >(boost::recursive_mutex&, boost::log::v2s_mt_posix::sinks::basic_text_ostream_backend<char>&, mpl_::bool_<true>)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/sinks/basic_sink_frontend.hpp:232: undefined reference to `boost::log::v2s_mt_posix::sinks::basic_text_ostream_backend<char>::flush()'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::visitation_result boost::log::v2s_mt_posix::value_visitor_invoker<boost::log::v2s_mt_posix::trivial::severity_level, boost::log::v2s_mt_posix::fallback_to_none>::operator()<boost::log::v2s_mt_posix::binder1st<boost::log::v2s_mt_posix::to_log_fun<void> const&, boost::log::v2s_mt_posix::expressions::aux::stream_ref<boost::log::v2s_mt_posix::basic_formatting_ostream<char, std::char_traits<char>, std::allocator<char> > >&> >(boost::log::v2s_mt_posix::attribute_name const&, boost::log::v2s_mt_posix::attribute_value_set const&, boost::log::v2s_mt_posix::binder1st<boost::log::v2s_mt_posix::to_log_fun<void> const&, boost::log::v2s_mt_posix::expressions::aux::stream_ref<boost::log::v2s_mt_posix::basic_formatting_ostream<char, std::char_traits<char>, std::allocator<char> > >&>) const':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/value_visitation.hpp:182: undefined reference to `boost::log::v2s_mt_posix::attribute_value_set::find(boost::log::v2s_mt_posix::attribute_name) const'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/value_visitation.hpp:183: undefined reference to `boost::log::v2s_mt_posix::attribute_value_set::end() const'
/usr/bin/ld: /home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/value_visitation.hpp:191: undefined reference to `boost::log::v2s_mt_posix::aux::attach_attribute_name_info(boost::exception&, boost::log::v2s_mt_posix::attribute_name const&)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `std::basic_ostream<char, std::char_traits<char> >& boost::log::v2s_mt_posix::trivial::operator<< <char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, boost::log::v2s_mt_posix::trivial::severity_level)':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/trivial.hpp:71: undefined reference to `char const* boost::log::v2s_mt_posix::trivial::to_string<char>(boost::log::v2s_mt_posix::trivial::severity_level)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attributes::attribute_value_impl<unsigned int>::~attribute_value_impl()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/attribute_value_impl.hpp:49: undefined reference to `boost::log::v2s_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
/usr/bin/ld: /home/ubuntu/.vs/boost_log_troubleshooting/ba191def-c91c-4ff0-91bf-cadc813132a3/src/lib/liblogging.a(Logging.cpp.o): in function `boost::log::v2s_mt_posix::attributes::attribute_value_impl<boost::posix_time::ptime>::~attribute_value_impl()':
/home/ubuntu/.vcpkg_cpptruths/installed/x64-linux/include/boost/log/attributes/attribute_value_impl.hpp:49: undefined reference to `boost::log::v2s_mt_posix::attribute::impl::operator delete(void*, unsigned long)'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Build failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment