--- Marcus Crestani <crestani(a)informatik.uni-tuebingen.de> wrote:
>>>>>"RR" == Rick Rankin
<rrankin1424-xemacs(a)yahoo.com> writes:
RR> --- Ben Wing wrote:
>> this patch looks fine to me. sorry, i've been building on cygwin
>> without modules because i was getting massive numbers of errors. i
>> think they were related to inline.c, and stephen may have fixed it
>> with his recent patch. stephen, can you commit this patch?
RR> With this patch, I'm having no problems building on Cygwin from
RR> the latest CVS sources with modules enabled. You might want to
RR> give it try again when it's convenient for you.
The Cygwin modules do not work --with-error-checking, because then the
API imports/exports list in src/xemacs.def.in.in lacks many
error-checking related symbols that are only used when
ERROR_CHECK_TYPES is on. It is trivial to add these to
src/xemacs.def.in.in.
I haven't seen this because I've been building without error checking for the
last few weeks. I guess I should build with and without error checking before I
claim that something's working ;-)
--Rick