On Mon, 2006-04-24 at 11:39 +0200, Guido Serassio wrote:
> Hi Robert,
> 
> At 23.24 23/04/2006, Robert Collins wrote:
> 
> >On Sun, 2006-04-23 at 13:55 +0200, Guido Serassio wrote:
> > > Hi Robert,
> > >
> > > At 12.39 23/04/2006, Robert Collins wrote:
> >
> > > make: *** [check-recursive] Error 1
> > >
> > >
> > > >Tell me, do you inlines enabled or disabled?
> > >
> > > Should be enabled:
> > >
> > > /* Keyword used by squid for inlining methods */
> > > #define _SQUID_INLINE_ inline
> > >
> > > /* Include inline methods into header file */
> > > #define _USE_INLINE_
> >
> >
> >Ok, thats good to know. The patch you have makes it compile but isn't a
> >good fix because anyone including those headers will need to add it. The
> >main cause of the failure is the inlines: they need defines from
> >squid.h
> 
> Sure, it was just a test to check if all other things are OK.
> 
> >What about
> >
> >#include "squid.h"
> >
> >#ifndef SQUID_HTTPHEADERRANGE_H
> >#define SQUID_HTTPHEADERRANGE_H
> >
> 
> Still fails ... :-(


I've tried this with and without inline - I can't reproduce it.

Rob

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to