[Failure] XEmacs 21.5-b26 "endive" (+CVS-20060430) i586-pc-win32

Aidan Kehoe kehoea at parhasard.net
Tue May 2 02:29:55 EDT 2006


 Ar an chéad lá de mí Bealtaine, scríobh Adrian Aichner: 

 > > The problem you’re seeing is that DECLARE_INLINE_HEADER is not being
 > > picked up from config.h when compiling make-docfile.c. Why this is, I
 > > don’t know; its declaration in config.h.in is not conditional on
 > > anything win32-specific.
 > >
 > > The below should fix the issue to get the thing compiling. It’s not
 > > worth looking into a better fix unless Stephen has good news about his
 > > crash, since if he doesn’t the whole patch will be reverted.
 > >
 > > --- make-docfile.c~	2006-04-29 18:30:55.000000000 +0200
 > > +++ make-docfile.c	2006-05-01 13:30:45.000000000 +0200
 > > @@ -42,6 +42,11 @@
 > >   */
 > >  
 > >  #include <config.h>
 > > +
 > > +#ifndef DECLARE_INLINE_HEADER 
 > > +#define DECLARE_INLINE_HEADER(declaration) declaration
 > > +#endif 
 > > +
 > >  #include <sysfile.h>
 > >  
 > >  #include <assert.h>
 > 
 > Doesn't help.

Hmm, it doesn’t even change the error message when you build? That is
strange. 

Am I right in thinking there is a Microsoft or Borland command-line C
compiler available for free of late? If so, I may be able to look into this;
my work machine runs XP.

-- 
Aidan Kehoe, http://www.parhasard.net/




More information about the XEmacs-Beta mailing list