bibledit / cloud

Source code for Bibledit core library and Cloud binary
GNU General Public License v3.0
12 stars 3 forks source link

Failure to build with GCC 13 #903

Closed teusbenschop closed 1 year ago

teusbenschop commented 1 year ago

The code base fails to be build through GCC version 13.

See the following bugs fore more details.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037589

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037591

teusbenschop commented 1 year ago
apt install cpp-13 g++-13 gcc-13 gcc-13-base libgcc-13-dev libhwasan0 libstdc++-13-dev
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 13 --slave /usr/bin/g++ g++ /usr/bin/g++-13 --slave /usr/bin/gcov gcov /usr/bin/gcov-13
update-alternatives --config gcc