>>>> "K" == Kevin Oberman <oberman(a)es.net>
writes:
K> I got the following error when I tried to make 21.0.65 on my DU 4.0D
K> system:
K> cc -c -std -fast -Demacs -I. -DHAVE_CONFIG_H -std -I/usr/local/include
-I/usr/dt/include abbrev.c
K> cc: Error: lisp.h, line 2451: Ill-formed parameter type list.
K> int unexec (char *, char *, uintptr_t, uintptr_t, uintptr_t);
K> ----------------------------^
K> gmake[1]: *** [abbrev.o] Error 1
K> gmake[1]: Leaving directory `/home/oberman/utils/xemacs-21.0.65/src'
K> gmake: *** [src] Error 2
K> Configured using:
K> ./configure --with-site-lisp --site-includes=/usr/local/include --without-gcc
--with-gnu-make '--cflags=-std -fast'
Sorry, this works for me on DU 4.0E.
Please figure out why uintptr_t is not defined.
There's code in lisp.h to make sure it is.
Martin