openoffice icon indicating copy to clipboard operation
openoffice copied to clipboard

Allow compilation of AOO41X under Ubuntu Jammy (GCC 11)

Open ardovm opened this issue 1 year ago • 0 comments

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:

  1. disabling -Werror compilation flags, because newer GCC versions find more warning than previous ones;
  2. 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.

ardovm avatar Jan 17 '24 06:01 ardovm