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
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
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
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
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`
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