On Sun, Jul 5, 2026 at 2:53 PM Arrigo Marchiori <[email protected]> wrote:
> Hello Damjan, All, > > On Sun, Jul 05, 2026 at 10:00:18AM +0200, Damjan Jovanovic wrote: > > > I fixed this with commit 6fa1fa2b88cbceb204fac1b1eeed6c94026ee988, and > also > > needed c0afafeee09cedd3f7cece69028b73abca647569 due to strict enums in > C++ > > 2011. > > > > Jim, you also broke test/ with your Java 1.8 change, I had to fix that > with > > commit 7dd1299384489e9e0f00010dd91111c7b5abae84. > > > > And recent Clang's lld hasn't been able to link OpenOffice for a while, > due > > to its stricter requirements for symbol version scripts, that is fixed in > > commit 3e6a53ec4966bc78e4eb80339b6629fb1dcd11be. > > Thanks for the above, and also for fixing the regression I introduced > in the package module. It's a pleasure. We really need better unit tests to prevent such problems. > > Arrigo: we don't really need f73ac418d5dd20ea224f626049f59311eb46536f, > you > > can build with autoconf 2.73 if you set CFLAGS="-std=gnu99". > > My issue is that I do not have autoconf 2.73 on my Linux systems. > Some ship 2.72, some 2.71. My commit allows me to run autoconf and > build again. I'd lower the bar further if possible. Oh I see. Sure, lower it further if necessary. > FWIW, Python and Python-related modules also do not build on Linux; I > am working on a pull request to fix that. > All the best. > > Best regards, > -- > Arrigo Regards Damjan
