ABIWORD has been lost !

editors/abiword does not build , and can not be found by pkg install . running freebsd AMD64 15-current
Code:
mv -f .deps/ut_std_string.Tpo .deps/ut_std_string.Plo
1 warning generated.
mv -f .deps/ut_Script.Tpo .deps/ut_Script.Plo
In file included from ut_string_class.cpp:36:
In file included from ./ut_string.h:24:
In file included from /usr/include/c++/v1/map:2175:
In file included from /usr/include/c++/v1/functional:581:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:19:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:21:
In file included from /usr/include/c++/v1/__format/formatter_output.h:22:
In file included from /usr/include/c++/v1/__format/parser_std_format_spec.h:39:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined template 'std::char_traits<unsigned int>'
  820 |   static_assert(is_same<_CharT, typename traits_type::char_type>::value,
      |                                          ^
ut_string_class.cpp:1275:41: note: in instantiation of template class 'std::basic_string<unsigned int>' requested here
 1275 |         :       pimpl(new UT_StringImpl<UT_UCS4Char>(*rhs.pimpl))
      |                                                      ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
1 warning and 1 error generated.
gmake[6]: *** [Makefile:830: ut_string_class.lo] Error 1
gmake[6]: *** Waiting for unfinished jobs....
 
Back
Top