Aidan Kehoe <kehoea(a)parhasard.net> writes:
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.
ISTR cl (MicroSoft C++ compiler) might be available.
What I found today is this:
http://mail.python.org/pipermail/python-list/2001-August/060994.html
http://msdn.microsoft.com/downloads/default.aspx
http://msdn2.microsoft.com/en-us/library/9s7c9wdw.aspx
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/