On 25 Apr 2003, Stephen J. Turnbull <- stephen(a)xemacs.org wrote:
>>>>> "Karl" == Karl Pflästerer
<sigurd(a)12move.de> writes:
Karl> Hello, now we have a new version number but the problem
with
Karl> recent cygwin and XEmacs:
Karl> lisp.h:801: conflicting types for `intptr_t'
Please try this, it seems to do the right thing for me, but my
Cygwin
system's configure.in is not at all vanilla. (Patch not in CVS yet,
IIRC FreeBSD had a similar issue and I'd like to see if this is that
right fix for that, too, before committing.)
Thanks for the quick answer. The patch applied fine and now XEmacs
compiles (only some warnings about variables in regexp.c
,----
| regex.c: In function `re_match_2_internal':
| regex.c:6089: warning: declaration of `pos' shadows a parameter
| regex.c:4767: warning: shadowed declaration is here
| regex.c:6083: warning: `syn1' might be used uninitialized in this function
| regex.c:6083: warning: `syn2' might be used uninitialized in this function
`----
Well to be honest it first compiled after the second try. At first I
forgot to use autoconf to rebuild configure and wondered why nothing had
changed.
bye
Karl
--
Roses are red,
Violets are blue,
I'm schizophrenic...
And I am too.