Filyó Zoltán <zoltan.filyo(a)multipolaris.hu> writes:
Dear Bug Team!
I can not compile xemacs because cygwin does not contain "inttypes.h" header
which defines "intptr_t" and "uintptr_t" types. Instead of it has
"cygwin
/types.h" header which defines types above. Xemacs configure system does not
check this situation and finally defined types in the "src/lisp.h" header
causes compilation error because types defined different ways in "types.h"
and "lisp.h".
I performed some config modifications, and I modified the
"lisp.h". Maybe it is
not the best way, but I hope help you. I have moved the source tree into a
Subversion repository, and I used it to show modifications:
If you can, please try the latest CVS sources (see
http://www.xemacs.org/Develop/cvsaccess.html for details). I believe
we have a fix in place that will address this problem.
Thanks,
Vin Shelton