Re: Make check fails

From: Robert Collins <robert.collins@dont-contact.us>
Date: Mon, 24 Apr 2006 07:24:56 +1000

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

What about

#include "squid.h"

#ifndef SQUID_HTTPHEADERRANGE_H
#define SQUID_HTTPHEADERRANGE_H

...

Rob

Received on Sun Apr 23 2006 - 17:55:45 MDT

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