• 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!

TFS 1.X+ Where did they move storeinbox stuff tfs 1.3?

Mjmackan

Mapper ~ Writer
Premium User
Joined
Jul 18, 2009
Messages
1,424
Solutions
15
Reaction score
177
Location
Sweden
About 2-3 months ago i downloaded the tfs 1.3 resp from github and im using the purse or storeinbox so i removed this part:

C++:
if (getID() == ITEM_STORE_INBOX && !hasBitSet(FLAG_NOLIMIT, flags)) {
        return RETURNVALUE_NOTPOSSIBLE;
    }
When i downloaded the resp today i found out they moved alot of the storeinbox content, there is a 'storeinbox.cpp' now.

Could someone verify to what part to remove to make me able to put items in and out of storeinbox?
C++:
ReturnValue StoreInbox::queryAdd(int32_t, const Thing& thing, uint32_t, uint32_t, Creature*) const
{
    const Item* item = thing.getItem();
    if (!item) {
        return RETURNVALUE_NOTPOSSIBLE;
    }

    if (item == this) {
        return RETURNVALUE_THISISIMPOSSIBLE;
    }

    if (!item->isPickupable()) {
        return RETURNVALUE_CANNOTPICKUP;
    }

    if (!item->isStoreItem()) {
        return RETURNVALUE_CANNOTMOVEITEMISNOTSTOREITEM;
    }

    const Container* container = item->getContainer();
    if (container && !container->empty()) {
        return RETURNVALUE_ITEMCANNOTBEMOVEDTHERE;
    }

    return RETURNVALUE_NOERROR;
}

I already have an array in events/player that takes care of the "which items you can place in your purse/storeinbox".
 
C++:
if (!item->isStoreItem()) {
     return RETURNVALUE_CANNOTMOVEITEMISNOTSTOREITEM;
}

const Container* container = item->getContainer();
if (container && !container->empty()) {
    return RETURNVALUE_ITEMCANNOTBEMOVEDTHERE;
}
 
C++:
if (!item->isStoreItem()) {
     return RETURNVALUE_CANNOTMOVEITEMISNOTSTOREITEM;
}

const Container* container = item->getContainer();
if (container && !container->empty()) {
    return RETURNVALUE_ITEMCANNOTBEMOVEDTHERE;
}
Thank you.
Post automatically merged:

C++:
if (!item->isStoreItem()) {
     return RETURNVALUE_CANNOTMOVEITEMISNOTSTOREITEM;
}

const Container* container = item->getContainer();
if (container && !container->empty()) {
    return RETURNVALUE_ITEMCANNOTBEMOVEDTHERE;
}
Another question, what is this error:

C++:
<artificial>:(.text+0xeb9fb): undefined reference to `fmt::v6::internal::error_handler::on_error(char const*)'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_decimal<unsigned int, char, fmt::v6::internal::format_decimal<char, char*, unsigned int>(char*, unsigned int, int)::{lambda(char*)#1}>(fmt::v6::internal::format_decimal<char, char*, unsigned int>(char*, unsigned int, int)::{lambda(char*)#1}, unsigned int, int, fmt::v6::internal::format_decimal<char, char*, unsigned int>(char*, unsigned int, int)::{lambda(char*)#1})':
<artificial>:(.text+0xec3f6): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: <artificial>:(.text+0xec458): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xec483): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xec4e1): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xec50c): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_decimal<unsigned long, char, fmt::v6::internal::format_decimal<char, char*, unsigned long>(char*, unsigned long, int)::{lambda(char*)#1}>(fmt::v6::internal::format_decimal<char, char*, unsigned long>(char*, unsigned long, int)::{lambda(char*)#1}, unsigned long, int, fmt::v6::internal::format_decimal<char, char*, unsigned long>(char*, unsigned long, int)::{lambda(char*)#1})':
<artificial>:(.text+0xed8dd): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: <artificial>:(.text+0xed96d): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xed998): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xed9f9): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xeda24): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_decimal<unsigned __int128, char, fmt::v6::internal::format_decimal<char, char*, unsigned __int128>(char*, unsigned __int128, int)::{lambda(char*)#1}>(fmt::v6::internal::format_decimal<char, char*, unsigned __int128>(char*, unsigned __int128, int)::{lambda(char*)#1}, unsigned __int128, int, fmt::v6::internal::format_decimal<char, char*, unsigned __int128>(char*, unsigned __int128, int)::{lambda(char*)#1})':
<artificial>:(.text+0xeedd6): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: <artificial>:(.text+0xeee70): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xeee9b): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xeef09): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xeef34): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<char, fmt::v6::basic_format_specs<char> >::on_error()':
<artificial>:(.text+0xeff84): undefined reference to `fmt::v6::format_error::~format_error()'
/usr/bin/ld: <artificial>:(.text+0xeff8e): undefined reference to `typeinfo for fmt::v6::format_error'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::write_exponent<char, char*>(int, char*)':
<artificial>:(.text+0xf0122): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: <artificial>:(.text+0xf017b): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf01ea): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `decltype ({parm#1}(0)) fmt::v6::visit_format_arg<fmt::v6::internal::width_checker<fmt::v6::internal::error_handler>, fmt::v6::basic_format_context<std::back_insert_iterator<fmt::v6::internal::buffer<char> >, char> >(fmt::v6::internal::width_checker<fmt::v6::internal::error_handler>&&, fmt::v6::basic_format_arg<fmt::v6::basic_format_context<std::back_insert_iterator<fmt::v6::internal::buffer<char> >, char> > const&)':
<artificial>:(.text+0xf02aa): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `decltype ({parm#1}(0)) fmt::v6::visit_format_arg<fmt::v6::internal::precision_checker<fmt::v6::internal::error_handler>, fmt::v6::basic_format_context<std::back_insert_iterator<fmt::v6::internal::buffer<char> >, char> >(fmt::v6::internal::precision_checker<fmt::v6::internal::error_handler>&&, fmt::v6::basic_format_arg<fmt::v6::basic_format_context<std::back_insert_iterator<fmt::v6::internal::buffer<char> >, char> > const&)':
<artificial>:(.text+0xf055c): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `unsigned long long fmt::v6::internal::width_checker<fmt::v6::internal::error_handler>::operator()<int, 0>(int)':
<artificial>:(.text+0xf4039): undefined reference to `fmt::v6::internal::error_handler::on_error(char const*)'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `unsigned long long fmt::v6::internal::width_checker<fmt::v6::internal::error_handler>::operator()<unsigned int, 0>(unsigned int)':
<artificial>:(.text+0xf4073): undefined reference to `fmt::v6::internal::error_handler::on_error(char const*)'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `unsigned long long fmt::v6::internal::width_checker<fmt::v6::internal::error_handler>::operator()<long long, 0>(long long)':
<artificial>:(.text+0xf40ae): undefined reference to `fmt::v6::internal::error_handler::on_error(char const*)'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `unsigned long long fmt::v6::internal::width_checker<fmt::v6::internal::error_handler>::operator()<unsigned long long, 0>(unsigned long long)':
<artificial>:(.text+0xf40ea): undefined reference to `fmt::v6::internal::error_handler::on_error(char const*)'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `unsigned long long fmt::v6::internal::width_checker<fmt::v6::internal::error_handler>::operator()<__int128, 0>(__int128)':
<artificial>:(.text+0xf413d): undefined reference to `fmt::v6::internal::error_handler::on_error(char const*)'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o:<artificial>:(.text+0xf4191): more undefined references to `fmt::v6::internal::error_handler::on_error(char const*)' follow
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_uint<4u, char, unsigned int>(char*, unsigned int, int, bool)':
<artificial>:(.text+0xf6693): undefined reference to `fmt::v6::internal::basic_data<void>::hex_digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_uint<1u, char, unsigned int>(char*, unsigned int, int, bool)':
<artificial>:(.text+0xf6707): undefined reference to `fmt::v6::internal::basic_data<void>::hex_digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_uint<3u, char, unsigned int>(char*, unsigned int, int, bool)':
<artificial>:(.text+0xf6775): undefined reference to `fmt::v6::internal::basic_data<void>::hex_digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_decimal<char, unsigned int, char*, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<int, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}>(fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<int, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}, unsigned int, int, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<int, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1})':
<artificial>:(.text+0xf6878): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_decimal<char, unsigned int, char*, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<unsigned int, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}>(fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<unsigned int, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}, unsigned int, int, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<unsigned int, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1})':
<artificial>:(.text+0xf6944): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_uint<1u, char, unsigned long>(char*, unsigned long, int, bool)':
<artificial>:(.text+0xf69db): undefined reference to `fmt::v6::internal::basic_data<void>::hex_digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_uint<3u, char, unsigned long>(char*, unsigned long, int, bool)':
<artificial>:(.text+0xf6a4d): undefined reference to `fmt::v6::internal::basic_data<void>::hex_digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_decimal<char, unsigned long, char*, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<long long, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}>(fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<long long, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}, unsigned long, int, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<long long, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1})':
<artificial>:(.text+0xf6ac5): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_decimal<char, unsigned long, char*, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<unsigned long long, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}>(fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<unsigned long long, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}, unsigned long, int, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<unsigned long long, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1})':
<artificial>:(.text+0xf6b63): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_uint<4u, char, unsigned __int128>(char*, unsigned __int128, int, bool)':
<artificial>:(.text+0xf6c0a): undefined reference to `fmt::v6::internal::basic_data<void>::hex_digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_uint<1u, char, unsigned __int128>(char*, unsigned __int128, int, bool)':
<artificial>:(.text+0xf6caa): undefined reference to `fmt::v6::internal::basic_data<void>::hex_digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_uint<3u, char, unsigned __int128>(char*, unsigned __int128, int, bool)':
<artificial>:(.text+0xf6d44): undefined reference to `fmt::v6::internal::basic_data<void>::hex_digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_decimal<char, unsigned __int128, char*, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<__int128, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}>(fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<__int128, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}, unsigned __int128, int, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<__int128, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1})':
<artificial>:(.text+0xf6dec): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_decimal<char, unsigned __int128, char*, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<unsigned __int128, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}>(fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<unsigned __int128, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}, unsigned __int128, int, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<unsigned __int128, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1})':
<artificial>:(.text+0xf6ea7): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_decimal<unsigned int, char, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<int, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}>(char, unsigned int, int, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<int, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1})':
<artificial>:(.text+0xf77bf): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: <artificial>:(.text+0xf7833): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf7862): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf78c9): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf78f8): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_decimal<unsigned int, char, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<unsigned int, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}>(char, unsigned int, int, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<unsigned int, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1})':
<artificial>:(.text+0xf7937): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: <artificial>:(.text+0xf79ab): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf79da): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf7a41): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf7a70): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_decimal<unsigned long, char, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<long long, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}>(char, unsigned long, int, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<long long, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1})':
<artificial>:(.text+0xf7ab0): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: <artificial>:(.text+0xf7b52): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf7b81): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf7beb): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf7c1a): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_decimal<unsigned long, char, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<unsigned long long, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}>(char, unsigned long, int, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<unsigned long long, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1})':
<artificial>:(.text+0xf7c5a): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: <artificial>:(.text+0xf7cfc): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf7d2b): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf7d95): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf7dc4): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_decimal<unsigned __int128, char, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<__int128, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}>(char, unsigned __int128, int, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<__int128, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1})':
<artificial>:(.text+0xf7e11): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: <artificial>:(.text+0xf7ebd): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf7eec): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf7f63): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf7f92): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_decimal<unsigned __int128, char, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<unsigned __int128, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}>(char, unsigned __int128, int, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<unsigned __int128, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1})':
<artificial>:(.text+0xf7fdf): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: <artificial>:(.text+0xf808b): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf80ba): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf8131): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf8160): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_decimal<char, unsigned int, char*, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<char, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}>(fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<char, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}, unsigned int, int, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<char, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1})':
<artificial>:(.text+0xf852b): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: /tmp/tfs.r3Q9Bn.ltrans0.ltrans.o: in function `char* fmt::v6::internal::format_decimal<unsigned int, char, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<char, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1}>(char, unsigned int, int, fmt::v6::internal::basic_writer<fmt::v6::buffer_range<char> >::int_writer<char, fmt::v6::basic_format_specs<char> >::num_writer::operator()<char*&>(char*&) const::{lambda(char*&)#1})':
<artificial>:(.text+0xf85b7): undefined reference to `fmt::v6::internal::assert_fail(char const*, int, char const*)'
/usr/bin/ld: <artificial>:(.text+0xf862b): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf865a): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf86c1): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
/usr/bin/ld: <artificial>:(.text+0xf86f0): undefined reference to `fmt::v6::internal::basic_data<void>::digits'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/tfs.dir/build.make:1402: tfs] Error 1
make[1]: *** [CMakeFiles/Makefile2:125: CMakeFiles/tfs.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
 
Last edited:
Back
Top