[RESOLVED] Re: Build fail on Debian x86-64 with master sources

2024-08-23 Thread Julien Nabet
Thank you Michael for the feedback! I used your command: CXX=g++ -Wno-stringop-overflow in autogen.input then autogen.sh and build were ok. Julien

Re: Build fail on Debian x86-64 with master sources

2024-08-23 Thread Michael Stahl
On 23/08/2024 09:51, Julien Nabet wrote: Hello Stephan Thank you for the quick feedback. If I add: CXX=gcc -Wno-stringop-overflow maybe this? CXX=g++ -Wno-stringop-overflow

Re: Build fail on Debian x86-64 with master sources

2024-08-23 Thread Stephan Bergmann
On 8/23/24 09:51, Julien Nabet wrote: checking if ccache gcc is -fvisibility-inlines-hidden safe (Clang bug 11250)... no configure: error: Your gcc/clang is not -fvisibility-inlines-hidden safe. This is no longer supported. Error running configure at ./autogen.sh line 323. yeah, you'd need to

Re: Build fail on Debian x86-64 with master sources

2024-08-23 Thread Julien Nabet
Hello Stephan Thank you for the quick feedback. If I add: CXX=gcc -Wno-stringop-overflow in my autogen.input, I got this during autogen.sh: checking whether ccache gcc might report false -Werror=maybe-uninitialized... no checking whether ccache gcc might report false -Werror=stringop-overflow

Re: Build fail on Debian x86-64 with master sources

2024-08-23 Thread Stephan Bergmann
On 8/23/24 09:32, Julien Nabet wrote: Any idea how to fix this? report it as a compiler bug and/or try to workaround it with something like configuring `CXX=gcc -Wno-stringop-overflow`

Build fail on Debian x86-64 with master sources

2024-08-23 Thread Julien Nabet
Hello, I got this error during build (after make clean && ./autogen.sh && make) : In file included from /home/julien/lo/libo_perf/include/rtl/ustring.h:29, from /home/julien/lo/libo_perf/include/typelib/typedescription.h:29, from /home/julien/lo/libo_perf/incl