ardovm opened a new pull request #109: URL: https://github.com/apache/openoffice/pull/109
As already pointed out by [bug 127712](https://bz.apache.org/ooo/show_bug.cgi?id=127712), Gcc seems to have changed its behavior, with respect to filesystem paths, since Gcc 7. The Boost::tr1 libraries expect C++ standard library headers to be installed into paths that contain the full Gcc version (major.minor.patchlevel). This is may not happen since Gcc 7. This PR is aimed to allow compilation of current AOO sources on systems with Gcc version 7 or later, and C++ headers installed accordingly to the more recent standard. It was tested on openSUSE Leap 15.2 x86_64. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org