Source: stax Version: 1.37-1 Severity: serious Tags: ftbfs stax fails to build from source in unstable. It has loads of warnings, so I'll only give an example error here:
| In file included from /usr/include/allegro/base.h:41, | from /usr/include/allegro.h:25, | from stax.cpp:26: | /usr/include/allegro/alcompat.h:44:7: error: conflicting declaration of C function 'fixed fadd(fixed, fixed)' | AL_ALIAS(fixed fadd(fixed x, fixed y), fixadd(x, y)) | ^~~~~~~~ | In file included from /usr/include/c++/8/cmath:45, | from stax.cpp:25: | /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h:24:20: note: previous declaration 'float fadd(double, double)' | __MATHCALL_NARROW (__MATHCALL_NAME (add), __MATHCALL_REDIR_NAME (add), 2); | ^~~~~~~~~~~~~~~ Helmut