Seit der Umstellung auf das neue makefile bekomme ich mehrere Fehler
Code
/usr/include/c++/9/bits/stl_function.h:584:37: error: no match for ‘operator<’ (operand types are ‘const std::__cxx11::basic_string<char>’ and ‘const cSv’)
584 | -> decltype(std::forward<_Tp>(__t) < std::forward<_Up>(__u))
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/9/bits/predefined_ops.h:241:17: error: no match for ‘operator==’ (operand types are ‘std::__cxx11::basic_string<char>’ and ‘const cSv’)
241 | { return *__it == _M_value; }
| ~~~~~~^~~~~~~~~~~
/usr/include/c++/9/ext/new_allocator.h:146:4: error: no matching function for call to ‘std::__cxx11::basic_string<char>::basic_string(cSv&)’
146 | { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
das problem hatte ich vor der Umstellung auch schon, doch wenn ich das direkt im plugin gebaut habe lief es ohne fehler durch