Re: Make check fails

From: Robert Collins <robert.collins@dont-contact.us>
Date: Tue, 25 Apr 2006 15:16:49 +1000

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

Received on Tue Apr 25 2006 - 12:43:36 MDT

This archive was generated by hypermail pre-2.1.9 : Mon May 01 2006 - 12:00:03 MDT