• 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 0.X Compilation error talkactions.o

Kouki

Member
Joined
Feb 5, 2016
Messages
67
Solutions
4
Reaction score
13
Hey guys, i try comp tfs 0.4 on ubuntu 18.04, and i got error:

Code:
/usr/include/c++/7/bits/basic_string.h:6284:5: note:   template argument deduction/substitution failed:
talkaction.cpp:233:20: note:   ‘std::__cxx11::basic_stringstream<char>::__string_type {aka std::__cxx11::basic_string<char>}’ is not derived from ‘std::basic_ostream<_CharT, _Traits>’
        sl.str() << ss;

I changed sl -> sl.str() but its show problem with ss now.
Any solution?
 
Back
Top