openoffice
openoffice copied to clipboard
Allow compilation of AOO41X under Ubuntu Jammy (GCC 11)
The AOO41X branch does not seem to build on Ubuntu 22.04 "Jammy".
The purpose of this pull request is to gather and review the modifications that make AOO41X build again.
The edits mostly consist of:
- disabling -Werror compilation flags, because newer GCC versions find more warning than previous ones;
- fixing compilation where necessary as per this thread of the dev@ mailing list
The edit to the boost module was cherry-picked from trunk.
This branch shall be tested on Ubuntu Jammy, but also on other platforms, in order to make sure that we are not breaking anything.