• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

C++ Erro compiling ubuntu 22.04 TFS 1.5 downgrade

Azerty

Active Member
Joined
Apr 15, 2022
Messages
301
Solutions
4
Reaction score
31
Can someone help me?

Lua:
/usr/bin/ld: /tmp/ccevMKEL.ltrans4.ltrans.o: in function `boost::filesystem::path::compare(char const*) const':
<artificial>:(.text+0x296252): undefined reference to `boost::filesystem::path::compare(boost::filesystem::path const&) const'
/usr/bin/ld: /tmp/ccevMKEL.ltrans4.ltrans.o: in function `boost::filesystem::operator<(boost::filesystem::path const&, boost::filesystem::path const&)':
<artificial>:(.text+0x2962c9): undefined reference to `boost::filesystem::path::compare(boost::filesystem::path const&) const'
/usr/bin/ld: /tmp/ccevMKEL.ltrans4.ltrans.o: in function `boost::filesystem::operator/(boost::filesystem::path&&, boost::filesystem::path const&)':
<artificial>:(.text+0x29631a): undefined reference to `boost::filesystem::path::operator/=(boost::filesystem::path const&)'
/usr/bin/ld: /tmp/ccevMKEL.ltrans4.ltrans.o: in function `boost::filesystem::directory_entry::status() const':
<artificial>:(.text+0x296479): undefined reference to `boost::filesystem::directory_entry::get_status(boost::system::error_code*) const'
/usr/bin/ld: /tmp/ccevMKEL.ltrans4.ltrans.o: in function `boost::filesystem::detail::dir_itr_imp::~dir_itr_imp()':
<artificial>:(.text+0x296527): undefined reference to `boost::filesystem::detail::dir_itr_close(void*&, void*&)'
/usr/bin/ld: /tmp/ccevMKEL.ltrans4.ltrans.o: in function `boost::filesystem::recursive_directory_iterator::recursive_directory_iterator(boost::filesystem::path const&)':
<artificial>:(.text+0x29665f): undefined reference to `boost::filesystem::detail::recursive_directory_iterator_construct(boost::filesystem::recursive_directory_iterator&, boost::filesystem::path const&, unsigned int, boost::system::error_code*)'
/usr/bin/ld: /tmp/ccevMKEL.ltrans4.ltrans.o: in function `boost::filesystem::recursive_directory_iterator::increment()':
<artificial>:(.text+0x29670d): undefined reference to `boost::filesystem::detail::recursive_directory_iterator_increment(boost::filesystem::recursive_directory_iterator&, boost::system::error_code*)'
/usr/bin/ld: /tmp/ccevMKEL.ltrans4.ltrans.o: in function `boost::filesystem::exists(boost::filesystem::path const&)':
<artificial>:(.text+0x2967fa): undefined reference to `boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)'
/usr/bin/ld: /tmp/ccevMKEL.ltrans4.ltrans.o: in function `boost::filesystem::is_directory(boost::filesystem::path const&)':
<artificial>:(.text+0x29684f): undefined reference to `boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)'
/usr/bin/ld: /tmp/ccevMKEL.ltrans4.ltrans.o: in function `boost::filesystem::current_path()':
<artificial>:(.text+0x29689d): undefined reference to `boost::filesystem::detail::current_path(boost::system::error_code*)'
/usr/bin/ld: /tmp/ccevMKEL.ltrans4.ltrans.o: in function `Scripts::loadScripts(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, bool, bool)':
<artificial>:(.text+0x296c41): undefined reference to `boost::filesystem::path::parent_path() const'
/usr/bin/ld: <artificial>:(.text+0x296c54): undefined reference to `boost::filesystem::path::filename() const'
/usr/bin/ld: <artificial>:(.text+0x296d05): undefined reference to `boost::filesystem::path::extension() const'
/usr/bin/ld: <artificial>:(.text+0x296d74): undefined reference to `boost::filesystem::path::filename() const'
/usr/bin/ld: <artificial>:(.text+0x296e1c): undefined reference to `boost::filesystem::path::filename() const'
/usr/bin/ld: <artificial>:(.text+0x296fb9): undefined reference to `boost::filesystem::path::parent_path() const'
/usr/bin/ld: <artificial>:(.text+0x29702b): undefined reference to `boost::filesystem::path::relative_path() const'
/usr/bin/ld: <artificial>:(.text+0x297076): undefined reference to `boost::filesystem::path::parent_path() const'
/usr/bin/ld: <artificial>:(.text+0x297089): undefined reference to `boost::filesystem::path::filename() const'
/usr/bin/ld: <artificial>:(.text+0x2970f8): undefined reference to `boost::filesystem::path::parent_path() const'
/usr/bin/ld: <artificial>:(.text+0x29719a): undefined reference to `boost::filesystem::path::filename() const'
/usr/bin/ld: <artificial>:(.text+0x2972a1): undefined reference to `boost::filesystem::path::filename() const'
/usr/bin/ld: <artificial>:(.text+0x29732d): undefined reference to `boost::filesystem::path::filename() const'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/tfs.dir/build.make:1438: tfs] Error 1
make[1]: *** [CMakeFiles/Makefile2:102: CMakeFiles/tfs.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
 
Back
Top