On 11/19/21 01:14, Connor McLaughlan wrote: > adding "CONFIGURE_FLAGS += --disable-warnings-as-errors" to debian/rules > didn't remove the error. > > Should i try to add -fpermissive to the CFLAGS?
Yes, you can try this. But make sure you add it with "+=" to not overwrite the other CFLAGS/CXXFLAGS. You can also use DEB_CXXFLAGS_MAINT_APPEND, see [1]. Adrian > [1] > https://www.debian.org/doc/manuals/debmake-doc/ch04.en.html#step-maintainer -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913