Hi
I did what I always did.
Sudo apt-get build-dep xemacs 21
Configure
Make
But now I obtain
lisp.h:1165:3: error: conflicting types for 'max_align_t'
} max_align_t;
In file included from lisp.h:117:0,
from abbrev.c:34:
/usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h:429:3: note:
previous declaration of 'max_align_t' was here
} max_align_t;
GNUmakefile:104: recipe for target 'abbrev.o' failed make[1]: ***
[abbrev.o] Error 1 make[1]: Leaving directory
'/home/oub/src/xemacs-21.5.33-xsymbol/src' GNUmakefile:97: recipe
for target 'src' failed make: *** [src] Error 2
Did I forget a specific 64 bit option?
Uwe Brauer