Guest User

Untitled

a guest
Oct 21st, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. In file included from /tmp/usr/ports/editors/libreoffice/work/libreoffice-6.3.2.2/bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx:33:
  2. /tmp/usr/ports/editors/libreoffice/work/libreoffice-6.3.2.2/bridges/source/cpp_uno/gcc3_linux_powerpc64/share.hxx:76:30: error: exception specification in declaration does not match
  3. previous declaration
  4. extern "C" __cxa_eh_globals *__cxa_get_globals () throw();
  5. ^
  6. /usr/include/c++/v1/cxxabi.h:190:19: note: previous declaration is here
  7. __cxa_eh_globals *__cxa_get_globals(void);
  8. ^
  9. In file included from /tmp/usr/ports/editors/libreoffice/work/libreoffice-6.3.2.2/bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx:33:
  10. /tmp/usr/ports/editors/libreoffice/work/libreoffice-6.3.2.2/bridges/source/cpp_uno/gcc3_linux_powerpc64/share.hxx:77:28: error: exception specification in declaration does not match
  11. previous declaration
  12. extern "C" std::type_info *__cxa_current_exception_type() throw();
  13. ^
  14. /usr/include/c++/v1/cxxabi.h:197:18: note: previous declaration is here
  15. std::type_info * __cxa_current_exception_type();
  16. ^
  17. /tmp/usr/ports/editors/libreoffice/work/libreoffice-6.3.2.2/bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx:143:48: warning: unused variable 'insertion' [-Wunused-variable]
  18. pair< t_rtti_map::iterator, bool > insertion(
  19. ^
  20. /tmp/usr/ports/editors/libreoffice/work/libreoffice-6.3.2.2/bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx:165:32: error: unknown type name '__si_class_type_info'
  21. rtti = new __si_class_type_info(
  22. ^
  23. /tmp/usr/ports/editors/libreoffice/work/libreoffice-6.3.2.2/bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx:171:32: error: unknown type name '__class_type_info'
  24. rtti = new __class_type_info( strdup( rttiName ) );
  25. ^
  26. 1 warning and 4 errors generated.
Add Comment
Please, Sign In to add comment